mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
add statusline diagnostic highlights
This commit is contained in:
parent
f227206e1d
commit
d5465b1baa
1 changed files with 4 additions and 0 deletions
|
|
@ -175,6 +175,10 @@ function M.get(config)
|
||||||
DiagnosticSignHint = { fg = groups.hint },
|
DiagnosticSignHint = { fg = groups.hint },
|
||||||
DiagnosticSignInfo = { fg = groups.info },
|
DiagnosticSignInfo = { fg = groups.info },
|
||||||
DiagnosticSignWarn = { fg = groups.warn },
|
DiagnosticSignWarn = { fg = groups.warn },
|
||||||
|
DiagnosticStatusLineError = { fg = groups.error, bg = p.surface },
|
||||||
|
DiagnosticStatusLineHint = { fg = groups.hint, bg = p.surface },
|
||||||
|
DiagnosticStatusLineInfo = { fg = groups.info, bg = p.surface },
|
||||||
|
DiagnosticStatusLineWarn = { fg = groups.warn, bg = p.surface },
|
||||||
DiagnosticUnderlineError = { sp = groups.error, style = 'undercurl' },
|
DiagnosticUnderlineError = { sp = groups.error, style = 'undercurl' },
|
||||||
DiagnosticUnderlineHint = { sp = groups.hint, style = 'undercurl' },
|
DiagnosticUnderlineHint = { sp = groups.hint, style = 'undercurl' },
|
||||||
DiagnosticUnderlineInfo = { sp = groups.info, style = 'undercurl' },
|
DiagnosticUnderlineInfo = { sp = groups.info, style = 'undercurl' },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue