refactor(nvim): set folded bg color, remove underline

This commit is contained in:
Price Hiller 2024-03-04 11:54:28 -06:00
parent f295e81dc0
commit b36b8b143d
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -183,8 +183,7 @@ return {
{ "NoiceCmdlinePopupdBorderIncRename", { fg = colors.peachRed } },
{ "NoiceMini", { bg = colors.sumiInk4 } },
{ "NoiceLspProgressClient", { fg = colors.oniViolet, bold = true } },
{ "Folded", { underline = true, sp = colors.oniViolet, bg = "NONE" } },
{ "UfoFoldedBg", { bg = colors.waveBlue1 } },
{ "Folded", { bg = colors.winterBlue } },
{ "TSRainbowRed", { fg = colors.peachRed } },
{ "TSRainbowYellow", { fg = colors.carpYellow } },
{ "TSRainbowBlue", { fg = colors.crystalBlue } },