]> git.phdru.name Git - dotfiles.git/blobdiff - lib/config/less/light_bg
Remove md color
[dotfiles.git] / lib / config / less / light_bg
index dcb5d0e83101b0518d5c52e3832eecc660324be2..20f74e0fe55c4b11f3619895e32f6b4033685c5b 100644 (file)
@@ -1,6 +1,6 @@
 # See https://unix.stackexchange.com/q/108699 and man terminfo
-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