fix(nvim-tree): disable hl groups in onedark instead

This commit is contained in:
2026-05-06 23:38:41 +02:00
parent c4e96e359c
commit 77025b72c0
2 changed files with 4 additions and 40 deletions
+4 -1
View File
@@ -44,7 +44,10 @@ local highlights = {
TabLineSel = { fg = c.fg, bg = c.bg2 },
TabLineFill = { bg = c.bg1 },
EndOfBuffer = { fg = "NONE", bg = "NONE" },
NvimTreeIndentMarker = { fg = c.bg3 },
NvimTreeExecFile = { fg = "NONE", bg = "NONE" },
NvimTreeSpecialFile = { fg = "NONE", bg = "NONE" },
NvimTreeSymlink = { fg = "NONE", bg = "NONE" },
NvimTreeImageFile = { fg = "NONE", bg = "NONE" },
TelescopeNormal = { bg = c.bg_d },
TelescopeTitle = { fg = c.orange, bg = c.bg_d },
TelescopePromptBorder = { fg = c.grey, bg = c.bg_d },