dylanaraps / pywal

🎨 Generate and change color-schemes on the fly.
MIT License
8.22k stars 311 forks source link

Breaks compatibility with terminal color-names. #630

Open mikenrafter opened 2 years ago

mikenrafter commented 2 years ago

PyWal, when generating a theme from a background image, breaks color names.

For example, in my config.fish, I've set my username to be shown as blue. However, with this particular colorscheme, see what happens?:

temp

I think that color names should be somewhat respected, or at least an option given to force them to be respected by a threshold value of some sort.

mikenrafter commented 2 years ago

Potentially similar/duplicate? #619