mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
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 <function>` 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.
This commit is contained in:
parent
e318585021
commit
48ef682cad
1 changed files with 29 additions and 28 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue