Merge pull request #2377 from opencloud-eu/feat/web-adjust-surface-colors

feat(web): change surface colors to more modern ones
This commit is contained in:
Jannik Stehle
2026-02-23 07:34:59 +01:00
committed by GitHub

View File

@@ -76,9 +76,9 @@
"onError": "#ffffff",
"errorContainer": "#ffdad6",
"onErrorContainer": "#410002",
"background": "#fbfcfe",
"background": "#ffffff",
"onBackground": "#191c1d",
"surface": "#fbfcfe",
"surface": "#ffffff",
"onSurface": "#191c1d",
"surfaceVariant": "#dbe4e8",
"onSurfaceVariant": "#40484c",
@@ -98,10 +98,10 @@
"surfaceDim": "#d8dadc",
"surfaceBright": "#f8f9fb",
"surfaceContainerLowest": "#ffffff",
"surfaceContainerLow": "#f2f4f5",
"surfaceContainer": "#eceef0",
"surfaceContainerHigh": "#e7e8ea",
"surfaceContainerHighest": "#e1e3e4",
"surfaceContainerLow": "#fbfcfe",
"surfaceContainer": "#f6f8fa",
"surfaceContainerHigh": "#f2f4f5",
"surfaceContainerHighest": "#eceef0",
"chrome": "#20434f",
"onChrome": "#ffffff"
},