From 87cf06bffd37d0b96f6909f3e3a19b0bf9ae3904 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Thu, 16 Feb 2023 22:27:34 +0100 Subject: [PATCH] termcol: retro palette pyxel derived from pico8 --- termcol.inc.pl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/termcol.inc.pl b/termcol.inc.pl index 24de481..addcbcc 100644 --- a/termcol.inc.pl +++ b/termcol.inc.pl @@ -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", -- 2.30.0