Light theme

This commit is contained in:
Saeed Afzal
2025-01-06 21:25:24 +00:00
parent 3fca859015
commit 119f83f0ae
4 changed files with 31 additions and 22 deletions

View File

@@ -20,3 +20,6 @@ vim.opt.rtp:prepend(lazypath)
-- Load plugins
require("lazy").setup("plugins")
-- Theme
require("theme_switcher").toggle()