fix(nvim): ensure packer's success bg is NONE

This commit is contained in:
Price Hiller 2022-10-11 06:52:38 -05:00
parent 938d2ec1ed
commit 5fd2348286

View File

@ -163,6 +163,8 @@ return packer.startup({
rainbowcol5 = { fg = colors.springGreen },
rainbowcol6 = { fg = colors.springViolet2 },
rainbowcol7 = { fg = colors.carpYellow },
packerSuccess = { fg = colors.autumnGreen, bg = "NONE" },
},
})
end,