Skip to content

Commit

Permalink
Merge pull request #4998 from owncloud/22042021_update-theming-docs
Browse files Browse the repository at this point in the history
Fix example theme with up-to-date design token keys
  • Loading branch information
Pascal Wengerter authored Apr 22, 2021
2 parents bb7104b + 256ec14 commit 481d09c
Showing 1 changed file with 43 additions and 39 deletions.
82 changes: 43 additions & 39 deletions docs/theming/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": ""
}
}
}
Expand Down

0 comments on commit 481d09c

Please sign in to comment.