diff --git a/lua/lunar/init.lua b/lua/lunar/init.lua index bae1bf2..3500e15 100644 --- a/lua/lunar/init.lua +++ b/lua/lunar/init.lua @@ -4,15 +4,13 @@ local theme = require('lunar.theme') M.setup = function() vim.cmd('hi clear') - vim.o.background = 'dark' if vim.fn.exists('syntax_on') then vim.cmd('syntax reset') end - vim.o.termguicolors = true vim.g.colors_name = 'lunar' theme.set_highlights() end -return M \ No newline at end of file +return M