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:
Johannes Altmanninger 2021-04-30 22:11:09 +02:00
parent 2e9dab71a3
commit daa3ae4be1

View File

@ -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])