37 lines
1.9 KiB
Text
37 lines
1.9 KiB
Text
# name: Nord Light
|
|
# license: 'MIT'
|
|
# preferred_background: #d8dee9
|
|
# url: https://www.nordtheme.com
|
|
# tweaked from official Nord (WIP)
|
|
|
|
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=brblue
|
|
fish_color_search_match --bold --background=eceff4 # Darker Text with light background color.
|
|
fish_color_history_current 2e3440 --bold
|
|
|
|
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 5e81ac --italics # Dark blue description
|
|
fish_pager_color_selected_background --background=4c566a # dark Selection background
|