summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-10-21 19:31:40 +0200
committerFlorian Pritz <bluewind@xinu.at>2014-10-21 19:31:40 +0200
commitc8f17e674341906a16ca20a3b95d593b5f27be05 (patch)
tree858704e37e40e64134ddcb009845e8a258f77180 /.zshrc
parent937134139090384192dcac08ae320d885c2be46b (diff)
downloaddotfiles-c8f17e674341906a16ca20a3b95d593b5f27be05.tar.gz
dotfiles-c8f17e674341906a16ca20a3b95d593b5f27be05.tar.xz
zshrc: change less highlight color
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 5c16ccc..282e98d 100644
--- a/.zshrc
+++ b/.zshrc
@@ -201,7 +201,7 @@ 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;5;11m' # begin standout-mode - info box
export LESS_TERMCAP_ue=$'\E[0m' # end underline
export LESS_TERMCAP_us=$'\E[04;38;5;146m' # begin underline