X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=lib%2Fconfig%2Fless%2Flight_bg;fp=lib%2Fconfig%2Fless%2Flight_bg;h=dcb5d0e83101b0518d5c52e3832eecc660324be2;hp=61b61136a43af56632e48cb100f838eee163bcc5;hb=6354a4c303ff41b963945d4977bcee5f55b73415;hpb=1890eb563b2820f603bf5f471ecf386de2e37f1f diff --git a/lib/config/less/light_bg b/lib/config/less/light_bg index 61b6113..dcb5d0e 100644 --- a/lib/config/less/light_bg +++ b/lib/config/less/light_bg @@ -1,6 +1,6 @@ # 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_me="`tput sgr0`" # end mode export LESS_TERMCAP_mh="`tput dim`" # half-bright mode export LESS_TERMCAP_mr="`tput rev`" # reverse video mode