Nvim: Telescope use hover for selection color.

This commit is contained in:
Dmitry Voronin 2024-11-22 05:13:37 +03:00
parent 1da52e218e
commit 1f56b25389
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -30,11 +30,11 @@ in {
${mkHighlight "CursorLine" bg} ${mkHighlight "CursorLine" bg}
${mkHighlight "Pmenu" bg} ${mkHighlight "Pmenu" bg}
${mkHighlight "PmenuExtra" bg} ${mkHighlight "PmenuExtra" bg}
${mkHighlight "TelescopeSelection" bg}
-- Selection. -- Selection.
${mkHighlight "Visual" selection} ${mkHighlight "Visual" selection}
${mkHighlight "PmenuSel" selection} ${mkHighlight "PmenuSel" selection}
${mkHighlight "TelescopeSelection" selection}
-- Transparent. -- Transparent.
${mkHighlight "NormalFloat" transparent} ${mkHighlight "NormalFloat" transparent}