Reset nvim background color to match terminal on start
This commit is contained in:
parent
17159d0fa2
commit
d1b2eba724
1 changed files with 3 additions and 0 deletions
|
@ -65,3 +65,6 @@ if vim.fn.filereadable(os.getenv("HOME") .. "/.dark")==1 then
|
||||||
else
|
else
|
||||||
vim.cmd("Light")
|
vim.cmd("Light")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- Reset background color to match terminal
|
||||||
|
vim.cmd("hi Normal ctermbg=NONE guibg=NONE")
|
||||||
|
|
Loading…
Reference in a new issue