From: Mischa POSLAWSKY Date: Fri, 8 Jul 2022 16:04:18 +0000 (+0200) Subject: termcol: pico8 (in game) and r/place palettes X-Git-Tag: v1.14~55 X-Git-Url: http://git.shiar.net/sheet.git/commitdiff_plain/175d0cdd3d76c7de9d31ac54dbe7d8f575572d7d termcol: pico8 (in game) and r/place palettes --- diff --git a/termcol.inc.pl b/termcol.inc.pl index 3a6c408..cef6093 100644 --- a/termcol.inc.pl +++ b/termcol.inc.pl @@ -4,9 +4,10 @@ use Shiar_Sheet::Colour 1.05; +{ default => [qw( ansi ansi256 )], - more => [qw( ansi zxarne mirc pastel slutty solarized ansi88 ansi256 )], + more => [qw( ansi zxarne mirc pastel slutty solarized rplace2022 game ansi88 ansi256 )], + game => [qw( pico8 arnegame db16 )], 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 )], + legacy => [qw( c64 msx mac2 risc cpc cpcboy shiar32 ppu 2c03 shovel 64 ansi88 )], xcolors => sub { my $pals = do 'data/termcol-xcolor.inc.pl' or die $! || $@; @@ -312,6 +313,30 @@ use Shiar_Sheet::Colour 1.05; )], ansiorder => [ 1,10,15,8,13,11,14,6 , 0,9,2,3,4,12,5,7 ], }, + pico8 => { + href => 'https://www.lexaloffle.com/pico-8.php', # https://pico-8.fandom.com/wiki/Palette + list => [qw( + 000000 1D2B53 7E2553 008751 AB5236 5F574F C2C3C7 FFF1E8 + FF004D FFA300 FFEC27 00E436 29ADFF 83769C FF77A8 FFCCAA + )], + ansiorder => [ 0,8,3,4,1,2,13,6 , 5,14,11,10,12,15,12,7 ], # 2x12, 0x9 + }, + rplace2017 => { + name => 'r/place 2017', + list => [qw( + FFFFFF E4E4E4 888888 222222 FFA7D1 E50000 E59500 A06A42 + E5D900 94E044 02BE01 00D3DD 0083C7 0000EA CF6EE4 820080 + )], + ansiorder => [ 3,5,10,6,13,15,7,1 , 2,4,9,8,12,14,11,0], + }, + rplace2022 => { + name => 'r/place 2022 day 1', + list => [qw( + FF4500 FFA800 FFD635 00CC78 7EED56 2450A4 3690EA 51E9F4 + 811E9F B44AC0 FF99AA 9C6926 000000 898D90 D4D7D9 FFFFFF + )], + ansiorder => [ 12,0,3,1,5,8,11,14 , 13,10,4,2,6,9,7,15 ], + }, cpc => { name => 'Amstrad CPC',