Skip to content

Commit 2a2e882

Browse files
authored
Merge pull request #2377 from opencloud-eu/feat/web-adjust-surface-colors
feat(web): change surface colors to more modern ones
2 parents 42e9c27 + 02d7315 commit 2a2e882

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

services/web/assets/themes/opencloud/theme.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@
7676
"onError": "#ffffff",
7777
"errorContainer": "#ffdad6",
7878
"onErrorContainer": "#410002",
79-
"background": "#fbfcfe",
79+
"background": "#ffffff",
8080
"onBackground": "#191c1d",
81-
"surface": "#fbfcfe",
81+
"surface": "#ffffff",
8282
"onSurface": "#191c1d",
8383
"surfaceVariant": "#dbe4e8",
8484
"onSurfaceVariant": "#40484c",
@@ -98,10 +98,10 @@
9898
"surfaceDim": "#d8dadc",
9999
"surfaceBright": "#f8f9fb",
100100
"surfaceContainerLowest": "#ffffff",
101-
"surfaceContainerLow": "#f2f4f5",
102-
"surfaceContainer": "#eceef0",
103-
"surfaceContainerHigh": "#e7e8ea",
104-
"surfaceContainerHighest": "#e1e3e4",
101+
"surfaceContainerLow": "#fbfcfe",
102+
"surfaceContainer": "#f6f8fa",
103+
"surfaceContainerHigh": "#f2f4f5",
104+
"surfaceContainerHighest": "#eceef0",
105105
"chrome": "#20434f",
106106
"onChrome": "#ffffff"
107107
},

0 commit comments

Comments
 (0)