termcol: retro palette pyxel derived from pico8
authorMischa POSLAWSKY <perl@shiar.org>
Thu, 16 Feb 2023 21:27:34 +0000 (22:27 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Thu, 13 Apr 2023 12:41:03 +0000 (14:41 +0200)
termcol.inc.pl

index 24de481ec44d1f8931ae852e9757b06bb54d6f99..addcbcc3153205c4ef8bc40f02cfe0af21d521f6 100644 (file)
@@ -5,7 +5,7 @@ use Shiar_Sheet::Colour 1.05;
 +{
        default => [qw( ansi ansi256 )],
        more    => [qw( ansi zxarne mirc pastel slutty solarized rplace2022 ansi88 ansi256 )],
-       retro   => [qw( pico8 sweetie16 db16 endesga arnegame )],
+       retro   => [qw( pico8 pyxel sweetie16 db16 endesga arnegame )],
        ansi    => [qw( cga putty xterm ubuntu tango app campbell html cgarne )],
        nes     => [qw( ppu 2c03 shovel )],
        legacy  => [qw( c64 msx1 msx2 mac2 risc cpc cpcboy nes 64 ansi88 retro )],
@@ -334,6 +334,15 @@ use Shiar_Sheet::Colour 1.05;
                )],
                ansiorder => [ 0,8,3,4,1,2,13,6 , 5,14,11,10,12,15,12,7 ], # 2x12, 0x9
        },
+       pyxel => {
+               name => 'Pyxel', # python retro game engine
+               href => 'https://github.com/kitao/pyxel#color-palette',
+               list => [qw(
+                       000000 2B335F 7E2072 19959C 8B4852 395C98 A9C1FF EEEEEE
+                       D4186C D38441 E9C35B 70C6A9 7696DE A3A3A3 FF9798 EDC7B0
+               )],
+               ansiorder => [ 0,8,3,9,1,2,6,13 , 4,14,11,10,12,15,5,7 ], # 2x12, 0x9
+       },
        sweetie16 => {
                name => 'SWEETIE-16',
                title => "TIC-80 default for new cartridges",