https://bugs.kde.org/show_bug.cgi?id=482985
--- Comment #3 from Thomas Lübking <thomas.luebk...@gmail.com> --- export LESS_TERMCAP_mb=$'\e[1;34m' # begin bold export LESS_TERMCAP_md=$'\e[1;34m' # begin blink export LESS_TERMCAP_so=$'\e[01;44;37m' # begin reverse video export LESS_TERMCAP_us=$'\e[01m' # begin underline export LESS_TERMCAP_me=$'\e[0m' # reset bold/blink export LESS_TERMCAP_se=$'\e[0m' # reset reverse video export LESS_TERMCAP_ue=$'\e[0m' # reset underline export GROFF_NO_SGR=1 # for konsole and gnome-terminal, no idea whether that's still required Obviously first check whether the environment is set and then don't override that. Doing this by manipulating the palette will trigger false positives and occasionally lead to blue-on-blue invisible text. Nothing has changed in the last decade w/ the VDG… -- You are receiving this mail because: You are watching all bug changes.