diff --git a/lua/core/color.lua b/lua/core/color.lua index 8c4c1ce..d40acc3 100644 --- a/lua/core/color.lua +++ b/lua/core/color.lua @@ -1,2 +1,3 @@ vim.opt.termguicolors = true -- Enable 24-bit RGB color in the TUI -require("kanagawa").load("wave") -- Activate theme previously installed in lua/core/plugins +vim.o.background = 'dark' -- Select dark or light theme +require('vscode').load() -- Activate theme previously installed in lua/core/plugins