diff --git a/.config/fish/config.fish b/.config/fish/config.fish index ba30c0e..4822410 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -57,7 +57,7 @@ alias cii="export INIT_MAMBA=true && init_mamba" # [[file:../../Console.org::*Colors][Colors:1]] set fish_color_command cyan set fish_color_comment green -set fish_color_end white +set fish_color_end black set fish_color_error red set fish_color_escape yellow set fish_color_operator yellow diff --git a/Console.org b/Console.org index 873fca8..b0096a7 100644 --- a/Console.org +++ b/Console.org @@ -553,7 +553,7 @@ Fish seems to have hardcoded colorcodes in some color settings. I set these to b #+begin_src fish set fish_color_command cyan set fish_color_comment green -set fish_color_end white +set fish_color_end black set fish_color_error red set fish_color_escape yellow set fish_color_operator yellow