From a60d8a01fce3071e4f88bcb10b272a0b131ce87d Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 16 Oct 2022 03:49:28 +0200 Subject: [PATCH] termcol: record personalised shiar terminal style Designed in 2016 with common Linux compatibility. --- termcol.inc.pl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/termcol.inc.pl b/termcol.inc.pl index 2999031..fc69915 100644 --- a/termcol.inc.pl +++ b/termcol.inc.pl @@ -136,6 +136,15 @@ use Shiar_Sheet::Colour 1.05; )], parent => 'cga', }, + shiar => { + name => 'Shiar TUI', + list => [qw( + 220000 CC0000 88BB00 CCAA00 770000 CC4822 6899A0 CCCCCC + 686868 CC8B7B 8BBB7B C0C070 4499BB DD7700 44BB99 F8F8F8 + 000000:bg B0B0B0:fg FFFFFF:bd + )], + parent => 'cga', + }, mirc => { name => 'mIRC', href => 'http://www.mirc.com/colors.html', -- 2.30.0