From 7fff12577c75092ce45336a68364e5ecb81ebbf8 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Wed, 20 Oct 2021 23:39:11 +0200 Subject: [PATCH] termcol: import ZX Spectrum fan palette zxarne Another nostalgic design by Arne Jansson, similar to his cgarne. > Palette here is WIP (v5.2). It was initially more graphical and saturated, > but I decided to give more of a natural or photographic focus. > By replacing the bright magenta with a brown it lost graphical width, > but gained the ability to... do strip poker games. --- termcol.inc.pl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/termcol.inc.pl b/termcol.inc.pl index 9c66a9b..f5a48f0 100644 --- a/termcol.inc.pl +++ b/termcol.inc.pl @@ -270,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", -- 2.30.0