From 072940bc627a03cf9ce6df251c8150b6926df2ef Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 6 Aug 2011 14:40:58 +0200 Subject: [PATCH] zsh/env: Color standout in bold black on yellow for termcap. --- zsh/env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/env b/zsh/env index 7ebeabb..6c02f46 100644 --- a/zsh/env +++ b/zsh/env @@ -20,6 +20,9 @@ export LESS_TERMCAP_me=$'\e[0m' # Color underlined strings in bold yellow and underlined. export LESS_TERMCAP_us=$'\e[01;4;33m' export LESS_TERMCAP_ue=$'\e[0m' +# Color standout mode in bold black with yellow background. +export LESS_TERMCAP_so=$'\e[01;30;43m' +export LESS_TERMCAP_se=$'\e[0m' # Setup lesspipe to view multiple file-types (like .gz, .zip, etc.) with less. -- 2.44.1