fix(onedark): call load() instead of colorscheme()
Before this change, the ColorScheme event would not fire
This commit is contained in:
@@ -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,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user