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,
|
||||
priority = 1000,
|
||||
init = function()
|
||||
vim.cmd("colorscheme carbonfox")
|
||||
-- vim.cmd("colorscheme carbonfox")
|
||||
end
|
||||
},
|
||||
{
|
||||
|
|
@ -95,9 +95,8 @@ return {
|
|||
lazy = false,
|
||||
priority = 1000,
|
||||
init = function()
|
||||
-- vim.o.background = "light"
|
||||
-- vim.cmd("colorscheme oldbook")
|
||||
vim.o.background = "light"
|
||||
vim.cmd("colorscheme oldbook")
|
||||
end
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue