feat(nvim): add bg color for Folded
This commit is contained in:
parent
0aefa4729d
commit
6a845918ce
@ -117,7 +117,9 @@ require("kanagawa").setup({
|
|||||||
NoiceCmdlinePopupBorderSearch = { fg = colors.roninYellow },
|
NoiceCmdlinePopupBorderSearch = { fg = colors.roninYellow },
|
||||||
|
|
||||||
NoiceCmdlineIconIncRename = { fg = colors.peachRed },
|
NoiceCmdlineIconIncRename = { fg = colors.peachRed },
|
||||||
NoiceCmdlinePopupdBorderIncRename = { fg = colors.peachRed }
|
NoiceCmdlinePopupdBorderIncRename = { fg = colors.peachRed },
|
||||||
|
|
||||||
|
Folded = { bg = colors.winterBlue }
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user