mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
use gruvbox
This commit is contained in:
parent
f4aebcf63f
commit
fd13ca060d
1 changed files with 4 additions and 6 deletions
|
|
@ -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",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue