git://git.iain.cx/iain
/
profile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c01aaa7
)
Slightly less vibrant standout colour in the pager.
author
Iain Patterson
<me@iain.cx>
Mon, 4 Jan 2016 15:31:41 +0000
(15:31 +0000)
committer
Iain Patterson
<me@iain.cx>
Thu, 11 Feb 2016 13:09:16 +0000
(13:09 +0000)
.profile.d/pager.bashrc
patch
|
blob
|
history
diff --git
a/.profile.d/pager.bashrc
b/.profile.d/pager.bashrc
index
bc1a88a
..
788da0b
100644
(file)
--- a/
.profile.d/pager.bashrc
+++ b/
.profile.d/pager.bashrc
@@
-14,7
+14,7
@@
if [ $? = 0 ]; then
# Bold is blue.
export LESS_TERMCAP_md=$'\e[1m\e[38;5;33m'
# Standout is yellow.
- export LESS_TERMCAP_so=$'\e[1m\e[38;5;22
6
m'
+ export LESS_TERMCAP_so=$'\e[1m\e[38;5;22
8
m'
# Underline is cyan.
export LESS_TERMCAP_us=$'\e[0m\e[38;5;38m'
;;