feat(colorschemes): Add rose-pine
This commit is contained in:
parent
30511c1c89
commit
afdb93b9f0
3 changed files with 23 additions and 13 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue