fixes fish colors
This commit is contained in:
parent
744d714927
commit
f93e950c4c
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue