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, lazy = true,
name = "gruvbox", name = "gruvbox",
config = function() config = function()
vim.o.background = "dark" vim.g.gruvbox_contrast_dark = "soft"
vim.g.gruvbox_contrast_light = "soft"
vim.o.background = "light"
end, end,
}, },
{
"EdenEast/nightfox.nvim",
name = "nightfox",
},
{ {
"LazyVim/LazyVim", "LazyVim/LazyVim",
opts = { opts = {
colorscheme = "dayfox", colorscheme = "gruvbox",
}, },
}, },
} }