From 355637aec41c22ec7af0a53ee7f5961c6d1b7647 Mon Sep 17 00:00:00 2001 From: Lorran David Date: Sat, 19 Oct 2024 19:52:22 -0300 Subject: [PATCH] change theme to gruvbox --- lua/custom/plugins/colorschemes.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/custom/plugins/colorschemes.lua b/lua/custom/plugins/colorschemes.lua index a72d9a23..78991168 100644 --- a/lua/custom/plugins/colorschemes.lua +++ b/lua/custom/plugins/colorschemes.lua @@ -6,7 +6,7 @@ return { config = function() vim.cmd.colorscheme 'gruvbox-material' end, - enabled = false, + enabled = true, }, { @@ -54,7 +54,7 @@ return { vim.api.nvim_set_hl(0, group, {}) end end, - enabled = true, + enabled = false, }, {