mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Switch to Kanagawa theme
This commit is contained in:
parent
db048db3c0
commit
e801f0a680
7 changed files with 80 additions and 66 deletions
|
|
@ -1,38 +1,35 @@
|
|||
set -U fish_color_autosuggestion a89984
|
||||
set -U fish_color_cancel --reverse
|
||||
set -U fish_color_command 98971a
|
||||
set -U fish_color_comment a89984
|
||||
set -U fish_color_cwd green
|
||||
set -U fish_color_cwd_root red
|
||||
set -U fish_color_end b16286
|
||||
set -U fish_color_error cc241d
|
||||
set -U fish_color_escape 458588
|
||||
set -U fish_color_history_current --bold
|
||||
set -U fish_color_host normal
|
||||
set -U fish_color_host_remote
|
||||
set -U fish_color_keyword
|
||||
set -U fish_color_match 458588
|
||||
set -U fish_color_normal normal
|
||||
set -U fish_color_operator 458588
|
||||
set -U fish_color_option
|
||||
set -U fish_color_param ebdbb2
|
||||
set -U fish_color_quote a89984
|
||||
set -U fish_color_redirection 689d6a
|
||||
set -U fish_color_search_match 'bryellow' '--background=brblack'
|
||||
set -U fish_color_selection 'white' '--bold' '--background=brblack'
|
||||
set -U fish_color_user brgreen
|
||||
set -U fish_color_valid_path --underline
|
||||
set -l foreground DCD7BA normal
|
||||
set -l selection 2D4F67 brcyan
|
||||
set -l comment 727169 brblack
|
||||
set -l red C34043 red
|
||||
set -l orange FF9E64 brred
|
||||
set -l yellow C0A36E yellow
|
||||
set -l green 76946A green
|
||||
set -l purple 957FB8 magenta
|
||||
set -l cyan 7AA89F cyan
|
||||
set -l pink D27E99 brmagenta
|
||||
|
||||
# Syntax Highlighting Colors
|
||||
set -U fish_color_normal $foreground
|
||||
set -U fish_color_command $cyan
|
||||
set -U fish_color_keyword $pink
|
||||
set -U fish_color_quote $yellow
|
||||
set -U fish_color_redirection $foreground
|
||||
set -U fish_color_end $orange
|
||||
set -U fish_color_error $red
|
||||
set -U fish_color_param $purple
|
||||
set -U fish_color_comment $comment
|
||||
set -U fish_color_selection --background=$selection
|
||||
set -U fish_color_search_match --background=$selection
|
||||
set -U fish_color_operator $green
|
||||
set -U fish_color_escape $pink
|
||||
set -U fish_color_autosuggestion $comment
|
||||
|
||||
# Completion Pager Colors
|
||||
set -U fish_pager_color_progress $comment
|
||||
set -U fish_pager_color_prefix $cyan
|
||||
set -U fish_pager_color_completion $foreground
|
||||
set -U fish_pager_color_description $comment
|
||||
|
||||
# Vi key bindings
|
||||
set -U fish_key_bindings fish_vi_key_bindings
|
||||
set -U fish_pager_color_background
|
||||
set -U fish_pager_color_completion normal
|
||||
set -U fish_pager_color_description a89984
|
||||
set -U fish_pager_color_prefix 'normal' '--bold' '--underline'
|
||||
set -U fish_pager_color_progress 'brwhite' '--background=cyan'
|
||||
set -U fish_pager_color_secondary_background
|
||||
set -U fish_pager_color_secondary_completion
|
||||
set -U fish_pager_color_secondary_description
|
||||
set -U fish_pager_color_secondary_prefix
|
||||
set -U fish_pager_color_selected_background --background=brblack
|
||||
set -U fish_pager_color_selected_completion
|
||||
set -U fish_pager_color_selected_description
|
||||
set -U fish_pager_color_selected_prefix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue