X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/bcdcb872044a3146c38f3c17bb601130f170aff4..87b84f183ea2518e7cf0505bcfee8a444983442b:/termcol.inc.pl diff --git a/termcol.inc.pl b/termcol.inc.pl index d4741ed..9152f6b 100644 --- a/termcol.inc.pl +++ b/termcol.inc.pl @@ -3,6 +3,11 @@ use 5.010; use Shiar_Sheet::Colour '1.05'; +{ + default => [qw( ansi xkcd ansi88 )], + more => [qw( ansi mirc legacy ansi256 )], + ansi => [qw( cga xterm tango app html cgarne )], + legacy => [qw( c64 msx2 mac2 risc arnegame cpc )], + html => { title => 'HTML keywords (inherited by CSS≥2.1 and SVG), mostly identical to X11', href => 'http://www.w3.org/TR/css3-color/#html4', @@ -159,6 +164,8 @@ use Shiar_Sheet::Colour '1.05'; ansiorder => [ 0,2,5,9,6,4,3,15 , 11,10,13,7,14,8,12,1 ], hueorder => [ 2,8,7,5,3,6,4,9 , 10,13,14,0,11,12,15,1 ], }, + + msx => [qw( msx1 msx2 arnejmp )], msx1 => { name => 'MSX', list => [ map { @@ -193,6 +200,7 @@ use Shiar_Sheet::Colour '1.05'; )], parent => 'msx1', }, + arnegame => { href => 'http://androidarts.com/palette/16pal.htm', title => 'Generic 16 color game palette v20 by Arne Niklas Jansson',