added light github theme
This commit is contained in:
parent
2c764ff60c
commit
ddbd400c88
2 changed files with 13 additions and 0 deletions
9
lua/custom/plugins/rose-pine-theme.lua
Normal file
9
lua/custom/plugins/rose-pine-theme.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
'weygoldt/rose-pine-neovim',
|
||||
-- 'rose-pine/neovim',
|
||||
name = 'rose-pine',
|
||||
priority = 100,
|
||||
config = function()
|
||||
vim.cmd.colorscheme 'rose-pine'
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue