update color scheme

This commit is contained in:
Diachk 2024-01-03 23:14:42 +01:00
parent f59acf69f6
commit 81534647f7

View file

@ -3,6 +3,6 @@ return {
lazy = false, -- make sure we load this during startup if it is your main colorscheme
priority = 1000, -- make sure to load this before all the other start plugins
config = function()
vim.cmd("colorscheme github_light")
vim.cmd("colorscheme github_light_default")
end,
}