X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=lib%2Fconfig%2Fless%2Flight_bg;h=298660c6be8efc9307534562db8c2e7ff1068d0e;hb=4cb17a2a1e2af89e1d1c2a3150ee5e091fcee06c;hp=6c1e09c616cbc2f2be6652f7268b219cb33f9ea9;hpb=982948e0cda4ae2879d15ffe184a6a83073ce1ed;p=dotfiles.git diff --git a/lib/config/less/light_bg b/lib/config/less/light_bg index 6c1e09c..298660c 100644 --- a/lib/config/less/light_bg +++ b/lib/config/less/light_bg @@ -1,10 +1,10 @@ # See https://unix.stackexchange.com/q/108699 and man terminfo -export LESS_TERMCAP_mb="`tput bold; tput setaf 5`" # begin blinking - bold magenta -export LESS_TERMCAP_md="`tput bold; tput setaf 4`" # begin bold - blue +export LESS_TERMCAP_mb="`tput bold; tput setaf 5`" # instead of blinking begin bold magenta +export LESS_TERMCAP_md="`tput bold`" # begin bold export LESS_TERMCAP_me="`tput sgr0`" # end mode export LESS_TERMCAP_mh="`tput dim`" # half-bright mode export LESS_TERMCAP_mr="`tput rev`" # reverse video mode export LESS_TERMCAP_se="`tput rmso; tput sgr0`" # end standout-mode -export LESS_TERMCAP_so="`tput bold; tput setaf 7; tput setab 4`" # begin standout-mode (info box) - white on blue +export LESS_TERMCAP_so="`tput setaf 7; tput setab 4`" # begin standout-mode (info box) - white on blue export LESS_TERMCAP_ue="`tput rmul; tput sgr0`" # end underline -export LESS_TERMCAP_us="`tput smul; tput bold; tput setaf 0`" # # begin underline - white +export LESS_TERMCAP_us="`tput smul; tput setaf 0`" # # begin underline black