From 1c982efd9b54d7f875cb64973d7e4d2796a7b05b Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sun, 6 Apr 2025 12:15:08 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-06 12:15:08 --- .config/fish/functions/man.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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