default background to light
This commit is contained in:
parent
31c8088db2
commit
6351557258
1 changed files with 1 additions and 0 deletions
1
init.lua
1
init.lua
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue