use gruvbox

pull/116/head
Luke Shay 2024-11-01 09:35:07 -05:00
parent f4aebcf63f
commit fd13ca060d
No known key found for this signature in database
1 changed files with 4 additions and 6 deletions

View File

@ -24,17 +24,15 @@ return {
lazy = true,
name = "gruvbox",
config = function()
vim.o.background = "dark"
vim.g.gruvbox_contrast_dark = "soft"
vim.g.gruvbox_contrast_light = "soft"
vim.o.background = "light"
end,
},
{
"EdenEast/nightfox.nvim",
name = "nightfox",
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "dayfox",
colorscheme = "gruvbox",
},
},
}