refactor(nvim): remove bg for folded elements

This commit is contained in:
Price Hiller 2023-10-31 07:11:56 -05:00
parent 6e2330235f
commit 4d4d99c8e5
No known key found for this signature in database

View File

@ -156,7 +156,7 @@ return {
NoiceCmdlinePopupdBorderIncRename = { fg = colors.peachRed }, NoiceCmdlinePopupdBorderIncRename = { fg = colors.peachRed },
NoiceMini = { bg = colors.sumiInk4 }, NoiceMini = { bg = colors.sumiInk4 },
NoiceLspProgressClient = { fg = colors.oniViolet, bold = true }, NoiceLspProgressClient = { fg = colors.oniViolet, bold = true },
Folded = { bg = colors.waveBlue1 }, Folded = { bg = "NONE" },
UfoFoldedBg = { bg = colors.waveBlue1 }, UfoFoldedBg = { bg = colors.waveBlue1 },
TSRainbowRed = { fg = colors.peachRed }, TSRainbowRed = { fg = colors.peachRed },
TSRainbowYellow = { fg = colors.carpYellow }, TSRainbowYellow = { fg = colors.carpYellow },