feat(colorschemes): Add rose-pine

This commit is contained in:
rajvatsal 2024-01-05 18:26:50 +05:30
parent 30511c1c89
commit afdb93b9f0
3 changed files with 23 additions and 13 deletions

View file

@ -16,4 +16,13 @@ return {
-- Theme inspired by Atom
{ 'navarasu/onedark.nvim', priority = 1000, },
--Rosepine (Primeagen)
{
'rose-pine/neovim',
name = 'rose-pine',
priority = 1000,
config = function()
end
}
}