Update colorscheme

This commit is contained in:
Sonny Bakker 2024-10-06 08:02:27 +02:00
parent c2dc0f5c8b
commit 10469b1d42
3 changed files with 16 additions and 13 deletions

View file

@ -5,9 +5,9 @@ vim.api.nvim_create_autocmd({'OptionSet'}, {
pattern = {'background'},
callback = function()
if vim.o.background == 'dark' then
vim.cmd('colorscheme xcodedark')
vim.cmd('colorscheme github_dark_dimmed')
else
vim.cmd('colorscheme catppuccin-latte')
vim.cmd('colorscheme github_light')
end
-- force a full redraw: