fix(nvim): ensure packer's success bg is NONE
This commit is contained in:
parent
938d2ec1ed
commit
5fd2348286
@ -163,6 +163,8 @@ return packer.startup({
|
|||||||
rainbowcol5 = { fg = colors.springGreen },
|
rainbowcol5 = { fg = colors.springGreen },
|
||||||
rainbowcol6 = { fg = colors.springViolet2 },
|
rainbowcol6 = { fg = colors.springViolet2 },
|
||||||
rainbowcol7 = { fg = colors.carpYellow },
|
rainbowcol7 = { fg = colors.carpYellow },
|
||||||
|
|
||||||
|
packerSuccess = { fg = colors.autumnGreen, bg = "NONE" },
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
|
Loading…
Reference in New Issue
Block a user