chore: update colorscheme
This commit is contained in:
parent
e4e8d22fa7
commit
3d72da3f72
1 changed files with 3 additions and 4 deletions
|
|
@ -79,7 +79,7 @@ return {
|
||||||
lazy = false,
|
lazy = false,
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
init = function()
|
init = function()
|
||||||
vim.cmd("colorscheme carbonfox")
|
-- vim.cmd("colorscheme carbonfox")
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -95,9 +95,8 @@ return {
|
||||||
lazy = false,
|
lazy = false,
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
init = function()
|
init = function()
|
||||||
-- vim.o.background = "light"
|
vim.o.background = "light"
|
||||||
-- vim.cmd("colorscheme oldbook")
|
vim.cmd("colorscheme oldbook")
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue