diff --git a/lua/plugins/color-scheme.lua b/lua/plugins/color-scheme.lua index 82f58ee..98cadf5 100644 --- a/lua/plugins/color-scheme.lua +++ b/lua/plugins/color-scheme.lua @@ -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, }