mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/lua/user/plugins/core/colorscheme.lua: update telescope highlights
This commit is contained in:
parent
27e4e0194c
commit
3df60dd8f8
1 changed files with 13 additions and 2 deletions
|
|
@ -64,8 +64,19 @@ local options = {
|
||||||
TelescopePromptPrefix = { fg = colors.mauve },
|
TelescopePromptPrefix = { fg = colors.mauve },
|
||||||
TelescopePromptBorder = { fg = colors.mantle, bg = colors.mantle },
|
TelescopePromptBorder = { fg = colors.mantle, bg = colors.mantle },
|
||||||
TelescopePreviewTitle = { fg = colors.crust, bg = colors.mauve },
|
TelescopePreviewTitle = { fg = colors.crust, bg = colors.mauve },
|
||||||
TelescopeResultsNormal = { fg = colors.overlay2, bg = colors.crust },
|
TelescopeResultsNormal = { fg = colors.text, bg = colors.crust },
|
||||||
TelescopeMatching = { link = "CmpItemAbbrMatch" },
|
TelescopeResultsClass = { link = "CmpItemKindClass" },
|
||||||
|
TelescopeResultsInterface = { link = "CmpItemKindInterface" },
|
||||||
|
TelescopeResultsField = { link = "CmpItemKindField" },
|
||||||
|
TelescopeResultsFunction = { link = "CmpItemKindFunction" },
|
||||||
|
TelescopeResultsMethod = { link = "CmpItemKindMethod" },
|
||||||
|
TelescopeResultsNumber = { link = "CmpItemKindNumber" },
|
||||||
|
TelescopeResultsStruct = { link = "CmpItemKindStruct" },
|
||||||
|
TelescopeResultsConstant = { link = "CmpItemKindConstant" },
|
||||||
|
TelescopeResultsOperator = { link = "CmpItemKindOperator" },
|
||||||
|
TelescopeResultsVariable = { link = "CmpItemKindVariable" },
|
||||||
|
TelescopeResultsIdentifier = { link = "CmpItemKindIdentifier" },
|
||||||
|
TelescopeMatching = { fg = colors.lavender },
|
||||||
TelescopeSelection = { fg = colors.text, bg = colors.surface1 },
|
TelescopeSelection = { fg = colors.text, bg = colors.surface1 },
|
||||||
TelescopeIndicatorModified = { fg = colors.yellow },
|
TelescopeIndicatorModified = { fg = colors.yellow },
|
||||||
TelescopeIndicatorReadonly = { fg = colors.red },
|
TelescopeIndicatorReadonly = { fg = colors.red },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue