fix(onedark): disable EndOfBuffer highlight

This commit is contained in:
2025-05-02 23:37:00 +02:00
parent b95296b969
commit d2ecbf0699
+1 -1
View File
@@ -10,7 +10,7 @@ return {
NormalFloat = { bg = c.bg0 },
FloatBorder = { bg = c.bg0 },
TabLineSel = { fg = c.fg, bg = c.bg0 },
EndOfBuffer = nil,
EndOfBuffer = { fg = "NONE", bg = "NONE" },
NvimTreeIndentMarker = { fg = c.bg3 },
}
require("onedark").set_options("highlights", highlights)