parent
a8a4bc2b84
commit
a3ee26ebf2
2 changed files with 8 additions and 8 deletions
8
lua/custom/plugins/theme.lua
Normal file
8
lua/custom/plugins/theme.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
'ellisonleao/gruvbox.nvim',
|
||||
priority = 1000,
|
||||
config = function()
|
||||
vim.cmd.colorscheme 'gruvbox'
|
||||
vim.o.background = 'dark'
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue