fix: revert last change

This commit is contained in:
Folke Lemaitre
2022-12-20 23:47:10 +01:00
parent ce92e5b110
commit 8b55a47165

View File

@@ -172,7 +172,9 @@ end
---@param theme Theme
function M.load(theme)
-- only needed to clear when not the default colorscheme
if vim.g.colors_name then
vim.cmd("hi clear")
end
vim.o.termguicolors = true
vim.g.colors_name = "tokyonight"