chore: update colorscheme

This commit is contained in:
Simon Lasbrugnas 2025-08-04 02:40:08 +02:00
parent e4e8d22fa7
commit 3d72da3f72
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

View file

@ -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
}
}