From 5cb51563a0446730021210317daac3a33655be51 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Fri, 20 Nov 2015 00:11:53 +0100 Subject: [PATCH] termcol: iterm pastel palette "Pastel (Dark Background)" from source, see previous commit. Other palettes not imported: - Tango Dark: the same as current tango (except black is 000000) - Solarized Dark: entirely different scheme alternative to ansi colours; based on and similar to base16 with many compatible themes comparable at . --- termcol.inc.pl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/termcol.inc.pl b/termcol.inc.pl index f9358f6..3d83329 100644 --- a/termcol.inc.pl +++ b/termcol.inc.pl @@ -72,6 +72,13 @@ my @msxorder = ( 0,6,12,10,4,13,7,14 , 1,8,2,11,5,9,3,15 ); 555555 FF5555 55FF55 FFFF55 5555FF FF55FF 55FFFF FFFFFF )], }, + pastel => { + name => 'iTerm Pastel', + list => [qw( + 4F4F4F FF6C60 A8FF60 FFFFB6 96CBFE FF73FD C6C5FE EEEEEE + 7C7C7C FFB6B0 CEFFAC FFFFCC B5DCFF FF9CFE DFDFFE FFFFFF + )], + }, putty => { name => 'PuTTY', list => [qw( -- 2.30.0