mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 12:21:19 -03:00
None theme: Use reverse video for selected pager entry
Otherwise, with a light-theme, the selected entry uses black text with "bright black" background, which can be low contrast thus hard to read. The description background is different, maybe we can fix that later. See #8376
This commit is contained in:
@@ -29,4 +29,4 @@ fish_pager_color_completion normal
|
||||
fish_pager_color_description brblack
|
||||
fish_pager_color_prefix '--underline'
|
||||
fish_pager_color_progress brblack
|
||||
fish_pager_color_selected_background --background=brblack
|
||||
fish_pager_color_selected_background -r
|
||||
|
||||
Reference in New Issue
Block a user