tb-dotfiles/chezmoi/private_dot_config/nvim/lua/plugins/theme.lua
2023-06-20 17:13:50 -04:00

10 lines
103 B
Lua

return {
{
"ellisonleao/gruvbox.nvim",
priority = 1000,
opts = {
contrast = "hard"
},
}
}