1
0
Fork 0
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:
Henrik Hautakoski 2024-11-22 10:08:22 +01:00
parent 09850b867a
commit 6c7c9a86fd

View file

@ -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" },