mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-18 08:01:42 -05:00
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:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user