switch back to dark theme
This commit is contained in:
parent
c66027a361
commit
c2d6d6379d
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ return {
|
|||
},
|
||||
{
|
||||
"folke/tokyonight.nvim",
|
||||
lazy = true, -- make sure we load this during startup if it is your main colorscheme
|
||||
lazy = false, -- make sure we load this during startup if it is your main colorscheme
|
||||
priority = 1000, -- make sure to load this before all the other start plugins
|
||||
config = function()
|
||||
vim.g.tokyonight_style = "night"
|
||||
|
@ -20,7 +20,7 @@ return {
|
|||
},
|
||||
{
|
||||
"ellisonleao/gruvbox.nvim",
|
||||
lazy = false, -- make sure we load this during startup if it is your main colorscheme
|
||||
lazy = true, -- make sure we load this during startup if it is your main colorscheme
|
||||
priority = 1000 ,
|
||||
config = function()
|
||||
require("gruvbox").setup({
|
||||
|
|
Loading…
Reference in a new issue