latin: palm graffiti font placeholder
[sheet.git] / termcol.inc.pl
index 8847b648a73a55af125db5ea6dd2c2f6586b759c..3a6c4081441edd32ac3dc540c92dd64cfe81f356 100644 (file)
@@ -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 $! || $@;
@@ -124,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',
@@ -261,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",