themes: Add missing colors from the default theme

These are used in prompts only, and it feels weird not to have them.

In practice, fish_color_host_remote would not be used at all (just
because you switched from the default theme!), while fish_color_status
would fall back on a different value.

That'll be adjusted in the next commit.
This commit is contained in:
Fabian Boehm 2022-07-19 17:03:00 +02:00
parent ebd6b2cbd7
commit 2dc1150e35
25 changed files with 48 additions and 0 deletions

View File

@ -30,3 +30,5 @@ fish_pager_color_progress brwhite --background=cyan
fish_pager_color_selected_background --background=brblack
fish_color_option d8d8d8
fish_color_keyword a1b56c
fish_color_host_remote yellow
fish_color_status red

View File

@ -30,3 +30,5 @@ fish_pager_color_progress brwhite --background=cyan
fish_pager_color_selected_background --background=brblack
fish_color_option 383838
fish_color_keyword a1b56c
fish_color_host_remote yellow
fish_color_status red

View File

@ -30,3 +30,5 @@ fish_pager_color_progress brwhite --background=cyan
fish_pager_color_selected_background --background=brblack
fish_color_option d3d0c8
fish_color_keyword 99cc99
fish_color_host_remote yellow
fish_color_status red

View File

@ -29,3 +29,5 @@ fish_pager_color_progress brwhite --background=cyan
fish_pager_color_selected_background --background=brblack
fish_color_option 33CCCC
fish_color_keyword 009999
fish_color_host_remote yellow
fish_color_status red

View File

@ -29,3 +29,5 @@ fish_pager_color_progress brwhite --background=cyan
fish_pager_color_selected_background --background=brblack
fish_color_option FF79C6
fish_color_keyword F8F8F2
fish_color_host_remote yellow
fish_color_status red

View File

@ -29,3 +29,5 @@ fish_pager_color_progress brwhite --background=cyan
fish_pager_color_selected_background --background=brblack
fish_color_option 225E79
fish_color_keyword 0772A1
fish_color_host_remote yellow
fish_color_status red

View File

@ -29,3 +29,5 @@ fish_pager_color_progress brwhite --background=cyan
fish_pager_color_selected_background --background=brblack
fish_color_option A0A0F0
fish_color_keyword F4F4F4
fish_color_host_remote yellow
fish_color_status red

View File

@ -29,3 +29,5 @@ fish_pager_color_progress brwhite --background=cyan
fish_pager_color_selected_background --background=brblack
fish_color_option FFC000
fish_color_keyword FF9400
fish_color_host_remote yellow
fish_color_status red

View File

@ -29,3 +29,5 @@ fish_pager_color_description B3A06D yellow
fish_pager_color_selected_background --background=brblack
fish_color_option 303030
fish_color_keyword 000000
fish_color_host_remote yellow
fish_color_status red

View File

@ -29,3 +29,5 @@ fish_pager_color_progress brwhite --background=cyan
fish_pager_color_selected_background --background=brblack
fish_color_option d7d7d7
fish_color_keyword ffffff
fish_color_host_remote yellow
fish_color_status red

View File

@ -30,3 +30,4 @@ fish_pager_color_description brblack
fish_pager_color_prefix '--underline'
fish_pager_color_progress brblack
fish_pager_color_selected_background -r
fish_color_host_remote yellow

View File

@ -30,3 +30,5 @@ fish_pager_color_progress brwhite --background=cyan
fish_pager_color_selected_background --background=brblack
fish_color_option eceff4
fish_color_keyword 81a1c1
fish_color_host_remote yellow
fish_color_status red

View File

@ -29,3 +29,5 @@ fish_pager_color_progress brwhite --background=cyan
fish_pager_color_selected_background --background=brblack
fish_color_option 30BE30
fish_color_keyword 00FF00
fish_color_host_remote yellow
fish_color_status red

View File

@ -29,3 +29,5 @@ fish_pager_color_progress brwhite --background=cyan
fish_pager_color_selected_background --background=brblack
fish_color_option 04819E
fish_color_keyword 00BF32
fish_color_host_remote yellow
fish_color_status red

View File

@ -29,3 +29,5 @@ fish_pager_color_progress brwhite --background=cyan
fish_pager_color_selected_background --background=brblack
fish_color_option 4319CC
fish_color_keyword 164CC9
fish_color_host_remote yellow
fish_color_status red

View File

@ -30,3 +30,5 @@ fish_pager_color_progress brwhite --background=cyan
fish_pager_color_selected_background --background=brblack
fish_color_option 839496
fish_color_keyword 93a1a1
fish_color_host_remote yellow
fish_color_status red

View File

@ -30,3 +30,5 @@ fish_pager_color_progress brwhite --background=cyan
fish_pager_color_selected_background --background=white
fish_color_option 657b83
fish_color_keyword 586e75
fish_color_host_remote yellow
fish_color_status red

View File

@ -30,3 +30,5 @@ fish_pager_color_progress brwhite --background=cyan
fish_pager_color_selected_background --background=brblack
fish_color_option 7aa6da
fish_color_keyword c397d8
fish_color_host_remote yellow
fish_color_status red

View File

@ -30,3 +30,5 @@ fish_pager_color_progress brwhite --background=cyan
fish_pager_color_selected_background --background=brblack
fish_color_option 81a2be
fish_color_keyword b294bb
fish_color_host_remote yellow
fish_color_status red

View File

@ -30,3 +30,5 @@ fish_pager_color_progress brwhite --background=cyan
fish_pager_color_selected_background --background=brblack
fish_color_option 4271ae
fish_color_keyword 8959a8
fish_color_host_remote yellow
fish_color_status red

View File

@ -30,3 +30,5 @@ fish_pager_color_progress brwhite --background=cyan
fish_pager_color_selected_background --background=E6B450
fish_color_option B3B1AD
fish_color_keyword 39BAE6
fish_color_host_remote yellow
fish_color_status red

View File

@ -30,3 +30,5 @@ fish_pager_color_progress brwhite --background=cyan
fish_pager_color_selected_background --background=FF9940
fish_color_option 575F66
fish_color_keyword 55B4D4
fish_color_host_remote yellow
fish_color_status red

View File

@ -30,3 +30,5 @@ fish_pager_color_progress brwhite --background=cyan
fish_pager_color_selected_background --background=FFCC66
fish_color_option CBCCC6
fish_color_keyword 5CCFE6
fish_color_host_remote yellow
fish_color_status red

View File

@ -30,3 +30,4 @@ fish_pager_color_prefix '--underline' '0AA'
fish_pager_color_progress 0AA
fish_pager_color_selected_background --background=333
fish_color_option aaaaff
fish_color_host_remote yellow

View File

@ -28,3 +28,5 @@ fish_pager_color_progress brwhite --background=cyan
fish_pager_color_selected_background -r
fish_color_option cyan
fish_color_keyword blue
fish_color_host_remote yellow
fish_color_status red