1
0
Fork 0
This commit is contained in:
Von Random 2023-11-04 20:30:07 +02:00
parent 2c37ccfd7e
commit bd7bf5ed0a
3 changed files with 14 additions and 14 deletions

View file

@ -39,6 +39,6 @@ vim.g.solarized_extra_hi_groups = 1
vim.g.gruvbox_plugin_hi_groups = 1
vim.g.gruvbox_filetype_hi_groups = 1
vim.o.termguicolors = true
vim.o.bg = 'light'
vim.o.bg = 'dark'
vim.cmd [[colorscheme solarized8]]
vim.cmd [[colorscheme gruvbox8]]