This commit is contained in:
2026-01-01 22:07:48 +02:00
parent 22c31e512c
commit b0f94e3816
6 changed files with 71 additions and 70 deletions
+37
View File
@@ -0,0 +1,37 @@
set --global fish_color_autosuggestion 6272a4
set --global fish_color_cancel ff5555 --reverse
set --global fish_color_command 8be9fd
set --global fish_color_comment 6272a4
set --global fish_color_cwd 50fa7b
set --global fish_color_cwd_root red
set --global fish_color_end ffb86c
set --global fish_color_error ff5555
set --global fish_color_escape ff79c6
set --global fish_color_history_current --bold
set --global fish_color_host bd93f9
set --global fish_color_host_remote bd93f9
set --global fish_color_keyword ff79c6
set --global fish_color_normal f8f8f2
set --global fish_color_operator 50fa7b
set --global fish_color_option ffb86c
set --global fish_color_param bd93f9
set --global fish_color_quote f1fa8c
set --global fish_color_redirection f8f8f2
set --global fish_color_search_match --background=44475a --bold
set --global fish_color_selection --background=44475a --bold
set --global fish_color_status ff5555
set --global fish_color_user 8be9fd
set --global fish_color_valid_path --underline
set --global fish_pager_color_background
set --global fish_pager_color_completion f8f8f2
set --global fish_pager_color_description 6272a4
set --global fish_pager_color_prefix 8be9fd
set --global fish_pager_color_progress 6272a4
set --global fish_pager_color_secondary_background
set --global fish_pager_color_secondary_completion f8f8f2
set --global fish_pager_color_secondary_description 6272a4
set --global fish_pager_color_secondary_prefix 8be9fd
set --global fish_pager_color_selected_background --background=44475a
set --global fish_pager_color_selected_completion f8f8f2
set --global fish_pager_color_selected_description 6272a4
set --global fish_pager_color_selected_prefix 8be9fd