diff --git a/lua/catppuccin/groups/integrations/noice.lua b/lua/catppuccin/groups/integrations/noice.lua index 81422dc7..45bf6b55 100644 --- a/lua/catppuccin/groups/integrations/noice.lua +++ b/lua/catppuccin/groups/integrations/noice.lua @@ -10,7 +10,16 @@ function M.get() NoiceCmdlinePopupBorder = { fg = C.lavender }, NoiceCmdlinePopupBorderSearch = { fg = C.yellow }, NoiceConfirmBorder = { fg = C.blue }, - NoiceMini = { fg = C.text, blend = 0 }, + NoiceMini = { fg = C.subtext0, blend = 0 }, + NoiceFormatProgressDone = { + bg = O.transparent_background and C.none or U.darken(C.sky, 0.30, C.base), + fg = C.subtext0, + }, + NoiceFormatProgressTodo = { + bg = O.transparent_background and C.none + or U.vary_color({ latte = U.lighten(C.mantle, 0.70, C.base) }, U.darken(C.surface0, 0.64, C.base)), + fg = C.subtext0, + }, } end