neogyatt
This commit is contained in:
parent
8a233834ec
commit
87dfb667e2
2 changed files with 40 additions and 41 deletions
|
|
@ -1,26 +1,26 @@
|
|||
return {
|
||||
{ "ellisonleao/gruvbox.nvim" },
|
||||
{ "neanias/everforest-nvim", name = "everforest", opts = { transparent_background = true } },
|
||||
{
|
||||
"catppuccin/nvim",
|
||||
name = "catppuccin",
|
||||
priority = 1000,
|
||||
opts = { flavour = "mocha", transparent_background = true },
|
||||
},
|
||||
{
|
||||
"folke/tokyonight.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
opts = {
|
||||
transparent = true,
|
||||
},
|
||||
},
|
||||
-- { "ellisonleao/gruvbox.nvim" },
|
||||
{ "neanias/everforest-nvim", name = "everforest", opts = { transparent_background_level = 1 } },
|
||||
-- {
|
||||
-- "catppuccin/nvim",
|
||||
-- name = "catppuccin",
|
||||
-- priority = 1000,
|
||||
-- opts = { flavour = "mocha", transparent_background = true },
|
||||
-- },
|
||||
-- {
|
||||
-- "folke/tokyonight.nvim",
|
||||
-- lazy = false,
|
||||
-- priority = 1000,
|
||||
-- opts = {
|
||||
-- transparent = true,
|
||||
-- },
|
||||
-- },
|
||||
-- Configure LazyVim to load gruvbox
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
-- colorscheme = "tokyonight-moon",
|
||||
colorscheme = "catppuccin",
|
||||
colorscheme = "everforest",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue