mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-01 07:03:17 +08:00
Adjust fish_color_search_match
Make the default more likely to be perceptible.
This commit is contained in:
parent
763240f1af
commit
e2fda67439
|
@ -48,7 +48,7 @@ function __fish_config_interactive -d "Initializations that should be performed
|
|||
__init_uvar fish_color_cwd_root red
|
||||
|
||||
# Background color for search matches
|
||||
__init_uvar fish_color_search_match --background=111
|
||||
__init_uvar fish_color_search_match --background=brblack
|
||||
|
||||
# Background color for selections
|
||||
__init_uvar fish_color_selection white --bold --background=brblack
|
||||
|
|
Loading…
Reference in New Issue
Block a user