Skip to content

Commit

Permalink
fix(noice): set background blend to 0 for mini popups (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr authored Jul 29, 2023
1 parent 9709f82 commit 2d50a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/catppuccin/groups/integrations/noice.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function M.get()
NoiceCmdlinePopupBorder = { fg = C.lavender },
NoiceCmdlinePopupBorderSearch = { fg = C.yellow },
NoiceConfirmBorder = { fg = C.blue },
NoiceMini = { fg = C.text },
NoiceMini = { fg = C.text, blend = 0 },
}
end

Expand Down

0 comments on commit 2d50a4e

Please sign in to comment.