Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Improve colour scheme #21

Open
nebbles opened this issue Nov 7, 2019 · 2 comments
Open

Improve colour scheme #21

nebbles opened this issue Nov 7, 2019 · 2 comments
Labels
enhancement New feature or request high-priority More important than other tickets
Milestone

Comments

@nebbles
Copy link
Owner

nebbles commented Nov 7, 2019

Update the colour palette of the tool. Colour support, compatibility and 'fallbacks' need to be checked then doing this.

@nebbles nebbles added the enhancement New feature or request label Nov 7, 2019
@nebbles nebbles added this to the v1.0 milestone Nov 10, 2019
@nebbles
Copy link
Owner Author

nebbles commented Dec 25, 2019

Need to overhaul the colouring system. Need to move away from home-baked Ansi class. Probably best to move entirely to prompt toolkit, as it supports an easy to use styling system with custom colours etc.

@nebbles nebbles added the high-priority More important than other tickets label Dec 25, 2019
@nebbles
Copy link
Owner Author

nebbles commented Dec 26, 2019

These are the colours I've been dealing with based on my configuration. They look decent in my terminal however in many others the colours are based on the configuration of that particular terminal. I've seen this - it can be hideous.


"""
iTerm configuration
===================

------- normal colours
#000000 black
#f04c24 red
#78c969 green
#f5d939 yellow
#19aaed blue
#a081d3 magenta
#19aaed cyan
#c6c6c6 white

------- bright colours
#000000 black
#e87162 red
#87c27c green
#f2db5c yellow
#4690dc blue
#a691ca magenta
#4aa9e9 cyan
#c6c6c6 white
"""

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request high-priority More important than other tickets
Projects
None yet
Development

No branches or pull requests

1 participant