From a192bc895bf216ea264d57bfd139f2a30a99a808 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Mon, 4 Jan 2016 15:31:41 +0000 Subject: [PATCH] Slightly less vibrant standout colour in the pager. --- .profile.d/pager.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ;; -- 2.20.1