Change highlight color

This commit is contained in:
Riyyi
2018-10-21 15:15:31 +02:00
parent a7fcbc97b9
commit a63df8967e
+1 -1
View File
@@ -4,7 +4,7 @@ man() {
LESS_TERMCAP_mb=$'\e[01;31m' \
LESS_TERMCAP_md=$'\e[01;34m' \
LESS_TERMCAP_me=$'\e[0m' \
LESS_TERMCAP_so=$'\e[00;37m' \
LESS_TERMCAP_so=$'\e[01;107;30m' \
LESS_TERMCAP_se=$'\e[0m' \
LESS_TERMCAP_us=$'\e[04;95m' \
LESS_TERMCAP_ue=$'\e[0m' \