Type Alias: UiThemeColorTokens
UiThemeColorTokens =
Partial<{accentError:string;accentErrorActive:string;accentErrorHover:string;accentErrorSubtle:string;accentSuccess:string;accentSuccessActive:string;accentSuccessHover:string;accentSuccessSubtle:string;accentWarning:string;accentWarningActive:string;accentWarningHover:string;accentWarningSubtle:string;borderAccentStrong:string;borderAccentSubtle:string;borderInteractiveMuted:string;borderNeutralMuted:string;borderStatusInfoSubtle:string;borderStatusSuccessSubtle:string;borderStatusWarningSubtle:string;borderSubtle:string;brandPrimary:string;brandPrimaryActive:string;brandPrimaryHover:string;brandPrimaryStrong:string;cardAccentForeground:string;cardBackground:string;cardBorder:string;cardBorderHover:string;cardForeground:string;cardMutedForeground:string;cardSubtleBorder:string;effectBrandFocus:string;effectBrandGlow:string;focusRingColor:string;foregroundMuted:string;foregroundMutedSubtle:string;foregroundOnAccentMuted:string;inputAdornmentForeground:string;inputBackground:string;inputBorder:string;inputDisabledBackground:string;inputDisabledBorder:string;inputDisabledForeground:string;inputErrorBackground:string;inputErrorBorder:string;inputErrorForeground:string;inputFocusBorder:string;inputForeground:string;inputHelperForeground:string;inputMessageForeground:string;inputPlaceholder:string;inputSuccessBackground:string;inputSuccessBorder:string;inputSuccessForeground:string;inputWarningBackground:string;inputWarningBorder:string;inputWarningForeground:string;surfaceAccentStrong:string;surfaceBase:string;surfaceInteractiveMuted:string;surfaceMuted:string;surfaceStatusInfoSubtle:string;surfaceSubtle:string;surfaceTintedAccentHover:string;textPrimary:string; }>
Overrideable color token names exposed by the theme provider.
These tokens map to the CSS variables generated by Panda and can be used to create custom branded themes without editing component code.