From 3232623f81b75c91ad0b0a5774d94da6dfdb8f2e Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 6 Aug 2014 01:02:57 +0400 Subject: [PATCH] Remove bold from us --- lib/config/less/light_bg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2