refactor(nvim): modify folded appearance to have underline

This commit is contained in:
Price Hiller 2023-12-27 21:35:30 -06:00
parent 80fd1ef6d2
commit 161b1b6fce
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

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