removes fish themes (wip)
This commit is contained in:
parent
c3dcd2a83a
commit
7b28646532
2 changed files with 0 additions and 41 deletions
|
|
@ -55,8 +55,6 @@
|
|||
};
|
||||
|
||||
interactiveShellInit = ''
|
||||
fish_config theme choose "modus-vivendi-tinted"
|
||||
|
||||
set hn (prompt_hostname)
|
||||
set fish_cursor_default block blink
|
||||
|
||||
|
|
@ -86,6 +84,4 @@
|
|||
frc = "source ~/.config/fish/**/*.fish";
|
||||
};
|
||||
};
|
||||
|
||||
home.file.".config/fish/themes".source = ./themes;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,37 +0,0 @@
|
|||
set -l foreground ffffff
|
||||
set -l fgalt c6daff
|
||||
set -l selection 7030af
|
||||
set -l comment 989898
|
||||
set -l red ff5f59
|
||||
set -l orange fec43f
|
||||
set -l yellow d0bc00
|
||||
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 $purple
|
||||
set -g fish_color_normal $foreground
|
||||
set -g fish_color_command $cyan
|
||||
set -g fish_color_keyword $pink
|
||||
set -g fish_color_quote $yellow
|
||||
set -g fish_color_redirection $foreground
|
||||
set -g fish_color_end $orange
|
||||
set -g fish_color_option $pink
|
||||
set -g fish_color_error $red
|
||||
set -g fish_color_param $purple
|
||||
set -g fish_color_comment $comment
|
||||
set -g fish_color_selection --background=$selection
|
||||
set -g fish_color_search_match --background=$selection
|
||||
set -g fish_color_operator $green
|
||||
set -g fish_color_escape $pink
|
||||
set -g fish_color_autosuggestion $comment
|
||||
|
||||
# Completion Pager Colors
|
||||
set -g fish_pager_color_progress $comment
|
||||
set -g fish_pager_color_prefix $cyan
|
||||
set -g fish_pager_color_completion $foreground
|
||||
set -g fish_pager_color_description $comment
|
||||
set -g fish_pager_color_selected_background --background=$selection
|
||||
Loading…
Add table
Add a link
Reference in a new issue