From b7db12d1360aaf34f69ce856cc2bab385f68080e Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 29 May 2010 14:50:23 +0000 Subject: [PATCH] termcol: xkcd survey results for colour names --- termcol.plp | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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) { -- 2.30.0
$term