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,
|
||||
-- opts = { flavour = "mocha", transparent_background = true },
|
||||
-- },
|
||||
-- {
|
||||
-- "folke/tokyonight.nvim",
|
||||
-- lazy = false,
|
||||
-- priority = 1000,
|
||||
-- opts = {
|
||||
-- transparent = true,
|
||||
-- },
|
||||
-- },
|
||||
{
|
||||
"folke/tokyonight.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
opts = {
|
||||
transparent = true,
|
||||
},
|
||||
},
|
||||
-- Configure LazyVim to load gruvbox
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
-- colorscheme = "tokyonight-moon",
|
||||
colorscheme = "everforest",
|
||||
colorscheme = "tokyonight-moon",
|
||||
-- colorscheme = "everforest",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue