feat(nvim): add bg color for Folded

This commit is contained in:
Price Hiller 2023-02-03 17:17:10 -06:00
parent 0aefa4729d
commit 6a845918ce

View File

@ -117,7 +117,9 @@ require("kanagawa").setup({
NoiceCmdlinePopupBorderSearch = { fg = colors.roninYellow },
NoiceCmdlineIconIncRename = { fg = colors.peachRed },
NoiceCmdlinePopupdBorderIncRename = { fg = colors.peachRed }
NoiceCmdlinePopupdBorderIncRename = { fg = colors.peachRed },
Folded = { bg = colors.winterBlue }
},
})