mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue