feat: add more themes

This commit is contained in:
Thomas Alcala Schneider 2023-04-03 17:06:12 +02:00
parent e4808488e7
commit e1f34bf549
No known key found for this signature in database
GPG key ID: 24BE5CF48622091B
4 changed files with 59 additions and 6 deletions

View file

@ -0,0 +1,7 @@
return {
'rose-pine/neovim',
name = 'rose-pine',
config = function()
vim.cmd 'colorscheme rose-pine'
end,
}