fixes fish colors

This commit is contained in:
Dennis 2025-10-23 10:02:46 +02:00
parent 744d714927
commit f93e950c4c
2 changed files with 3 additions and 3 deletions

View file

@ -5,14 +5,14 @@ set -l comment 989898
set -l red ff5f59 set -l red ff5f59
set -l orange fec43f set -l orange fec43f
set -l yellow d0bc00 set -l yellow d0bc00
set -l green 44bc44 set -l green 11c777
set -l purple b6a0ff set -l purple b6a0ff
set -l cyan 00d3d0 set -l cyan 00d3d0
set -l pink feacd0 set -l pink feacd0
# Syntax Highlighting Colors # Syntax Highlighting Colors
set -g fish_color_user $cyan 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_normal $foreground
set -g fish_color_command $cyan set -g fish_color_command $cyan
set -g fish_color_keyword $pink set -g fish_color_keyword $pink

View file

@ -144,7 +144,7 @@
}; };
interactiveShellInit = '' interactiveShellInit = ''
source ./themes/modus-vivendi-tinted.fish source ~/.config/fishthemes/modus-vivendi-tinted.fish
set hn (prompt_hostname) set hn (prompt_hostname)
set fish_cursor_default block blink set fish_cursor_default block blink