diff options
| author | delta <darkussdelta@gmail.com> | 2026-04-17 08:10:30 +0200 |
|---|---|---|
| committer | delta <darkussdelta@gmail.com> | 2026-04-17 08:10:30 +0200 |
| commit | a7c79cb5a04562be10347856642a80f0c4be89fc (patch) | |
| tree | 98fac95855d84f5037a1c6f44061cbe94b550600 /.config/fish/colors.fish | |
| parent | 225eeafcea67d63a608f9c666faf2a2ef014be4a (diff) | |
Diffstat (limited to '.config/fish/colors.fish')
| -rw-r--r-- | .config/fish/colors.fish | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/fish/colors.fish b/.config/fish/colors.fish index fdc8987..05a70cb 100644 --- a/.config/fish/colors.fish +++ b/.config/fish/colors.fish @@ -9,15 +9,15 @@ set fish_color_error white set fish_color_param white set fish_color_valid_path white set fish_color_option white -set fish_color_comment "#a8afb7" +set fish_color_comment "#323b46" set fish_color_operator white set fish_color_escape yellow -set fish_color_autosuggestion "#a8afb7" +set fish_color_autosuggestion "#323b46" set fish_color_search_match --background=black # pager set fish_pager_color_progress "#a8afb7" set fish_pager_color_prefix white -set fish_pager_color_completion "#a8afb7" +set fish_pager_color_completion white --bold set fish_pager_color_description "#a8afb7" -set fish_pager_color_selected_background --background=black +set fish_pager_color_selected_background --background="#171c22" |
