color cleanup
This commit is contained in:
parent
d515c5ce2e
commit
55691ac956
2 changed files with 6 additions and 6 deletions
|
|
@ -133,14 +133,14 @@ function M.apply()
|
|||
hi('LspSignatureActiveParameter', { underline = true, italic = true })
|
||||
hi('DiagnosticError', { fg = cs.red }, { 'DiagnosticFloatingError', 'DiagnosticSignError' })
|
||||
hi('DiagnosticWarn', { fg = cs.yellow }, { 'DiagnosticFloatingWarn', 'DiagnosticSignWarn' })
|
||||
hi('DiagnosticHint', { fg = cs.white }, { 'DiagnosticFloatingHint', 'DiagnosticSignHint' })
|
||||
hi('DiagnosticHint', { fg = cs.light_black }, { 'DiagnosticFloatingHint', 'DiagnosticSignHint' })
|
||||
hi('DiagnosticOk', { fg = cs.green }, { 'DiagnosticFloatingOk', 'DiagnosticSignOk' })
|
||||
hi('DiagnosticInfo', { fg = cs.white }, { 'DiagnosticFloatingInfo', 'DiagnosticSignInfo' })
|
||||
hi('DiagnosticInfo', { fg = cs.light_black }, { 'DiagnosticFloatingInfo', 'DiagnosticSignInfo' })
|
||||
hi('DiagnosticUnderlineError', { undercurl = true, special = cs.red })
|
||||
hi('DiagnosticUnderlineWarn', { undercurl = true, special = cs.yellow })
|
||||
hi('DiagnosticUnderlineHint', { undercurl = true, special = cs.white })
|
||||
hi('DiagnosticUnderlineHint', { undercurl = true, special = cs.light_black })
|
||||
hi('DiagnosticUnderlineOk', { undercurl = true, special = cs.green })
|
||||
hi('DiagnosticUnderlineInfo', { undercurl = true, special = cs.white })
|
||||
hi('DiagnosticUnderlineInfo', { undercurl = true, special = cs.light_black })
|
||||
|
||||
hi('SpellBad', { underline = true, special = cs.red })
|
||||
hi('SpellRare', { underline = true, special = cs.white })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue