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:
Juerd Waalboer 2023-02-12 17:50:13 +01:00
parent 6b0474818e
commit 248681631d

View file

@ -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";