From f93e950c4c470f39faae2a6c0c5f3e051f61b609 Mon Sep 17 00:00:00 2001 From: Dennis Date: Thu, 23 Oct 2025 10:02:46 +0200 Subject: [PATCH] fixes fish colors --- modules/fish/themes/modus-vivendi-tinted.fish | 4 ++-- modules/fish/work.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/fish/themes/modus-vivendi-tinted.fish b/modules/fish/themes/modus-vivendi-tinted.fish index 4319e08..9230660 100644 --- a/modules/fish/themes/modus-vivendi-tinted.fish +++ b/modules/fish/themes/modus-vivendi-tinted.fish @@ -5,14 +5,14 @@ set -l comment 989898 set -l red ff5f59 set -l orange fec43f set -l yellow d0bc00 -set -l green 44bc44 +set -l green 11c777 set -l purple b6a0ff set -l cyan 00d3d0 set -l pink feacd0 # Syntax Highlighting Colors set -g fish_color_user $cyan -set -g fish_color_cwd $fgalt +set -g fish_color_cwd $purple set -g fish_color_normal $foreground set -g fish_color_command $cyan set -g fish_color_keyword $pink diff --git a/modules/fish/work.nix b/modules/fish/work.nix index c20726d..1efc276 100644 --- a/modules/fish/work.nix +++ b/modules/fish/work.nix @@ -144,7 +144,7 @@ }; interactiveShellInit = '' - source ./themes/modus-vivendi-tinted.fish + source ~/.config/fishthemes/modus-vivendi-tinted.fish set hn (prompt_hostname) set fish_cursor_default block blink