Skip to content

Commit

Permalink
feat(notify): add NotifyBackground hl group (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr authored Dec 27, 2023
1 parent 4fbab1f commit c7cf3af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/catppuccin/groups/integrations/notify.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ local M = {}

function M.get()
return {
NotifyBackground = { bg = (O.transparent_background and vim.o.winblend == 0) and "#000000" or C.mantle },

NotifyERRORBorder = { fg = C.red },
NotifyERRORIcon = { fg = C.red },
NotifyERRORTitle = { fg = C.red, style = { "italic" } },
Expand Down

0 comments on commit c7cf3af

Please sign in to comment.