switch back to dark theme

This commit is contained in:
Salar Rahmanian 2023-10-06 22:11:34 -07:00
parent c66027a361
commit c2d6d6379d

View file

@ -8,7 +8,7 @@ return {
}, },
{ {
"folke/tokyonight.nvim", "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 priority = 1000, -- make sure to load this before all the other start plugins
config = function() config = function()
vim.g.tokyonight_style = "night" vim.g.tokyonight_style = "night"
@ -20,7 +20,7 @@ return {
}, },
{ {
"ellisonleao/gruvbox.nvim", "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 , priority = 1000 ,
config = function() config = function()
require("gruvbox").setup({ require("gruvbox").setup({