refactor(nvim): set folded bg color, remove underline
This commit is contained in:
parent
f295e81dc0
commit
b36b8b143d
@ -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 } },
|
||||
|
Loading…
Reference in New Issue
Block a user