mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 05:43:11 +00:00
Adjust fish_color_search_match
Make the default more likely to be perceptible.
This commit is contained in:
parent
763240f1af
commit
e2fda67439
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue