default background to light

This commit is contained in:
Antoine Vaure 2025-11-17 16:08:36 +01:00
parent 31c8088db2
commit 6351557258

View file

@ -68,6 +68,7 @@ if vim.fn.getenv("TERM") == "xterm-kitty" and vim.fn.getenv("SSH_CONNECTION") ~=
end
vim.cmd.colorscheme "catppuccin"
opt.background = "light"
function set_theme_according_to_darkman()
if vim.fn.executable("darkman") == 1 then