From 7f8839e70e637b7ecb3e67ba8c1f54d5bbdc0aa1 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Thu, 16 May 2019 18:21:12 +0200 Subject: [PATCH] termcol: include campbell theme in default ansi group Distinct and common colour scheme introduced in newer Windows Console. Copied from . --- termcol.inc.pl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/termcol.inc.pl b/termcol.inc.pl index 5bebfc6..b3efc76 100644 --- a/termcol.inc.pl +++ b/termcol.inc.pl @@ -5,7 +5,7 @@ use Shiar_Sheet::Colour 1.05; +{ default => [qw( ansi ansi88 ansi256 )], more => [qw( ansi mirc pastel slutty solarized ansi88 ansi256 )], - ansi => [qw( cga putty xterm ubuntu tango app html cgarne )], + 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 )], xcolors => sub { @@ -97,6 +97,15 @@ use Shiar_Sheet::Colour 1.05; )], parent => 'cga', }, + campbell => { + name => 'Campbell', + title => 'Windows 10 Console', # as of v1709 + list => [qw( + 0C0C0C C50F1F 13A10E C19C00 0037DA 881798 3A96DD CCCCCC + 767676 E74856 16C60C F9F1A5 3B78FF B4009E 61D6D6 F2F2F2 + )], + parent => 'cga', + }, putty => { name => 'PuTTY', list => [qw( -- 2.30.0