X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/7fff12577c75092ce45336a68364e5ecb81ebbf8..dc1ab5f00eed170e75fe40687b381369a35760b8:/termcol.inc.pl diff --git a/termcol.inc.pl b/termcol.inc.pl index f5a48f0..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 )], + 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 )], + 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 $! || $@;