From d9df9ff931332dbe9afe89fb9713b5abecbefb9f Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 28 Mar 2025 15:25:17 -0400 Subject: [PATCH] AutoYADM commit: 2025-03-28 15:25:17 --- .config/fish/config.fish | 2 +- .config/fish/fish_variables | 10 +++++----- .config/fish/themes/ashen.theme | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 262a7597..e77bdc4c 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -2,7 +2,7 @@ if status is-interactive # Commands to run in interactive sessions can go here end -starship init fish | source +# starship init fish | source direnv hook fish | source zoxide init fish | source thefuck --alias | source diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index a5336ba2..87e5eee6 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -6,12 +6,12 @@ SETUVAR __fish_initialized:3800 SETUVAR cac_ip:172\x2e30\x2e90\x2e10 SETUVAR fish_color_autosuggestion:89492A SETUVAR fish_color_cancel:C53030 -SETUVAR fish_color_command:D5D5D5\x1e\x2do -SETUVAR fish_color_comment:323232 +SETUVAR fish_color_command:B4B4B4\x1e\x2do +SETUVAR fish_color_comment:737373\x1e\x2di SETUVAR fish_color_cwd:f9e2af SETUVAR fish_color_cwd_root:bf616a SETUVAR fish_color_end:E49A44 -SETUVAR fish_color_error:C53030 +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 @@ -22,10 +22,10 @@ SETUVAR fish_color_match:\x2d\x2dbackground\x3dbrblue SETUVAR fish_color_normal:B4B4B4 SETUVAR fish_color_operator:C4693D SETUVAR fish_color_option:D87C4A -SETUVAR fish_color_param:A7A7A7 +SETUVAR fish_color_param:D5D5D5 SETUVAR fish_color_quote:DF6464 SETUVAR fish_color_redirection:E49A44 -SETUVAR fish_color_search_match:\x2d\x2dbackground\x3d313244 +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 diff --git a/.config/fish/themes/ashen.theme b/.config/fish/themes/ashen.theme index 2baf4a58..b8362631 100644 --- a/.config/fish/themes/ashen.theme +++ b/.config/fish/themes/ashen.theme @@ -4,7 +4,7 @@ fish_color_normal B4B4B4 fish_color_command B4B4B4 -o -fish_color_param A7A7A7 +fish_color_param D5D5D5 fish_color_keyword B14242 fish_color_quote DF6464 fish_color_redirection E49A44 @@ -12,14 +12,14 @@ fish_color_end E49A44 fish_color_comment 737373 -i fish_color_error C53030 -b fish_color_gray 737373 -fish_color_selection --background=322119 -fish_color_search_match --background=313244 +fish_color_selection 121212 --background=322119 +fish_color_search_match --background=C4693D fish_color_option D87C4A fish_color_operator C4693D fish_color_escape D5D5D5 fish_color_autosuggestion 89492A fish_color_cancel C53030 -fish_color_cwd f9e2af +fish_color_cwd 4A8B8B fish_color_user 94e2d5 fish_color_host 89b4fa fish_color_host_remote a6e3a1