diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-10-21 19:31:40 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2014-10-21 19:31:40 +0200 |
commit | c8f17e674341906a16ca20a3b95d593b5f27be05 (patch) | |
tree | 858704e37e40e64134ddcb009845e8a258f77180 | |
parent | 937134139090384192dcac08ae320d885c2be46b (diff) | |
download | dotfiles-c8f17e674341906a16ca20a3b95d593b5f27be05.tar.gz dotfiles-c8f17e674341906a16ca20a3b95d593b5f27be05.tar.xz |
zshrc: change less highlight color
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |