More contrast
Some terminals (notably: linux non-framebuffer vt) do support colors, but do not support the bold/bright attribute.
This commit is contained in:
parent
6b0474818e
commit
248681631d
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ sub contras($self) {
|
|||
return map +{ %$_ }, @{ $self->{contras} };
|
||||
}
|
||||
|
||||
my $HI = "\e[1m";
|
||||
my $HI = "\e[37;1m";
|
||||
my $LO = "\e[2m";
|
||||
my $END = "\e[0m";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue