mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
Update rose-pine.lua
The nvim-notify `NotifyBackground` highlight is mapped to `Normal` (see [here](d333b6f167/lua/notify/config/highlights.lua (L5)). However, the `Normal.bg` is explicitly set to `"NONE"` in rose-pine which triggers an annoying nvim-notify warning the first time a notification fires in each nvim session.
This commit is contained in:
parent
e4b08d74b7
commit
c4684c417c
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