diff options
| author | delta <darkussdelta@gmail.com> | 2025-10-29 16:35:38 +0100 |
|---|---|---|
| committer | delta <darkussdelta@gmail.com> | 2025-10-29 16:35:38 +0100 |
| commit | d7c66522cf365f516babcfeb1d4a2d36c3ea41af (patch) | |
| tree | 30c7d6103037b31170ae6d8fd58e3849e3cea823 /.config/fish/colors.fish | |
| parent | df418700b7d776f03ee5b58daa2d497cddb45aca (diff) | |
a small refactor
Diffstat (limited to '.config/fish/colors.fish')
| -rw-r--r-- | .config/fish/colors.fish | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/fish/colors.fish b/.config/fish/colors.fish index 381b0e9..fdc8987 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 "#77828c" +set fish_color_comment "#a8afb7" set fish_color_operator white set fish_color_escape yellow -set fish_color_autosuggestion "#77828c" +set fish_color_autosuggestion "#a8afb7" set fish_color_search_match --background=black # pager -set fish_pager_color_progress "#77828c" +set fish_pager_color_progress "#a8afb7" set fish_pager_color_prefix white -set fish_pager_color_completion "#77828c" -set fish_pager_color_description "#77828c" +set fish_pager_color_completion "#a8afb7" +set fish_pager_color_description "#a8afb7" set fish_pager_color_selected_background --background=black |
