mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix: nvim-notify background (#308)
This commit is contained in:
parent
1e45cea06d
commit
cf8de969c4
1 changed files with 1 additions and 1 deletions
|
|
@ -697,7 +697,7 @@ local function set_highlights()
|
|||
NotifyWARNBorder = make_border(groups.warn),
|
||||
NotifyWARNIcon = { link = "NotifyWARNTitle" },
|
||||
NotifyWARNTitle = { fg = groups.warn },
|
||||
|
||||
NotifyBackground = { bg = palette.surface },
|
||||
-- rcarriga/nvim-dap-ui
|
||||
DapUIBreakpointsCurrentLine = { fg = palette.gold, bold = styles.bold },
|
||||
DapUIBreakpointsDisabledLine = { fg = palette.muted },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue