diff --git a/shell/bashrc b/shell/bashrc index 8b5408f..7c7244b 100644 --- a/shell/bashrc +++ b/shell/bashrc @@ -91,7 +91,7 @@ man() LESS_TERMCAP_md=$'\E[01;38;5;74m' \ LESS_TERMCAP_me=$'\E[0m' \ LESS_TERMCAP_se=$'\E[0m' \ - LESS_TERMCAP_so=$'\E[42;5;246m' \ + LESS_TERMCAP_so=$'\E[7;49;35m' \ LESS_TERMCAP_ue=$'\E[0m' \ LESS_TERMCAP_us=$'\E[04;38;5;146m' \ man "$@"