termcol: game palette by niklas jansson
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 26 Oct 2015 15:14:09 +0000 (16:14 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 26 Oct 2015 22:46:41 +0000 (23:46 +0100)
Reference: <http://androidarts.com/palette/16pal.htm>

termcol.plp

index 46a4b50b7458bb116849b9283cc9b4fae0fa9b7d..c15e6764a3044d9143ebe48ffbd52281b7d45ac0 100644 (file)
@@ -158,6 +158,15 @@ my %col = (
                qw/ 000 000 161 373 117 237 511 267
                    711 733 661 663 141 625 555 777 /,
        ],
                qw/ 000 000 161 373 117 237 511 267
                    711 733 661 663 141 625 555 777 /,
        ],
+       game => [
+               sprintf('<a href="%s" title="%s">%s</a>',
+                       'http://androidarts.com/palette/16pal.htm',
+                       'Generic 16 color game palette by Arne Niklas Jansson',
+                       'game',
+               ),
+               qw/ 000000 9D9D9D FFFFFF BE2633 E06F8B 493C2B A46422 EB8931
+                   F7E26B 2F484E 44891A A3CE27 1B2632 005784 31A2F2 B2DCEF /,
+       ],
 );
 
 for my $term (qw/cga xterm tango app html xkcd/) {
 );
 
 for my $term (qw/cga xterm tango app html xkcd/) {