mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +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 },
|
||||
TelescopeResultsNormal = { fg = colors.overlay2, bg = colors.crust },
|
||||
TelescopeMatching = { link = "CmpItemAbbrMatch" },
|
||||
TelescopeSelection = { link = "PmenuSel" },
|
||||
TelescopeSelection = { fg = colors.text, bg = colors.surface1 },
|
||||
TelescopeIndicatorModified = { fg = colors.yellow },
|
||||
TelescopeIndicatorReadonly = { fg = colors.red },
|
||||
TelescopeIndicatorHidden = { link = "TelescopeResultsComment" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue