mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
update color scheme
This commit is contained in:
parent
f59acf69f6
commit
81534647f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue