X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/193504cc828b75c3c22d93117bf84b61191266cf..dc1ab5f00eed170e75fe40687b381369a35760b8:/termcol.inc.pl diff --git a/termcol.inc.pl b/termcol.inc.pl index 5bebfc6..3a6c408 100644 --- a/termcol.inc.pl +++ b/termcol.inc.pl @@ -3,10 +3,10 @@ use utf8; use Shiar_Sheet::Colour 1.05; +{ - default => [qw( ansi ansi88 ansi256 )], - more => [qw( ansi mirc pastel slutty solarized ansi88 ansi256 )], - ansi => [qw( cga putty xterm ubuntu tango app html cgarne )], - legacy => [qw( c64 msx mac2 risc arnegame db16 cpc cpcboy shiar32 ppu 2c03 shovel 64 )], + default => [qw( ansi ansi256 )], + more => [qw( ansi zxarne mirc pastel slutty solarized ansi88 ansi256 )], + ansi => [qw( cga putty xterm ubuntu tango app campbell html cgarne )], + legacy => [qw( c64 msx mac2 risc arnegame db16 cpc cpcboy shiar32 ppu 2c03 shovel 64 ansi88 )], xcolors => sub { my $pals = do 'data/termcol-xcolor.inc.pl' or die $! || $@; @@ -97,6 +97,15 @@ use Shiar_Sheet::Colour 1.05; )], parent => 'cga', }, + campbell => { + name => 'Campbell', + title => 'Windows 10 Console', # as of v1709 + list => [qw( + 0C0C0C C50F1F 13A10E C19C00 0037DA 881798 3A96DD CCCCCC + 767676 E74856 16C60C F9F1A5 3B78FF B4009E 61D6D6 F2F2F2 + )], + parent => 'cga', + }, putty => { name => 'PuTTY', list => [qw( @@ -115,6 +124,15 @@ use Shiar_Sheet::Colour 1.05; )], parent => 'cga', }, + falcon => { + name => 'Falcon', # v2.0 + href => 'https://github.com/fenetikm/falcon', + list => [qw( + 000004 FF3600 718E3F FFC552 635196 FF761A 34BFA4 B4B4B9 + 020221 FF8E78 B1BF75 FFD392 99A4BC FFB07B 85CCBF F8F8FF + )], + parent => 'cga', + }, mirc => { name => 'mIRC', href => 'http://www.mirc.com/colors.html', @@ -170,8 +188,19 @@ 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 ], }, + jw64 => { + name => 'JW-64', + url => 'https://lospec.com/palette-list/jw-64', + list => [qw( + 000000 ffffff a82f2f 63d4f0 b437b4 54c048 403fc0 e0e040 + b46429 644020 e0806c 404040 8c8c8c a0f66e 6496f4 c8c8c8 + )], +# 000000 404040 8c8c8c c8c8c8 644020 a82f2f b46429 e0806c +# 403fc0 6496f4 63d4f0 e0e040 b437b4 54c048 a0f66e ffffff + parent => 'c64', + }, - msx => [qw( msx1 msx2 arnejmp )], + msx => [qw( msx1 msx2 arnejmp simplejpc )], msx1 => { name => 'MSX', list => [ map { @@ -206,6 +235,16 @@ use Shiar_Sheet::Colour 1.05; )], parent => 'msx1', }, + simplejpc => { + href => 'http://pixeljoint.com/pixelart/119844.htm', + title => 'SimpleJPC-16 by Adigun Polack', + name => 'SimpleJPC', + parent => 'msx1', + list => [qw( + 050403 221F31 316F23 7CC264 404A68 678FCB 543516 8BE1E0 + A14D3F EA9182 E1B047 F5EE9B 9B6E2D A568D4 9A93B7 FEFEFE + )], + }, arnegame => { href => 'http://androidarts.com/palette/16pal.htm', @@ -231,6 +270,16 @@ use Shiar_Sheet::Colour 1.05; )], parent => 'cga', }, + zxarne => { + href => 'http://androidarts.com/Amiga/ZX.htm', + title => "version 5.2", + name => 'ZXArne', + list => [qw( + 000000 A73211 629A31 E8BC50 313390 A15589 28A4CB BFBFBD + 3C351F D85525 9CD33C F1E782 1559DB CD7A50 65DCD6 F2F1ED + )], + parent => 'cga', + }, db16 => { href => 'http://pixeljoint.com/forum/forum_posts.asp?TID=12795', title => "DawnBringer's 16 color palette v1.0",