From 1890eb563b2820f603bf5f471ecf386de2e37f1f Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 6 Aug 2014 00:47:03 +0400 Subject: [PATCH 1/1] Remove bold from info box --- lib/config/less/dark_bg | 2 +- lib/config/less/light_bg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/config/less/dark_bg b/lib/config/less/dark_bg index f4e6bd6..7d50c07 100644 --- a/lib/config/less/dark_bg +++ b/lib/config/less/dark_bg @@ -5,6 +5,6 @@ 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 export LESS_TERMCAP_se="`tput rmso; tput sgr0`" # end standout-mode -export LESS_TERMCAP_so="`tput bold; tput setaf 7; tput setab 4`" # begin standout-mode (info box) - white on blue +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 7`" # # begin underline - white diff --git a/lib/config/less/light_bg b/lib/config/less/light_bg index 6c1e09c..61b6113 100644 --- a/lib/config/less/light_bg +++ b/lib/config/less/light_bg @@ -5,6 +5,6 @@ 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 export LESS_TERMCAP_se="`tput rmso; tput sgr0`" # end standout-mode -export LESS_TERMCAP_so="`tput bold; tput setaf 7; tput setab 4`" # begin standout-mode (info box) - white on blue +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 -- 2.39.2