Update used github theme

This commit is contained in:
Sonny Bakker 2025-10-15 10:02:02 +02:00
parent 48cf510079
commit 66cde494d8

View file

@ -4,7 +4,7 @@ local background_callback = function()
if vim.o.background == 'dark' then
vim.cmd('colorscheme github_dark_dimmed')
else
vim.cmd('colorscheme github_light')
vim.cmd('colorscheme github_light_tritanopia')
end
-- force a full redraw: