colorscheme rose-pine

This commit is contained in:
Lorran David 2024-11-20 11:55:26 -03:00
parent f2d6d6e0f7
commit ce225e2698
2 changed files with 3 additions and 5 deletions

View file

@ -64,14 +64,12 @@ return {
priority = 1000,
config = function()
require('rose-pine').setup {
highlight_groups = {
Normal = { bg = '#111111' },
},
}
vim.cmd.colorscheme 'rose-pine'
end,
enabled = false,
enabled = true,
},
{