feat: change default color scheme

This commit is contained in:
fm39hz-workstation 2024-05-15 15:32:09 +07:00
parent 9fc894812a
commit 1ed3febfc6

View file

@ -27,8 +27,8 @@ require("lazy").setup({
version = false, -- always use the latest git commit version = false, -- always use the latest git commit
-- version = "*", -- try installing the latest stable version for plugins that support semver -- version = "*", -- try installing the latest stable version for plugins that support semver
}, },
install = { colorscheme = { "tokyonight", "habamax" } },
checker = { enabled = true }, -- automatically check for plugin updates checker = { enabled = true }, -- automatically check for plugin updates
install = { colorscheme = { "everforest" } },
performance = { performance = {
rtp = { rtp = {
-- disable some rtp plugins -- disable some rtp plugins