[konsole] [Bug 405345] Impossible to print "bold red". Bold is always printed as intense/light color
Stefan
bugzilla_noreply at kde.org
Sat Dec 12 22:09:10 GMT 2020
https://bugs.kde.org/show_bug.cgi?id=405345
--- Comment #21 from Stefan <stefan+kde at sofa-rockers.org> ---
But this
echo -e '\e[0;38;2;255;0;0mred \e[1mboldred \e[0m normal'
does not print the same red as
echo -e '\e[0;31mRed\n\e[1;31mRed (bold)\e[0m'
and you cannot use RGB colors in all terminals.
If you use a bas16 colorscheme and "bright" colors are various gray tones, then
\e1;31m should still print the bold variant of 31 (red) and not a gray.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list