feat(nvim): improve noice lsp progress highlights

This commit is contained in:
Price Hiller 2023-05-13 06:57:05 -05:00
parent e7a149d581
commit 75589c26be
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -110,6 +110,8 @@ 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 },
NoiceLspProgressClient = { fg = colors.oniViolet, bold = true },
Folded = { bg = colors.waveBlue1 }, Folded = { bg = colors.waveBlue1 },
UfoFoldedBg = { bg = colors.waveBlue1 }, UfoFoldedBg = { bg = colors.waveBlue1 },
TSRainbowRed = { fg = colors.peachRed }, TSRainbowRed = { fg = colors.peachRed },