feat(theme): add legacy sign highlights
This commit is contained in:
parent
d746f70865
commit
4709170c38
1 changed files with 7 additions and 2 deletions
|
@ -19,10 +19,15 @@ highlight('WarningMsg', 'None', colors.warn)
|
|||
|
||||
-- legacy diagnostics highlight
|
||||
highlight('LspDiagnosticsError', 'None', colors.error)
|
||||
highlight('LspDiagnosticsWarn', 'None', colors.warn)
|
||||
highlight('LspDiagnosticsInfo', 'None', colors.info)
|
||||
highlight('LspDiagnosticsWarning', 'None', colors.warn)
|
||||
highlight('LspDiagnosticsInformation', 'None', colors.info)
|
||||
highlight('LspDiagnosticsHint', 'None', colors.hint)
|
||||
|
||||
highlight('LspDiagnosticsSignError', 'None', colors.error)
|
||||
highlight('LspDiagnosticsSignWarning', 'None', colors.warn)
|
||||
highlight('LspDiagnosticsSignInformation', 'None', colors.info)
|
||||
highlight('LspDiagnosticsSignHint', 'None', colors.hint)
|
||||
|
||||
-- signature highlight color
|
||||
highlight('LspSignatureActiveParameter', 'None', colors.orange)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue