match telescope selection caret background

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

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 },
}