1
0
Fork 0

wezterm, nvim: solarized

This commit is contained in:
Von Random 2023-10-30 11:09:04 +02:00
parent 212f2565b7
commit 2c37ccfd7e
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 = 'dark'
vim.o.bg = 'light'
vim.cmd [[colorscheme gruvbox8]]
vim.cmd [[colorscheme solarized8]]