diff --git a/docs/theming/_index.md b/docs/theming/_index.md index 67b0d063e52..273af70dae1 100644 --- a/docs/theming/_index.md +++ b/docs/theming/_index.md @@ -226,49 +226,53 @@ An empty template for your custom theme is provided below, and you can use the i }, "designTokens": { "colorPalette": { - "color": "", - "emphasis-color": "", - "muted-color": "", - "link-color": "", - "link-hover-color": "", - "inverse-color": "", - "active-icon-color": "", - "passive-icon-color": "", - "system-icon-color": "", - "background": "", - "muted-background": "", - "primary-background": "", - "secondary-background": "", - "selected-background": "", - "success-background": "", - "warning-background": "", - "danger-background": "", - "danger-background-hover": "", - "brand-primary": "", - "action-primary": "", - "action-primary-hover": "", - "action-disabled": "", - "shadow-global": "", - "shadow-action-primary": "", - "border-primary": "", - "input-background": "", - "input-background-checked": "", - "input-border": "" + "background-default": "", + "background-highlight": "", + "background-muted": "", + "border": "", + "input-bg": "", + "input-border": "", + "input-text-default": "", + "input-text-muted": "", + "swatch-brand-default": "", + "swatch-brand-hover": "", + "swatch-danger-default": "", + "swatch-danger-hover": "", + "swatch-danger-muted": "", + "swatch-passive-default": "", + "swatch-passive-hover": "", + "swatch-passive-muted": "", + "swatch-primary-default": "", + "swatch-primary-hover": "", + "swatch-primary-muted": "", + "swatch-success-default": "", + "swatch-success-hover": "", + "swatch-success-muted": "", + "swatch-warning-default": "", + "swatch-warning-hover": "", + "swatch-warning-muted": "", + "text-default": "", + "text-inverse": "", + "text-muted": "" }, "fontSizes": { - "small-font-size": "", - "medium-font-size": "", - "large-font-size": "", - "font-size": "", - "xxlarge-font-size": "", - "xlarge-font-size": "" + "default": "", + "large": "", + "medium": "" + }, + "size": { + "form-check-default": "", + "height-small": "", + "icon-default": "", + "width-medium": "" }, "spacing": { - "space-small": "", - "space-medium": "", - "space-large": "", - "space-xlarge": "", - "space-xxlarge": "" + "xsmall": "", + "small": "", + "medium": "", + "large": "", + "xlarge": "", + "xxlarge": "" } } }