From ffad43c7fc714d8b1566bbf4980bf1ce56589c76 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 31 Oct 2015 16:51:30 +0100 Subject: [PATCH] termcol: reorder arne to match ansi better --- termcol.plp | 8 ++++++++ 1 file changed, 8 insertions(+) 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) { -- 2.30.0