added light github theme

This commit is contained in:
weygoldt 2024-12-12 15:35:22 +01:00
parent 2c764ff60c
commit ddbd400c88
2 changed files with 13 additions and 0 deletions

View file

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