mirror of
https://github.com/pnx/dotfiles
synced 2026-07-04 07:13:40 +02:00
nvim: colorscheme: change TelescopeSelection
This commit is contained in:
parent
708c4f6670
commit
a80c273012
1 changed files with 1 additions and 1 deletions
|
|
@ -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" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue