mirror of
https://github.com/gabehf/base46.git
synced 2026-03-14 17:55:57 -07:00
Match trouble with LspDiagnostics (#250)
This commit is contained in:
parent
50e8b5f2e0
commit
62494966cc
1 changed files with 8 additions and 8 deletions
|
|
@ -4,23 +4,23 @@ return {
|
||||||
TroubleCount = { fg = colors.pink },
|
TroubleCount = { fg = colors.pink },
|
||||||
TroubleCode = { fg = colors.white },
|
TroubleCode = { fg = colors.white },
|
||||||
TroubleWarning = { fg = colors.orange },
|
TroubleWarning = { fg = colors.orange },
|
||||||
TroubleSignWarning = { fg = colors.yellow },
|
TroubleSignWarning = { link = "DiagnosticWarn"},
|
||||||
TroubleTextWarning = { fg = colors.white },
|
TroubleTextWarning = { fg = colors.white },
|
||||||
TroublePreview = { fg = colors.red },
|
TroublePreview = { fg = colors.red },
|
||||||
TroubleSource = { fg = colors.cyan },
|
TroubleSource = { fg = colors.cyan },
|
||||||
TroubleSignHint = { fg = colors.green },
|
TroubleSignHint = { link = "DiagnosticHint"},
|
||||||
TroubleTextHint = { fg = colors.red },
|
TroubleTextHint = { fg = colors.white },
|
||||||
TroubleHint = { fg = colors.orange },
|
TroubleHint = { fg = colors.orange },
|
||||||
TroubleSignOther = { fg = colors.green },
|
TroubleSignOther = { link = "DiagnosticNormal"},
|
||||||
TroubleSignInformation = { fg = colors.white },
|
TroubleSignInformation = { fg = colors.white },
|
||||||
TroubleTextInformation = { fg = colors.blue },
|
TroubleTextInformation = { fg = colors.white },
|
||||||
TroubleInformation = { fg = colors.white },
|
TroubleInformation = { fg = colors.white },
|
||||||
TroubleError = { fg = colors.red },
|
TroubleError = { fg = colors.red },
|
||||||
TroubleTextError = { fg = colors.red },
|
TroubleTextError = { fg = colors.white },
|
||||||
TroubleSignError = { fg = colors.red },
|
TroubleSignError = { link = "DiagnosticError"},
|
||||||
TroubleText = { fg = colors.white },
|
TroubleText = { fg = colors.white },
|
||||||
TroubleFile = { fg = colors.yellow },
|
TroubleFile = { fg = colors.yellow },
|
||||||
TroubleFoldIcon = { fg = colors.cyan },
|
TroubleFoldIcon = { link = "Folded"},
|
||||||
TroubleNormal = { fg = colors.white },
|
TroubleNormal = { fg = colors.white },
|
||||||
TroubleLocation = { fg = colors.red },
|
TroubleLocation = { fg = colors.red },
|
||||||
TroubleIndent = { link = colors.Comment },
|
TroubleIndent = { link = colors.Comment },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue