termcol: reorder arne to match ansi better
[sheet.git] / termcol.plp
index a0fe5060d519398e8955f7425b669d05216b132f..c2e66b9603cb9c5221ea4f0b1c623224f0efe066 100644 (file)
@@ -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) {
 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) {