mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +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 },
|
||||
CmpItemKindText = { fg = colors.text },
|
||||
|
||||
-- CmpKind
|
||||
CmpItemKindBladeNav = { fg = "#f55247" },
|
||||
|
||||
-- telescope
|
||||
TelescopeNormal = { link = "NormalFloat" },
|
||||
TelescopeBorder = { link = "FloatBorder" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue