fix(nvim-tree): disable hl groups in onedark instead
This commit is contained in:
+4
-1
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user