Skip to content

Commit

Permalink
adjusted theme colors for dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Baader committed Jan 13, 2022
1 parent c30d211 commit 2a64d29
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions packages/web-runtime/themes/owncloud/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,26 +77,26 @@
"xlarge": ""
},
"colorPalette": {
"background-default": "#2d2d2d",
"background-highlight": "dimgrey",
"background-muted": "#202020",
"background-default": "#292929",
"background-highlight": "#4F4F4F",
"background-muted": "#ff000",
"border": "#202020",
"input-bg": "",
"input-border": "",
"input-text-default": "",
"input-text-default": "#c2c2c2",
"input-text-muted": "",
"swatch-brand-default": "#202020",
"swatch-brand-default": "#212121",
"swatch-brand-hover": "",
"swatch-danger-default": "",
"swatch-danger-hover": "",
"swatch-danger-muted": "",
"swatch-inverse-default": "",
"swatch-inverse-hover": "",
"swatch-inverse-muted": "",
"swatch-passive-default": "lemonchiffon",
"swatch-passive-default": "#7BAFEF",
"swatch-passive-hover": "",
"swatch-passive-muted": "",
"swatch-primary-default": "antiquewhite",
"swatch-primary-default": "#0868DD",
"swatch-primary-hover": "",
"swatch-primary-muted": "",
"swatch-success-default": "",
Expand All @@ -105,9 +105,9 @@
"swatch-warning-default": "",
"swatch-warning-hover": "",
"swatch-warning-muted": "",
"text-default": "antiquewhite",
"text-inverse": "black",
"text-muted": "lemonchiffon"
"text-default": "#c2c2c2",
"text-inverse": "#ffffff",
"text-muted": "#c2c2c2"
},
"fontSizes": {
"default": "",
Expand Down

0 comments on commit 2a64d29

Please sign in to comment.