mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 09:12:11 +08:00
fish_config: use background color for some themes search matches
See https://github.com/fish-shell/fish-shell/issues/2442#issuecomment-829636721
This commit is contained in:
parent
2e9dab71a3
commit
daa3ae4be1
@ -329,8 +329,8 @@ var ayuTheme = {
|
||||
receiver['param'] = theme.fg
|
||||
receiver['quote'] = theme.string
|
||||
receiver['redirection'] = theme.constant
|
||||
receiver['search_match'] = theme.accent
|
||||
receiver['selection'] = theme.accent
|
||||
receiver['search_match'] = "--background="+theme.accent
|
||||
receiver['selection'] = "--background="+theme.accent
|
||||
|
||||
receiver['colors'] = []
|
||||
for (var key in theme) receiver['colors'].push(theme[key])
|
||||
|
Loading…
x
Reference in New Issue
Block a user