mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Palette: Changed fg color for readability
This commit is contained in:
parent
b1b8f018a6
commit
ce29626777
1 changed files with 2 additions and 2 deletions
|
@ -34,14 +34,14 @@ Palette::Palette ()
|
|||
_colors = {
|
||||
Color ("white on red"),
|
||||
Color ("white on blue"),
|
||||
Color ("white on green"),
|
||||
Color ("black on green"),
|
||||
Color ("black on magenta"),
|
||||
Color ("black on cyan"),
|
||||
Color ("black on yellow"),
|
||||
Color ("black on white"),
|
||||
Color ("white on bright red"),
|
||||
Color ("white on bright blue"),
|
||||
Color ("white on bright green"),
|
||||
Color ("black on bright green"),
|
||||
Color ("black on bright magenta"),
|
||||
Color ("black on bright cyan"),
|
||||
Color ("black on bright yellow"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue