From: Oleg Broytman Date: Tue, 5 Aug 2014 21:02:25 +0000 (+0400) Subject: Remove md color X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=d430deb7e6725f9f53e1b1620fbeb0f07df9d214 Remove md color --- diff --git a/lib/config/less/light_bg b/lib/config/less/light_bg index dcb5d0e..20f74e0 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_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