support dynamic toggling between dark/light theme via darkman

This commit is contained in:
Joel Beckmeyer
2026-05-07 08:13:13 -04:00
parent a58ced0fcd
commit 7725847263
2 changed files with 32 additions and 18 deletions
-1
View File
@@ -76,7 +76,6 @@ vim.opt.mouse = "a"
-- Colorscheme
vim.opt.termguicolors = true
vim.o.background = "light"
vim.g.gruvbox_contrast_light = "medium"
vim.g.gruvbox_italicize_comments = 0
vim.cmd([[colorscheme gruvbox]])