insanum / gcalcli

Google Calendar Command Line Interface
MIT License
3.33k stars 314 forks source link

Don't use brightblack on dark background #789

Closed dbarnett closed 1 month ago

dbarnett commented 2 months ago

I made a change to use the 'brightblack' color (a.k.a. gray) when printing ignored cals in the calendar list, but after seeing it on some different dark terminal backgrounds I've realized I've made a terrible mistake. :sweat_smile:

Should change that to use other coloring (maybe just go back to default color).

dbarnett commented 2 months ago

On the flipside, I think some of the other default color choices were picked with a light background in mind, such as using 'yellow' for debug_msg. Might need to look into detecting light vs. dark terminal bg or providing theming for any hard-coded color choices in the app.