From 4c3929e3c422c9c18b542b4b204865569d25cd04 Mon Sep 17 00:00:00 2001 From: Marley Rae Date: Tue, 30 Jan 2024 19:42:15 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB=20Fix=20fish-?= =?UTF-8?q?colored-man=20colors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fish/theme.config.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fish/theme.config.fish b/fish/theme.config.fish index ee031c7..b9ffb51 100644 --- a/fish/theme.config.fish +++ b/fish/theme.config.fish @@ -3,8 +3,8 @@ # fish-colored-man set -g man_blink -o f38ba8 red set -g man_bold -o 94e2d5 cyan -set -g man_standout -b 11111b black -set -g man_underline -u 11111b black +set -g man_standout -o a6e3a1 green +set -g man_underline -u f5c2e7 magenta # Starship set -gx STARSHIP_CONFIG "$DOT/fish/starship.toml"