color
This commit is contained in:
parent
b6b0a40a84
commit
29551b30c8
1 changed files with 10 additions and 10 deletions
|
|
@ -7,20 +7,20 @@ return {
|
||||||
-- priority = 1000,
|
-- priority = 1000,
|
||||||
-- opts = { flavour = "mocha", transparent_background = true },
|
-- opts = { flavour = "mocha", transparent_background = true },
|
||||||
-- },
|
-- },
|
||||||
-- {
|
{
|
||||||
-- "folke/tokyonight.nvim",
|
"folke/tokyonight.nvim",
|
||||||
-- lazy = false,
|
lazy = false,
|
||||||
-- priority = 1000,
|
priority = 1000,
|
||||||
-- opts = {
|
opts = {
|
||||||
-- transparent = true,
|
transparent = true,
|
||||||
-- },
|
},
|
||||||
-- },
|
},
|
||||||
-- Configure LazyVim to load gruvbox
|
-- Configure LazyVim to load gruvbox
|
||||||
{
|
{
|
||||||
"LazyVim/LazyVim",
|
"LazyVim/LazyVim",
|
||||||
opts = {
|
opts = {
|
||||||
-- colorscheme = "tokyonight-moon",
|
colorscheme = "tokyonight-moon",
|
||||||
colorscheme = "everforest",
|
-- colorscheme = "everforest",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue