diff --git a/lua/tokyonight/util.lua b/lua/tokyonight/util.lua index 7bce362..a70a996 100644 --- a/lua/tokyonight/util.lua +++ b/lua/tokyonight/util.lua @@ -172,9 +172,7 @@ 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.cmd("hi clear") vim.o.termguicolors = true vim.g.colors_name = "tokyonight"