1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-07-03 23:13:39 +02:00

nvim: colorscheme: change TelescopeSelection

This commit is contained in:
Henrik Hautakoski 2024-09-27 15:45:00 +02:00
parent 708c4f6670
commit a80c273012

View file

@ -60,7 +60,7 @@ local options = {
TelescopePreviewTitle = { fg = colors.crust, bg = colors.mauve }, TelescopePreviewTitle = { fg = colors.crust, bg = colors.mauve },
TelescopeResultsNormal = { fg = colors.overlay2, bg = colors.crust }, TelescopeResultsNormal = { fg = colors.overlay2, bg = colors.crust },
TelescopeMatching = { link = "CmpItemAbbrMatch" }, TelescopeMatching = { link = "CmpItemAbbrMatch" },
TelescopeSelection = { link = "PmenuSel" }, TelescopeSelection = { fg = colors.text, bg = colors.surface1 },
TelescopeIndicatorModified = { fg = colors.yellow }, TelescopeIndicatorModified = { fg = colors.yellow },
TelescopeIndicatorReadonly = { fg = colors.red }, TelescopeIndicatorReadonly = { fg = colors.red },
TelescopeIndicatorHidden = { link = "TelescopeResultsComment" }, TelescopeIndicatorHidden = { link = "TelescopeResultsComment" },