mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
neovim officially reprecated LspDiagnostics* group. This changes the LspDiagnostics* highlight group to the correct Diagnotics* group to correct the highlight color.
This commit is contained in:
parent
101e0ad516
commit
fdc0ca2a6c
1 changed files with 20 additions and 20 deletions
|
|
@ -114,30 +114,30 @@ theme.base = {
|
||||||
htmlTagN = { fg = p.love },
|
htmlTagN = { fg = p.love },
|
||||||
htmlTagName = { fg = p.foam },
|
htmlTagName = { fg = p.foam },
|
||||||
|
|
||||||
LspDiagnosticsDefaultHint = { fg = p.iris },
|
DiagnosticDefaultHint = { fg = p.iris },
|
||||||
LspDiagnosticsDefaultInformation = { fg = p.foam },
|
DiagnosticDefaultInformation = { fg = p.foam },
|
||||||
LspDiagnosticsDefaultWarning = { fg = p.gold },
|
DiagnosticDefaultWarning = { fg = p.gold },
|
||||||
LspDiagnosticsDefaultError = { fg = p.love },
|
DiagnosticDefaultError = { fg = p.love },
|
||||||
|
|
||||||
LspDiagnosticsFloatingHint = { fg = p.iris },
|
DiagnosticFloatingHint = { fg = p.iris },
|
||||||
LspDiagnosticsFloatingInformation = { fg = p.foam },
|
DiagnosticFloatingInformation = { fg = p.foam },
|
||||||
LspDiagnosticsFloatingWarning = { fg = p.gold },
|
DiagnosticFloatingWarning = { fg = p.gold },
|
||||||
LspDiagnosticsFloatingError = { fg = p.love },
|
DiagnosticFloatingError = { fg = p.love },
|
||||||
|
|
||||||
LspDiagnosticsSignHint = { fg = p.iris },
|
DiagnosticSignHint = { fg = p.iris },
|
||||||
LspDiagnosticsSignInformation = { fg = p.foam },
|
DiagnosticSignInformation = { fg = p.foam },
|
||||||
LspDiagnosticsSignWarning = { fg = p.gold },
|
DiagnosticSignWarning = { fg = p.gold },
|
||||||
LspDiagnosticsSignError = { fg = p.love },
|
DiagnosticSignError = { fg = p.love },
|
||||||
|
|
||||||
LspDiagnosticsUnderlineHint = { style = 'undercurl', sp = p.iris },
|
DiagnosticUnderlineHint = { style = 'undercurl', sp = p.iris },
|
||||||
LspDiagnosticsUnderlineInformation = { style = 'undercurl', sp = p.foam },
|
DiagnosticUnderlineInformation = { style = 'undercurl', sp = p.foam },
|
||||||
LspDiagnosticsUnderlineWarning = { style = 'undercurl', sp = p.gold },
|
DiagnosticUnderlineWarning = { style = 'undercurl', sp = p.gold },
|
||||||
LspDiagnosticsUnderlineError = { style = 'undercurl', sp = p.love },
|
DiagnosticUnderlineError = { style = 'undercurl', sp = p.love },
|
||||||
|
|
||||||
LspDiagnosticsVirtualTextHint = { fg = p.iris },
|
DiagnosticVirtualTextHint = { fg = p.iris },
|
||||||
LspDiagnosticsVirtualTextInformation = { fg = p.foam },
|
DiagnosticVirtualTextInformation = { fg = p.foam },
|
||||||
LspDiagnosticsVirtualTextWarning = { fg = p.gold },
|
DiagnosticVirtualTextWarning = { fg = p.gold },
|
||||||
LspDiagnosticsVirtualTextError = { fg = p.love },
|
DiagnosticVirtualTextError = { fg = p.love },
|
||||||
|
|
||||||
LspReferenceText = { fg = p.rose, bg = p.highlight },
|
LspReferenceText = { fg = p.rose, bg = p.highlight },
|
||||||
LspReferenceRead = { fg = p.rose, bg = p.highlight },
|
LspReferenceRead = { fg = p.rose, bg = p.highlight },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue