refactor(nvim): set NoiceMini bg to be lighter

This commit is contained in:
Price Hiller 2023-05-13 22:26:48 -05:00
parent ea2d6a258b
commit 65849f15bd
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -110,7 +110,7 @@ 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 },
NoiceMini = { bg = colors.sumiInk3 }, NoiceMini = { bg = colors.sumiInk4 },
NoiceLspProgressClient = { fg = colors.oniViolet, bold = true }, NoiceLspProgressClient = { fg = colors.oniViolet, bold = true },
Folded = { bg = colors.waveBlue1 }, Folded = { bg = colors.waveBlue1 },
UfoFoldedBg = { bg = colors.waveBlue1 }, UfoFoldedBg = { bg = colors.waveBlue1 },