kickstart.nvim/lua/plugins/theme.lua

27 lines
711 B
Lua

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",
},
},
}