refactor(nvim): set NoiceMini bg to be lighter
This commit is contained in:
parent
ea2d6a258b
commit
65849f15bd
@ -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 },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user