diff --git a/home/private_dot_config/private_fish/themes/Nord Light.theme b/home/private_dot_config/private_fish/themes/Nord Light.theme index 3537e7f..17e5994 100644 --- a/home/private_dot_config/private_fish/themes/Nord Light.theme +++ b/home/private_dot_config/private_fish/themes/Nord Light.theme @@ -4,34 +4,34 @@ # url: https://www.nordtheme.com # tweaked from official Nord (WIP) -fish_color_normal normal -fish_color_command 5e81ac -fish_color_keyword 3b4252 -fish_color_quote 2e3440 -fish_color_redirection b48ead --bold -fish_color_end 3b4252 -fish_color_error bf616a -fish_color_param 4c566a -fish_color_valid_path --underline -fish_color_option 81a1c1 -fish_color_comment 4c566a --italics -fish_color_selection 4c566a --bold --background=d8dee9 -fish_color_operator 81a1c1 -fish_color_escape ebcb8b -fish_color_autosuggestion 3b4252 -fish_color_cwd 5e81ac -fish_color_cwd_root bf616a -fish_color_user 81a1c1 -fish_color_host 81a1c1 -fish_color_host_remote ebcb8b -fish_color_status bf616a +fish_color_normal 4c566a # Darker text on light background +fish_color_command 5e81ac # Darker blue for commands +fish_color_keyword 81a1c1 # Darker blue for keywords +fish_color_quote a3be8c # Darker green for quotes +fish_color_redirection b48ead --bold # Keep darkish purple, but consider toning down slightly depending on contrast +fish_color_end 81a1c1 # Darker blue for end +fish_color_error bf616a # Keep red - error should stand out +fish_color_param 2e3440 # Darker, almost the original background color +fish_color_valid_path --underline # Keep underline; change color if needed. Experiment with 5e81ac. +fish_color_option 8fbcbb # Teal - might need to darken it a bit; try 5e81ac +fish_color_comment 949494 --italics # Light grey comment +fish_color_selection 3b4252 --bold --background=eceff4 # Darker text on light background +fish_color_operator 81a1c1# Darker blue for operator +fish_color_escape ebcb8b # Yellow - keep, might need slight adjustments +fish_color_autosuggestion b1b1b1 # Lighten the autosuggestion color +fish_color_cwd 5e81ac # blue +fish_color_cwd_root bf616a # Keep red +fish_color_user 5e81ac # blue +fish_color_host 5e81ac # blue +fish_color_host_remote ebcb8b # Yellow - might need slight adjustments +fish_color_status bf616a # error color, so remain the same fish_color_cancel --reverse -fish_color_match --background=d08770 -fish_color_search_match --bold --background=d8dee9 -fish_color_history_current 3b4252 --bold +fish_color_match --background=brblue +fish_color_search_match --bold --background=eceff4 # Darker Text with light background color. +fish_color_history_current 2e3440 --bold -fish_pager_color_progress ffffff --background=d08770 -fish_pager_color_completion 3b4252 +fish_pager_color_progress d08770 --background=3b4252 # Invert colors for progress bar on light background +fish_pager_color_completion a3be8c # Dark completion options fish_pager_color_prefix normal --bold --underline -fish_pager_color_description ebcb8b --italics -fish_pager_color_selected_background --background=d8dee9 +fish_pager_color_description 5e81ac --italics # Dark blue description +fish_pager_color_selected_background --background=4c566a # dark Selection background