match telescope selection caret background

This commit is contained in:
mvllow 2022-01-28 15:20:20 -06:00
commit b1f5b18fdf

View file

@ -489,7 +489,7 @@ local theme = {
TelescopeMatching = { fg = p.rose },
TelescopePromptPrefix = { fg = p.subtle },
TelescopeSelection = { fg = p.text, bg = p.highlight_low },
TelescopeSelectionCaret = { fg = p.rose },
TelescopeSelectionCaret = { fg = p.rose, bg = p.highlight_low },
TelescopeTitle = { fg = p.subtle },
}