refactor(nvim): remove bg for folded elements
This commit is contained in:
parent
6e2330235f
commit
4d4d99c8e5
@ -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 },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user