summaryrefslogtreecommitdiff
path: root/lib/TextPrinter/ColourGrid.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/TextPrinter/ColourGrid.pm')
-rw-r--r--lib/TextPrinter/ColourGrid.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/TextPrinter/ColourGrid.pm b/lib/TextPrinter/ColourGrid.pm
index fdb9949..441956c 100644
--- a/lib/TextPrinter/ColourGrid.pm
+++ b/lib/TextPrinter/ColourGrid.pm
@@ -8,12 +8,12 @@ extends 'TextPrinter';
my @colours = (
color('reset'), # filler
(
- map { color($_,'on_white') }
- 'blue', 'green',
+ map { color($_,'on_black') }
+ 'dark yellow', 'dark green', 'dark red', 'dark white',
),
(
- map { color($_,'on_black') }
- 'dark yellow','dark green',
+ map { color($_,'on_white') }
+ 'blue', 'green', 'red', 'dark magenta',
),
);