transparent bg
This commit is contained in:
parent
91f5cd943b
commit
b5a701040e
1 changed files with 16 additions and 7 deletions
|
|
@ -1,17 +1,26 @@
|
||||||
return {
|
return {
|
||||||
{ "ellisonleao/gruvbox.nvim" },
|
{ "ellisonleao/gruvbox.nvim" },
|
||||||
{ "catppuccin/nvim",
|
{ "neanias/everforest-nvim", name = "everforest", opts = { transparent_background = true } },
|
||||||
|
{
|
||||||
|
"catppuccin/nvim",
|
||||||
name = "catppuccin",
|
name = "catppuccin",
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
opts = { flavour = "mocha",
|
opts = { flavour = "mocha", transparent_background = true },
|
||||||
--transparent_background = true,
|
},
|
||||||
|
{
|
||||||
|
"folke/tokyonight.nvim",
|
||||||
|
lazy = false,
|
||||||
|
priority = 1000,
|
||||||
|
opts = {
|
||||||
|
transparent = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
-- Configure LazyVim to load gruvbox
|
-- Configure LazyVim to load gruvbox
|
||||||
{
|
{
|
||||||
"LazyVim/LazyVim",
|
"LazyVim/LazyVim",
|
||||||
opts = {
|
opts = {
|
||||||
|
-- colorscheme = "tokyonight-moon",
|
||||||
colorscheme = "catppuccin",
|
colorscheme = "catppuccin",
|
||||||
},
|
},
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue