fix(onedark): call load() instead of colorscheme()

Before this change, the ColorScheme event would not fire
This commit is contained in:
2025-09-30 20:47:43 +02:00
parent ededb07093
commit b730c50b5a
+1 -2
View File
@@ -27,7 +27,6 @@ return {
DiffDelete = { bg = "#3d2224" }, DiffDelete = { bg = "#3d2224" },
} }
require("onedark").set_options("highlights", highlights) require("onedark").set_options("highlights", highlights)
require("onedark").load()
require("onedark").colorscheme()
end, end,
} }