fix(onedark): change indent marker color
This commit is contained in:
@@ -11,6 +11,7 @@ return {
|
|||||||
FloatBorder = { bg = c.bg0 },
|
FloatBorder = { bg = c.bg0 },
|
||||||
TabLineSel = { fg = c.fg, bg = c.bg0 },
|
TabLineSel = { fg = c.fg, bg = c.bg0 },
|
||||||
EndOfBuffer = nil,
|
EndOfBuffer = nil,
|
||||||
|
NvimTreeIndentMarker = { fg = c.bg3 },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
require("onedark").setup(opts)
|
require("onedark").setup(opts)
|
||||||
|
|||||||
Reference in New Issue
Block a user