Skip to content

Commit

Permalink
[full-ci] feat: introduce contrast colors in swatches (#8563)
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Mar 22, 2023
1 parent 645e79f commit 4215bc4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions theming/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,25 +156,32 @@ Again, you can use the [ownCloud design tokens](https://owncloud.design/#/Design
"input-text-muted": "",
"swatch-brand-default": "",
"swatch-brand-hover": "",
"swatch-brand-muted": "",
"swatch-brand-contrast": "",
"swatch-danger-default": "",
"swatch-danger-hover": "",
"swatch-danger-muted": "",
"swatch-danger-contrast": "",
"swatch-inverse-default": "",
"swatch-inverse-hover": "",
"swatch-inverse-muted": "",
"swatch-passive-default": "",
"swatch-passive-hover": "",
"swatch-passive-muted": "",
"swatch-passive-contrast": "",
"swatch-primary-default": "",
"swatch-primary-hover": "",
"swatch-primary-muted": "",
"swatch-primary-gradient": "",
"swatch-primary-contrast": "",
"swatch-success-default": "",
"swatch-success-hover": "",
"swatch-success-muted": "",
"swatch-success-contrast": "",
"swatch-warning-default": "",
"swatch-warning-hover": "",
"swatch-warning-muted": "",
"swatch-warning-contrast": "",
"text-default": "",
"text-inverse": "",
"text-muted": ""
Expand Down Expand Up @@ -288,25 +295,32 @@ An empty template for your custom theme is provided below, and you can use the i
"input-text-muted": "",
"swatch-brand-default": "",
"swatch-brand-hover": "",
"swatch-brand-muted": "",
"swatch-brand-contrast": "",
"swatch-danger-default": "",
"swatch-danger-hover": "",
"swatch-danger-muted": "",
"swatch-danger-contrast": "",
"swatch-inverse-default": "",
"swatch-inverse-hover": "",
"swatch-inverse-muted": "",
"swatch-passive-default": "",
"swatch-passive-hover": "",
"swatch-passive-muted": "",
"swatch-passive-contrast": "",
"swatch-primary-default": "",
"swatch-primary-hover": "",
"swatch-primary-muted": "",
"swatch-primary-gradient": "",
"swatch-primary-contrast": "",
"swatch-success-default": "",
"swatch-success-hover": "",
"swatch-success-muted": "",
"swatch-success-contrast": "",
"swatch-warning-default": "",
"swatch-warning-hover": "",
"swatch-warning-muted": "",
"swatch-warning-contrast": "",
"text-default": "",
"text-inverse": "",
"text-muted": ""
Expand Down

0 comments on commit 4215bc4

Please sign in to comment.