add rose-pine colorscheme
This commit is contained in:
parent
529924b099
commit
965b392ace
1 changed files with 26 additions and 0 deletions
26
lua/plugins/theme.lua
Normal file
26
lua/plugins/theme.lua
Normal file
|
@ -0,0 +1,26 @@
|
|||
return {
|
||||
{
|
||||
"rose-pine/neovim",
|
||||
name = "rose-pine",
|
||||
opts = {
|
||||
variant = "moon",
|
||||
dark_variant = "moon",
|
||||
-- highlight_groups = {
|
||||
-- Normal = { bg = "none" },
|
||||
-- NormalFloat = { bg = "none" },
|
||||
-- TelescopeBorder = { fg = "highlight_high", bg = "none" },
|
||||
-- TelescopeNormal = { bg = "none" },
|
||||
-- TelescopePromptNormal = { bg = "base" },
|
||||
-- TelescopeResultsNormal = { fg = "subtle", bg = "none" },
|
||||
-- TelescopeSelection = { fg = "text", bg = "base" },
|
||||
-- TelescopeSelectionCaret = { fg = "rose", bg = "rose" },
|
||||
-- },
|
||||
},
|
||||
},
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "rose-pine",
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Reference in a new issue