summaryrefslogtreecommitdiff
path: root/lib/Imager/QRCode/Fancy.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Imager/QRCode/Fancy.pm')
-rw-r--r--lib/Imager/QRCode/Fancy.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/Imager/QRCode/Fancy.pm b/lib/Imager/QRCode/Fancy.pm
index 48c3f74..eb7100a 100644
--- a/lib/Imager/QRCode/Fancy.pm
+++ b/lib/Imager/QRCode/Fancy.pm
@@ -59,11 +59,11 @@ sub make {
my $colormap = {
empty => 'white',
data => 'black',
- format => 'red',
- version => 'green',
- timing => 'blue',
- alignment => 'navy',
- finder => 'web green',
+ format => 'black',
+ version => 'black',
+ timing => 'black',
+ alignment => 'black',
+ finder => 'black',
misc => 'black',
%{ $arg->{colormap} || {} },
};