diff --git a/.config/fish/functions/man.fish b/.config/fish/functions/man.fish index 82349b69..3d31bf2b 100644 --- a/.config/fish/functions/man.fish +++ b/.config/fish/functions/man.fish @@ -4,7 +4,7 @@ function man --wraps man --description 'Format and display manual pages' set -lx LESS_TERMCAP_mb (set_color -o red) set -lx LESS_TERMCAP_md (set_color -o B14242) set -lx LESS_TERMCAP_me $end - set -lx LESS_TERMCAP_so (set_color 949494) + set -lx LESS_TERMCAP_so (set_color 4A8B8B) set -lx LESS_TERMCAP_se $end set -lx LESS_TERMCAP_us (set_color -o D87C4A) set -lx LESS_TERMCAP_ue $end