refactor(nvim): do not highlight unfolds
This commit is contained in:
parent
3b52c99cf1
commit
2c0398b9da
@ -120,7 +120,7 @@ require("kanagawa").setup({
|
|||||||
NoiceCmdlinePopupdBorderIncRename = { fg = colors.peachRed },
|
NoiceCmdlinePopupdBorderIncRename = { fg = colors.peachRed },
|
||||||
|
|
||||||
Folded = { bg = colors.waveBlue1 },
|
Folded = { bg = colors.waveBlue1 },
|
||||||
UfoFoldedBg = { bg = colors.springViolet1 }
|
UfoFoldedBg = { bg = "NONE" }
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user