From 894c02322b573c57c684ba71cb81ed792ebf55d1 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Fri, 18 Feb 2011 23:49:32 -0500 Subject: setting less standout color --- zsh/appearance.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh') diff --git a/zsh/appearance.zsh b/zsh/appearance.zsh index f360985..d5d4a65 100644 --- a/zsh/appearance.zsh +++ b/zsh/appearance.zsh @@ -13,7 +13,7 @@ export GREP_COLOR='1;32' export LESS_TERMCAP_mb=$'\e[0;31m' # begin blinking - red export LESS_TERMCAP_md=$'\e[0;34m' # begin bold - blue export LESS_TERMCAP_me=$'\e[0m' # end mode -export LESS_TERMCAP_so=$'\e[38;5;246m' # begin standout mode - info box +export LESS_TERMCAP_so=$'\e[30;46m' # begin standout mode - black on cyan export LESS_TERMCAP_se=$'\e[0m' # end standout mode export LESS_TERMCAP_us=$'\e[4;33m' # begin underline - yellow underline export LESS_TERMCAP_ue=$'\e[0m' # end underline -- cgit v1.2.3