Use blue instead of black for group headers
The black on gray was very difficult to see, at least in my Terminal. If you want, I can use a different color, or if you insist on having black, I can add this only to the midnight theme.
This commit is contained in:
parent
af67e9ca2b
commit
996a3e1674
@ -80,7 +80,7 @@ def get_palette(may_use_fancy_formats, theme="classic"):
|
||||
("label", "black", "light gray"),
|
||||
("value", "yellow", "dark blue"),
|
||||
("fixed value", "light gray", "dark blue"),
|
||||
("group head", add_setting("black", "bold"), "light gray"),
|
||||
("group head", add_setting("dark blue", "bold"), "light gray"),
|
||||
|
||||
("search box", "black", "dark cyan"),
|
||||
("search not found", "white", "dark red"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user