Slightly less vibrant standout colour in the pager.
authorIain Patterson <me@iain.cx>
Mon, 4 Jan 2016 15:31:41 +0000 (15:31 +0000)
committerIain Patterson <me@iain.cx>
Thu, 11 Feb 2016 13:09:16 +0000 (13:09 +0000)
.profile.d/pager.bashrc

index bc1a88a..788da0b 100644 (file)
@@ -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'
     ;;