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,
-- opts = { flavour = "mocha", transparent_background = true },
-- },
-- {
-- "folke/tokyonight.nvim",
-- lazy = false,
-- priority = 1000,
-- opts = {
-- transparent = true,
-- },
-- },
{
"folke/tokyonight.nvim",
lazy = false,
priority = 1000,
opts = {
transparent = true,
},
},
-- Configure LazyVim to load gruvbox
{
"LazyVim/LazyVim",
opts = {
-- colorscheme = "tokyonight-moon",
colorscheme = "everforest",
colorscheme = "tokyonight-moon",
-- colorscheme = "everforest",
},
},
}