From: Oleg Broytman Date: Tue, 5 Aug 2014 21:02:57 +0000 (+0400) Subject: Remove bold from us X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=3232623f81b75c91ad0b0a5774d94da6dfdb8f2e Remove bold from us --- diff --git a/lib/config/less/light_bg b/lib/config/less/light_bg index 20f74e0..298660c 100644 --- a/lib/config/less/light_bg +++ b/lib/config/less/light_bg @@ -7,4 +7,4 @@ 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 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