updates theme
This commit is contained in:
parent
7a9c9910f2
commit
2911f2f066
1 changed files with 20 additions and 34 deletions
|
|
@ -1,34 +1,20 @@
|
|||
set -l foreground ffffff
|
||||
set -l selection 7030af
|
||||
set -l comment ff9f80
|
||||
set -l red ff5f59
|
||||
set -l orange fec43f
|
||||
set -l yellow d0bc00
|
||||
set -l green 44bc44
|
||||
set -l purple b6a0ff
|
||||
set -l cyan 00d3d0
|
||||
set -l pink feacd0
|
||||
|
||||
# Syntax Highlighting Colors
|
||||
fish_color_normal $foreground
|
||||
fish_color_command $cyan
|
||||
fish_color_keyword $pink
|
||||
fish_color_quote $yellow
|
||||
fish_color_redirection $foreground
|
||||
fish_color_end $orange
|
||||
fish_color_option $pink
|
||||
fish_color_error $red
|
||||
fish_color_param $purple
|
||||
fish_color_comment $comment
|
||||
fish_color_selection --background=$selection
|
||||
fish_color_search_match --background=$selection
|
||||
fish_color_operator $green
|
||||
fish_color_escape $pink
|
||||
fish_color_autosuggestion $comment
|
||||
|
||||
# Completion Pager Colors
|
||||
fish_pager_color_progress $comment
|
||||
fish_pager_color_prefix $cyan
|
||||
fish_pager_color_completion $foreground
|
||||
fish_pager_color_description $comment
|
||||
fish_pager_color_selected_background --background=$selection
|
||||
fish_color_normal ffffff
|
||||
fish_color_command 00d3d0
|
||||
fish_color_keyword feacd0
|
||||
fish_color_quote d0bc00
|
||||
fish_color_redirection ffffff
|
||||
fish_color_end fec43f
|
||||
fish_color_option feacd0
|
||||
fish_color_error ff5f59
|
||||
ish_color_param b6a0ff
|
||||
fish_color_comment ff9f80
|
||||
fish_color_selection --background=7030af
|
||||
fish_color_search_match --background=7030af
|
||||
fish_color_operator 44bc44
|
||||
fish_color_escape feacd0
|
||||
fish_color_autosuggestion ff9f80
|
||||
fish_pager_color_progress ff9f80
|
||||
fish_pager_color_prefix 00d3d0
|
||||
fish_pager_color_completion ffffff
|
||||
fish_pager_color_description ff9f80
|
||||
fish_pager_color_selected_background --background=7030af
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue