From: Simon Ruderich Date: Sat, 6 Aug 2011 12:40:58 +0000 (+0200) Subject: zsh/env: Color standout in bold black on yellow for termcap. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=072940bc627a03cf9ce6df251c8150b6926df2ef;p=config%2Fdotfiles.git zsh/env: Color standout in bold black on yellow for termcap. --- 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.