AutoYADM commit: 2025-03-28 15:20:16

This commit is contained in:
Daniel Fichtinger 2025-03-28 15:20:16 -04:00
parent 79402057e8
commit 381c1d8ae5
2 changed files with 31 additions and 30 deletions

View file

@ -4,43 +4,44 @@ SETUVAR EDITOR:hx
SETUVAR --export TERM:xterm\x2d256color
SETUVAR __fish_initialized:3800
SETUVAR cac_ip:172\x2e30\x2e90\x2e10
SETUVAR fish_color_autosuggestion:4c566a
SETUVAR fish_color_cancel:\x2d\x2dreverse
SETUVAR fish_color_command:88c0d0
SETUVAR fish_color_comment:4c566a\x1e\x2d\x2ditalics
SETUVAR fish_color_cwd:5e81ac
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_cwd:f9e2af
SETUVAR fish_color_cwd_root:bf616a
SETUVAR fish_color_end:81a1c1
SETUVAR fish_color_error:bf616a
SETUVAR fish_color_escape:ebcb8b
SETUVAR fish_color_end:E49A44
SETUVAR fish_color_error:C53030
SETUVAR fish_color_escape:D5D5D5
SETUVAR fish_color_gray:737373
SETUVAR fish_color_history_current:e5e9f0\x1e\x2d\x2dbold
SETUVAR fish_color_host:a3be8c
SETUVAR fish_color_host_remote:ebcb8b
SETUVAR fish_color_keyword:81a1c1
SETUVAR fish_color_host:89b4fa
SETUVAR fish_color_host_remote:a6e3a1
SETUVAR fish_color_keyword:B14242
SETUVAR fish_color_match:\x2d\x2dbackground\x3dbrblue
SETUVAR fish_color_normal:normal
SETUVAR fish_color_operator:81a1c1
SETUVAR fish_color_option:8fbcbb
SETUVAR fish_color_param:d8dee9
SETUVAR fish_color_quote:a3be8c
SETUVAR fish_color_redirection:b48ead\x1e\x2d\x2dbold
SETUVAR fish_color_search_match:\x2d\x2dbold\x1e\x2d\x2dbackground\x3d434c5e
SETUVAR fish_color_selection:d8dee9\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3d434c5e
SETUVAR fish_color_status:bf616a
SETUVAR fish_color_user:a3be8c
SETUVAR fish_color_normal:B4B4B4
SETUVAR fish_color_operator:C4693D
SETUVAR fish_color_option:D87C4A
SETUVAR fish_color_param:A7A7A7
SETUVAR fish_color_quote:DF6464
SETUVAR fish_color_redirection:E49A44
SETUVAR fish_color_search_match:\x2d\x2dbackground\x3d313244
SETUVAR fish_color_selection:\x2d\x2dbackground\x3d322119
SETUVAR fish_color_status:f38ba8
SETUVAR fish_color_user:94e2d5
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:e5e9f0
SETUVAR fish_pager_color_description:ebcb8b\x1e\x2d\x2ditalics
SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
SETUVAR fish_pager_color_progress:3b4252\x1e\x2d\x2dbackground\x3dd08770
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_secondary_background:\x1d
SETUVAR fish_pager_color_secondary_completion:\x1d
SETUVAR fish_pager_color_secondary_description:\x1d
SETUVAR fish_pager_color_secondary_prefix:\x1d
SETUVAR fish_pager_color_selected_background:\x2d\x2dbackground\x3d434c5e
SETUVAR fish_pager_color_selected_background:\x1d
SETUVAR fish_pager_color_selected_completion:\x1d
SETUVAR fish_pager_color_selected_description:\x1d
SETUVAR fish_pager_color_selected_prefix:\x1d

View file

@ -3,14 +3,14 @@
# preferred_background: 121212
fish_color_normal B4B4B4
fish_color_command A7A7A7
fish_color_param B4B4B4
fish_color_command B4B4B4 -o
fish_color_param A7A7A7
fish_color_keyword B14242
fish_color_quote DF6464
fish_color_redirection E49A44
fish_color_end E49A44
fish_color_comment 323232
fish_color_error C53030
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