refactor(nvim): modify folded appearance to have underline
This commit is contained in:
parent
80fd1ef6d2
commit
161b1b6fce
@ -157,7 +157,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 = "NONE" },
|
Folded = { underline = true, sp = colors.oniViolet, 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…
Reference in New Issue
Block a user