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