fix: nvim-notify background (#308)

This commit is contained in:
Allan Deutsch 2024-08-12 16:59:44 -04:00 committed by GitHub
commit d97cc7fcd7

View file

@ -697,7 +697,7 @@ local function set_highlights()
NotifyWARNBorder = make_border(groups.warn), NotifyWARNBorder = make_border(groups.warn),
NotifyWARNIcon = { link = "NotifyWARNTitle" }, NotifyWARNIcon = { link = "NotifyWARNTitle" },
NotifyWARNTitle = { fg = groups.warn }, NotifyWARNTitle = { fg = groups.warn },
NotifyBackground = { bg = palette.surface },
-- rcarriga/nvim-dap-ui -- rcarriga/nvim-dap-ui
DapUIBreakpointsCurrentLine = { fg = palette.gold, bold = styles.bold }, DapUIBreakpointsCurrentLine = { fg = palette.gold, bold = styles.bold },
DapUIBreakpointsDisabledLine = { fg = palette.muted }, DapUIBreakpointsDisabledLine = { fg = palette.muted },