From: Mischa POSLAWSKY Date: Sat, 29 May 2010 14:50:23 +0000 (+0000) Subject: termcol: xkcd survey results for colour names X-Git-Tag: v1.3~9 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/b7db12d1360aaf34f69ce856cc2bab385f68080e?hp=9bac941bab9e3f034f43e86f36aafb11b0350cdb termcol: xkcd survey results for colour names --- diff --git a/termcol.plp b/termcol.plp index 4b91032..39c8901 100644 --- a/termcol.plp +++ b/termcol.plp @@ -71,9 +71,18 @@ my %col = ( qw/2E3436 CC0000 4E9A06 C4A000 3465A4 75507B 06989A D3D7CF 555753 EF2929 8AE234 FCE94F 729FCF AD7FA8 34E2E2 EEEEEC/, ], + -xkcd => [ + qw/black maroon green olive navy purple teal silver + grey red lime yellow blue fuchsia cyan white/, + ], + xkcd => [ + 0,0, + qw/000000 650021 15b01a 6e750e 01153e 7e1e9c 029386 c5c9c7 + 929591 e50000 aaff32 ffff14 0343df ed0dd9 00ffff ffffff/, + ], ); -for my $term (qw/html cga xterm tango/) { +for my $term (qw/html cga xterm tango xkcd/) { print '', "\n"; print "\n"; for my $num (0 .. 15) {
$term