chiark / gitweb /
colours from ceb
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 5 Dec 2020 21:32:13 +0000 (21:32 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 5 Dec 2020 21:32:13 +0000 (21:32 +0000)
pumpkin-books.ps.pl

index e5407a67c499ccc2145afa1994959e8f85380487..679ab6c5104ed03c96118ef5bf8d1a5b18b3f6ec 100755 (executable)
@@ -5,7 +5,7 @@ use strict;
 my $pumpkin = [".9 .7  0", "0 0 0"];
 my $green   = [" 0 .5  0", "1 1 1"];
 my $red     = ["1   0  0", "0 0 0"];
-my $blue    = [".4 .4 1 ", "1 1 1"];
+my $blue    = [" .4 1 ", "1 1 1"];
 my $yellow  = [".9 .9  0", "0 0 0"];
 my $moth    = [" 0  0  0", "1 1 1"];
 my $purple  = ["1   0 .8", "0 0 0"];