This commit is contained in:
Benjamin Palko 2025-11-11 09:32:15 -05:00
parent b6b0a40a84
commit 29551b30c8

View file

@ -7,20 +7,20 @@ return {
-- priority = 1000, -- priority = 1000,
-- opts = { flavour = "mocha", transparent_background = true }, -- opts = { flavour = "mocha", transparent_background = true },
-- }, -- },
-- { {
-- "folke/tokyonight.nvim", "folke/tokyonight.nvim",
-- lazy = false, lazy = false,
-- priority = 1000, priority = 1000,
-- opts = { opts = {
-- transparent = true, transparent = true,
-- }, },
-- }, },
-- Configure LazyVim to load gruvbox -- Configure LazyVim to load gruvbox
{ {
"LazyVim/LazyVim", "LazyVim/LazyVim",
opts = { opts = {
-- colorscheme = "tokyonight-moon", colorscheme = "tokyonight-moon",
colorscheme = "everforest", -- colorscheme = "everforest",
}, },
}, },
} }