mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-21 04:52:01 +08: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:
parent
ea40c1e9de
commit
558041f6e1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user