From 8a03e60b7e498425a72a7cc08e503c4b9f576181 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 11 Oct 2016 22:52:39 +0200 Subject: [PATCH] termcol: define solarized Common alternative to cga/ansi. Many variants are available at specialised sites, but at least provide the original version for comparison. --- termcol.inc.pl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/termcol.inc.pl b/termcol.inc.pl index 2eb367f..eef6a8b 100644 --- a/termcol.inc.pl +++ b/termcol.inc.pl @@ -229,6 +229,16 @@ use Shiar_Sheet::Colour '1.02'; ansiorder => [ 0,1,5,4,2,12,10,7 , 3,6,11,14,8,9,13,15 ], hueorder => [ 6,9,14,11,13,8,2,1 , 12,4,7,5,15,10,3,0 ], }, + solarized => { + href => 'http://ethanschoonover.com/solarized', + list => [qw( + 002b36:base03 073642:base02 586e75:base01 657b83:base00 + 839496:base0 93a1a1:base1 eee8d5:base2 fdf6e3:base3 + b58900:yellow cb4b16:orange dc322f:red d33682:magenta + 6c71c4:violet 268bd2:blue 2aa198:cyan 859900:green + )], + ansiorder => [ 1,10,15,8,13,11,14,6 , 0,9,2,3,4,12,5,7 ], + }, cpc => { name => 'Amstrad CPC', -- 2.30.0