Variable: statusColourValues¶
conststatusColourValues:object
Defined in: src/theme.ts:110
Status colour tokens — semantic colours for badges, alerts, and buttons.
Registered as CSS variables (e.g. var(--success-color)) via
cssVariablesResolver. Shared across light and dark modes — these are
used as filled backgrounds with white/dark text.
Note: --error-color (#f55142) is a separate token for form validation
borders (accessibility-tuned). --error-focus-color (#ffb3b3) is a lighter
variant used when an errored field receives focus. --alert-color (#fa5252)
is for status badges, destructive buttons, and notifications.
Type Declaration¶
accent¶
readonlyaccent:"#7950f2"="#7950f2"
alert¶
readonlyalert:"#fa5252"="#fa5252"
info¶
readonlyinfo:"#228be6"="#228be6"
neutral¶
readonlyneutral:"#ffd43b"="#ffd43b"
outstanding¶
readonlyoutstanding:"#e64980"="#e64980"
success¶
readonlysuccess:"#12b886"="#12b886"
warning¶
readonlywarning:"#15aabf"="#15aabf"