diff --git a/vim/plugin/colors.lua b/vim/plugin/colors.lua index 575d61e..f88ca05 100644 --- a/vim/plugin/colors.lua +++ b/vim/plugin/colors.lua @@ -65,3 +65,6 @@ if vim.fn.filereadable(os.getenv("HOME") .. "/.dark")==1 then else vim.cmd("Light") end + +-- Reset background color to match terminal +vim.cmd("hi Normal ctermbg=NONE guibg=NONE")