From 65beb9307a11c4f4031fd4c80ff48e130484f8fd Mon Sep 17 00:00:00 2001 From: "Eric N. Vander Weele" Date: Sun, 24 Dec 2023 14:12:32 -0500 Subject: [PATCH] themes: Synchronize Nord theme in adherence to color palette guidelines Adhere as best as possible to the style guidelines at https://www.nordtheme.com/docs/colors-and-palettes. Some adaptations were made so that `functions ` is also syntax highlighted per the upstream recommendations. Additionally, the theme file has been reordered to follow the order of variables defined in interactive syntax-highlighting-variables documentation. (cherry picked from commit 48ef682cad9ee39ee0c3a3f6825f7b126603dcd5) --- share/tools/web_config/themes/Nord.theme | 57 ++++++++++++------------ 1 file changed, 29 insertions(+), 28 deletions(-) diff --git a/share/tools/web_config/themes/Nord.theme b/share/tools/web_config/themes/Nord.theme index 3d837bbe2..ebe7e8a0c 100644 --- a/share/tools/web_config/themes/Nord.theme +++ b/share/tools/web_config/themes/Nord.theme @@ -3,32 +3,33 @@ # url: https://www.nordtheme.com fish_color_normal normal -fish_color_command 81a1c1 -fish_color_quote a3be8c -fish_color_redirection b48ead -fish_color_end 88c0d0 -fish_color_error ebcb8b -fish_color_param eceff4 -fish_color_comment 434c5e -fish_color_match --background=brblue -fish_color_selection white --bold --background=brblack -fish_color_search_match bryellow --background=brblack -fish_color_history_current --bold -fish_color_operator 00a6b2 -fish_color_escape 00a6b2 -fish_color_cwd green -fish_color_cwd_root red -fish_color_valid_path --underline -fish_color_autosuggestion 4c566a -fish_color_user brgreen -fish_color_host normal -fish_color_cancel -r -fish_pager_color_completion normal -fish_pager_color_prefix normal --bold --underline -fish_pager_color_description B3A06D yellow -fish_pager_color_progress brwhite --background=cyan -fish_pager_color_selected_background --background=brblack -fish_color_option eceff4 +fish_color_command 88c0d0 fish_color_keyword 81a1c1 -fish_color_host_remote yellow -fish_color_status red +fish_color_quote a3be8c +fish_color_redirection b48ead --bold +fish_color_end 81a1c1 +fish_color_error bf616a +fish_color_param d8dee9 +fish_color_valid_path --underline +fish_color_option 8fbcbb +fish_color_comment 4c566a --italics +fish_color_selection d8dee9 --bold --background=434c5e +fish_color_operator 81a1c1 +fish_color_escape ebcb8b +fish_color_autosuggestion 4c566a +fish_color_cwd 5e81ac +fish_color_cwd_root bf616a +fish_color_user a3be8c +fish_color_host a3be8c +fish_color_host_remote ebcb8b +fish_color_status bf616a +fish_color_cancel --reverse +fish_color_match --background=brblue +fish_color_search_match --bold --background=434c5e +fish_color_history_current e5e9f0 --bold + +fish_pager_color_progress 3b4252 --background=d08770 +fish_pager_color_completion e5e9f0 +fish_pager_color_prefix normal --bold --underline +fish_pager_color_description ebcb8b --italics +fish_pager_color_selected_background --background=434c5e