From: Iain Patterson Date: Mon, 4 Jan 2016 15:31:41 +0000 (+0000) Subject: Slightly less vibrant standout colour in the pager. X-Git-Url: http://git.iain.cx/?p=profile.git;a=commitdiff_plain;h=a192bc895bf216ea264d57bfd139f2a30a99a808 Slightly less vibrant standout colour in the pager. --- diff --git a/.profile.d/pager.bashrc b/.profile.d/pager.bashrc index bc1a88a..788da0b 100644 --- a/.profile.d/pager.bashrc +++ b/.profile.d/pager.bashrc @@ -14,7 +14,7 @@ if [ $? = 0 ]; then # Bold is blue. export LESS_TERMCAP_md=$'\e[1m\e[38;5;33m' # Standout is yellow. - export LESS_TERMCAP_so=$'\e[1m\e[38;5;226m' + export LESS_TERMCAP_so=$'\e[1m\e[38;5;228m' # Underline is cyan. export LESS_TERMCAP_us=$'\e[0m\e[38;5;38m' ;;