From: Mischa POSLAWSKY Date: Tue, 11 Oct 2016 21:06:43 +0000 (+0200) Subject: termcol: declare and include cgarne X-Git-Tag: v1.9~36 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/4f3782455010e83df98953a4fa4f146577b9a888 termcol: declare and include cgarne Redesign of CGA colours as used in icons and games, which is interesting to show among the mostly terminal-focused alternatives. --- diff --git a/termcol.inc.pl b/termcol.inc.pl index f0eb84d..2eb367f 100644 --- a/termcol.inc.pl +++ b/termcol.inc.pl @@ -208,6 +208,16 @@ use Shiar_Sheet::Colour '1.02'; ansiorder => [ 0,3,10,6,13,12,9,1 , 5,7,11,8,14,4,15,2 ], lumorder => [ 0,5,9,12 , 3,6,10,13,1 , 4,7,8,11,14,15,2 ], # by brightness }, + cgarne => { + href => 'http://androidarts.com/palette/16pal.htm', + title => "version E", + name => 'CGArne', + list => [qw( + 000000 8A3622 0C7E45 AA5C3D 2234D1 5C2E78 44AACC B5B5B5 + 5E606E EB8A60 6CD947 FFD93F 4C81FB E23D69 7BE2F9 FFFFFF + )], + parent => 'cga', + }, dawnbringer => { href => 'http://pixeljoint.com/forum/forum_posts.asp?TID=12795', title => "Dawnbringer's 16 color palette v1.0", diff --git a/termcol.plp b/termcol.plp index 3289deb..850ff83 100644 --- a/termcol.plp +++ b/termcol.plp @@ -24,7 +24,7 @@ my %termgroup = ( default => [qw( ansi xkcd ansi88 )], more => [qw( ansi mirc legacy ansi256 )], msx => [qw( msx1 msx2 arnejmp )], - ansi => [qw( cga xterm tango app html )], + ansi => [qw( cga xterm tango app html cgarne )], legacy => [qw( c64 msx2 mac2 risc arnegame cpc )], ); @{$_} = map { $termgroup{$_} ? @{ $termgroup{$_} } : $_ } @{$_}