mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix: add Diagnostic<Type>
This commit is contained in:
parent
a642130aff
commit
256a231f3c
1 changed files with 5 additions and 0 deletions
|
|
@ -119,6 +119,11 @@ theme.base = {
|
|||
htmlTagN = { fg = p.love },
|
||||
htmlTagName = { fg = p.foam },
|
||||
|
||||
DiagnosticHint = { fg = p.iris },
|
||||
DiagnosticInfo = { fg = p.foam },
|
||||
DiagnosticWarn = { fg = p.gold },
|
||||
DiagnosticError = { fg = p.love },
|
||||
|
||||
DiagnosticDefaultHint = { fg = p.iris },
|
||||
DiagnosticDefaultInfo = { fg = p.foam },
|
||||
DiagnosticDefaultWarn = { fg = p.gold },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue