feat(nvim): improve noice lsp progress highlights
This commit is contained in:
parent
e7a149d581
commit
75589c26be
@ -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 },
|
||||||
|
Loading…
Reference in New Issue
Block a user