mirror of
https://github.com/pnx/dotfiles
synced 2026-07-03 06:53:40 +02:00
nvim/lua/user/plugins/core/colorscheme.lua: custom highlight for BladeNav cmp symbol
This commit is contained in:
parent
09850b867a
commit
6c7c9a86fd
1 changed files with 3 additions and 0 deletions
|
|
@ -50,6 +50,9 @@ local options = {
|
||||||
CmpItemAbbr = { fg = colors.overlay2 },
|
CmpItemAbbr = { fg = colors.overlay2 },
|
||||||
CmpItemKindText = { fg = colors.text },
|
CmpItemKindText = { fg = colors.text },
|
||||||
|
|
||||||
|
-- CmpKind
|
||||||
|
CmpItemKindBladeNav = { fg = "#f55247" },
|
||||||
|
|
||||||
-- telescope
|
-- telescope
|
||||||
TelescopeNormal = { link = "NormalFloat" },
|
TelescopeNormal = { link = "NormalFloat" },
|
||||||
TelescopeBorder = { link = "FloatBorder" },
|
TelescopeBorder = { link = "FloatBorder" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue