diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index 87e5eee6..ac91e7bb 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -8,15 +8,15 @@ SETUVAR fish_color_autosuggestion:89492A SETUVAR fish_color_cancel:C53030 SETUVAR fish_color_command:B4B4B4\x1e\x2do SETUVAR fish_color_comment:737373\x1e\x2di -SETUVAR fish_color_cwd:f9e2af +SETUVAR fish_color_cwd:4A8B8B SETUVAR fish_color_cwd_root:bf616a SETUVAR fish_color_end:E49A44 SETUVAR fish_color_error:C53030\x1e\x2db SETUVAR fish_color_escape:D5D5D5 SETUVAR fish_color_gray:737373 SETUVAR fish_color_history_current:e5e9f0\x1e\x2d\x2dbold -SETUVAR fish_color_host:89b4fa -SETUVAR fish_color_host_remote:a6e3a1 +SETUVAR fish_color_host:C4693D +SETUVAR fish_color_host_remote:C4693D SETUVAR fish_color_keyword:B14242 SETUVAR fish_color_match:\x2d\x2dbackground\x3dbrblue SETUVAR fish_color_normal:B4B4B4 @@ -27,16 +27,16 @@ SETUVAR fish_color_quote:DF6464 SETUVAR fish_color_redirection:E49A44 SETUVAR fish_color_search_match:\x2d\x2dbackground\x3dC4693D SETUVAR fish_color_selection:\x2d\x2dbackground\x3d322119 -SETUVAR fish_color_status:f38ba8 -SETUVAR fish_color_user:94e2d5 +SETUVAR fish_color_status:D87C4A +SETUVAR fish_color_user:B14242 SETUVAR fish_color_valid_path:\x2d\x2dunderline SETUVAR fish_greeting: SETUVAR fish_key_bindings:fish_vi_key_bindings SETUVAR fish_pager_color_background:\x1d -SETUVAR fish_pager_color_completion:cdd6f4 -SETUVAR fish_pager_color_description:6c7086 -SETUVAR fish_pager_color_prefix:f5c2e7 -SETUVAR fish_pager_color_progress:6c7086 +SETUVAR fish_pager_color_completion:322119 +SETUVAR fish_pager_color_description:949494 +SETUVAR fish_pager_color_prefix:D87C4A +SETUVAR fish_pager_color_progress:D87C4A SETUVAR fish_pager_color_secondary_background:\x1d SETUVAR fish_pager_color_secondary_completion:\x1d SETUVAR fish_pager_color_secondary_description:\x1d diff --git a/.config/fish/themes/ashen.theme b/.config/fish/themes/ashen.theme index b8362631..948bc5e6 100644 --- a/.config/fish/themes/ashen.theme +++ b/.config/fish/themes/ashen.theme @@ -12,7 +12,7 @@ fish_color_end E49A44 fish_color_comment 737373 -i fish_color_error C53030 -b fish_color_gray 737373 -fish_color_selection 121212 --background=322119 +fish_color_selection --background=322119 fish_color_search_match --background=C4693D fish_color_option D87C4A fish_color_operator C4693D @@ -20,11 +20,11 @@ fish_color_escape D5D5D5 fish_color_autosuggestion 89492A fish_color_cancel C53030 fish_color_cwd 4A8B8B -fish_color_user 94e2d5 -fish_color_host 89b4fa -fish_color_host_remote a6e3a1 -fish_color_status f38ba8 -fish_pager_color_progress 6c7086 -fish_pager_color_prefix f5c2e7 -fish_pager_color_completion cdd6f4 -fish_pager_color_description 6c7086 +fish_color_user B14242 +fish_color_host C4693D +fish_color_host_remote C4693D +fish_color_status D87C4A +fish_pager_color_progress D87C4A +fish_pager_color_prefix D87C4A +fish_pager_color_completion 322119 +fish_pager_color_description 949494