From 42ece19f7634cc4cc1bf4f87b28d304d36d83797 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 27 Mar 2023 02:08:01 +0200 Subject: [PATCH] termcol: cga appearance on IBM-5153 monitors --- termcol.inc.pl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/termcol.inc.pl b/termcol.inc.pl index addcbcc..eba0330 100644 --- a/termcol.inc.pl +++ b/termcol.inc.pl @@ -37,6 +37,15 @@ use Shiar_Sheet::Colour 1.05; # reset bold dim italic underline blink fastblink reverse hidden hueorder => [ 1,3,2,6,4,5, 0,7 , 9,11,10,14,12,13, 8,15 ], }, + cgatrue => { + href => 'https://int10h.org/blog/2022/06/ibm-5153-color-true-cga-palette/', + title => 'IBM 5153 "true" CGA', + list => [qw( + 000000 0000C4 00C400 00C4C4 C40000 C400C4 C47E00 C4C4C4 + 4E4E4E 4E4EDC 4EDC4E 4EF3F3 DC4E4E F34EF3 F3F34E FFFFFF + )], + parent => 'cga', + }, ubuntu => { title => 'setvtrgb defaults for Ubuntu kbd', list => [qw( -- 2.30.0