From a868be3176bcd9d50586e29a7a52a335a730bb64 Mon Sep 17 00:00:00 2001 From: yan Date: Wed, 7 Mar 2012 09:02:21 -0800 Subject: [PATCH] Better colors for manpage search as suggested by @irrationalfab --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index d97b2be..7d7cb1f 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -56,6 +56,6 @@ export LESS_TERMCAP_mb=$'\E[01;31m' # begin blinking export LESS_TERMCAP_md=$'\E[01;38;5;74m' # begin bold export LESS_TERMCAP_me=$'\E[0m' # end mode export LESS_TERMCAP_se=$'\E[0m' # end standout-mode -export LESS_TERMCAP_so=$'\E[38;5;246m' # begin standout-mode - info box +export LESS_TERMCAP_so=$'\E[38;33;246m' # begin standout-mode - info box export LESS_TERMCAP_ue=$'\E[0m' # end underline export LESS_TERMCAP_us=$'\E[04;38;5;146m' # begin underline