diff --git a/src/Palette.cpp b/src/Palette.cpp index 48b33829..10942651 100644 --- a/src/Palette.cpp +++ b/src/Palette.cpp @@ -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"),