From: Mischa POSLAWSKY Date: Sat, 31 Oct 2015 15:51:30 +0000 (+0100) Subject: termcol: reorder arne to match ansi better X-Git-Tag: v1.9~105 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/ffad43c7fc714d8b1566bbf4980bf1ce56589c76 termcol: reorder arne to match ansi better --- diff --git a/termcol.plp b/termcol.plp index a0fe506..c2e66b9 100644 --- a/termcol.plp +++ b/termcol.plp @@ -171,6 +171,14 @@ my %col = ( ], ); +if ($get{v}) { + # reorder by brightness + $col{arnegame} = [ + map { $col{arnegame}[$_ + 1] } + qw/ -1 0 5 9 12 3 6 10 13 1 4 7 8 11 14 15 2 / + ]; +} + my @termlist = qw( cga xterm tango app html xkcd ); push @termlist, qw( c64 msx2 mac2 risc arnegame ) if exists $get{v}; for my $term (@termlist) {