DiagnosticVirtualTextError={bg=ucolors.darken(error,darkening_percentage,cp.base),fg=error,style=virtual_text.errors},-- Used as the mantle highlight group. Other Diagnostic highlights link to this by default
DiagnosticVirtualTextWarn={bg=ucolors.darken(warning,darkening_percentage,cp.base),fg=warning,style=virtual_text.warnings},-- Used as the mantle highlight group. Other Diagnostic highlights link to this by default
DiagnosticVirtualTextInfo={bg=ucolors.darken(info,darkening_percentage,cp.base),fg=info,style=virtual_text.information},-- Used as the mantle highlight group. Other Diagnostic highlights link to this by default
DiagnosticVirtualTextHint={bg=ucolors.darken(hint,darkening_percentage,cp.base),fg=hint,style=virtual_text.hints},-- Used as the mantle highlight group. Other Diagnostic highlights link to this by default
DiagnosticError={bg=cp.none,fg=error,style=virtual_text.errors},-- Used as the mantle highlight group. Other Diagnostic highlights link to this by default
DiagnosticWarn={bg=cp.none,fg=warning,style=virtual_text.warnings},-- Used as the mantle highlight group. Other Diagnostic highlights link to this by default
DiagnosticInfo={bg=cp.none,fg=info,style=virtual_text.information},-- Used as the mantle highlight group. Other Diagnostic highlights link to this by default
DiagnosticHint={bg=cp.none,fg=hint,style=virtual_text.hints},-- Used as the mantle highlight group. Other Diagnostic highlights link to this by default
LspDiagnosticsDefaultError={fg=error},-- Used as the mantle highlight group. Other LspDiagnostic highlights link to this by default (except Underline)
LspDiagnosticsDefaultWarning={fg=warning},-- Used as the mantle highlight group. Other LspDiagnostic highlights link to this by default (except Underline)
LspDiagnosticsDefaultInformation={fg=info},-- Used as the mantle highlight group. Other LspDiagnostic highlights link to this by default (except Underline)
LspDiagnosticsDefaultHint={fg=hint},-- Used as the mantle highlight group. Other LspDiagnostic highlights link to this by default (except Underline)