From b3530d7c4a102935fa26498a160ee1dc6c1e9c03 Mon Sep 17 00:00:00 2001 From: delta Date: Fri, 4 Jul 2025 00:38:29 +0200 Subject: :3 --- .config/fish/colors.fish | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.config/fish/colors.fish') diff --git a/.config/fish/colors.fish b/.config/fish/colors.fish index de32d6d..381b0e9 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 "#8893a5" +set fish_color_comment "#77828c" set fish_color_operator white set fish_color_escape yellow -set fish_color_autosuggestion "#8893a5" +set fish_color_autosuggestion "#77828c" set fish_color_search_match --background=black # pager -set fish_pager_color_progress "#8893a5" +set fish_pager_color_progress "#77828c" set fish_pager_color_prefix white -set fish_pager_color_completion "#8893a5" -set fish_pager_color_description "#8893a5" +set fish_pager_color_completion "#77828c" +set fish_pager_color_description "#77828c" set fish_pager_color_selected_background --background=black -- cgit v1.2.3