egui-material3 0.0.10

Material Design 3 components for egui with comprehensive theming support
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
{
    "description": "TYPE: CUSTOM\nMaterial Theme Builder export 2025-08-31 01:17:42",
    "seed": "#8898CC",
    "coreColors": {
        "primary": "#8898CC"
    },
    "extendedColors": [],
    "schemes": {
        "light": {
            "primary": "#4A5C92",
            "surfaceTint": "#4A5C92",
            "onPrimary": "#FFFFFF",
            "primaryContainer": "#DBE1FF",
            "onPrimaryContainer": "#324478",
            "secondary": "#585E72",
            "onSecondary": "#FFFFFF",
            "secondaryContainer": "#DDE1F9",
            "onSecondaryContainer": "#414659",
            "tertiary": "#745471",
            "onTertiary": "#FFFFFF",
            "tertiaryContainer": "#FFD6F8",
            "onTertiaryContainer": "#5A3D58",
            "error": "#BA1A1A",
            "onError": "#FFFFFF",
            "errorContainer": "#FFDAD6",
            "onErrorContainer": "#93000A",
            "background": "#FAF8FF",
            "onBackground": "#1A1B21",
            "surface": "#FAF8FF",
            "onSurface": "#1A1B21",
            "surfaceVariant": "#E2E2EC",
            "onSurfaceVariant": "#45464F",
            "outline": "#757680",
            "outlineVariant": "#C5C6D0",
            "shadow": "#000000",
            "scrim": "#000000",
            "inverseSurface": "#2F3036",
            "inverseOnSurface": "#F1F0F7",
            "inversePrimary": "#B3C5FF",
            "primaryFixed": "#DBE1FF",
            "onPrimaryFixed": "#00174A",
            "primaryFixedDim": "#B3C5FF",
            "onPrimaryFixedVariant": "#324478",
            "secondaryFixed": "#DDE1F9",
            "onSecondaryFixed": "#151B2C",
            "secondaryFixedDim": "#C1C6DD",
            "onSecondaryFixedVariant": "#414659",
            "tertiaryFixed": "#FFD6F8",
            "onTertiaryFixed": "#2B122B",
            "tertiaryFixedDim": "#E2BBDC",
            "onTertiaryFixedVariant": "#5A3D58",
            "surfaceDim": "#DAD9E0",
            "surfaceBright": "#FAF8FF",
            "surfaceContainerLowest": "#FFFFFF",
            "surfaceContainerLow": "#F4F3FA",
            "surfaceContainer": "#EEEDF4",
            "surfaceContainerHigh": "#E8E7EF",
            "surfaceContainerHighest": "#E3E2E9"
        },
        "light-medium-contrast": {
            "primary": "#203467",
            "surfaceTint": "#4A5C92",
            "onPrimary": "#FFFFFF",
            "primaryContainer": "#596BA2",
            "onPrimaryContainer": "#FFFFFF",
            "secondary": "#303648",
            "onSecondary": "#FFFFFF",
            "secondaryContainer": "#676C81",
            "onSecondaryContainer": "#FFFFFF",
            "tertiary": "#482D47",
            "onTertiary": "#FFFFFF",
            "tertiaryContainer": "#836380",
            "onTertiaryContainer": "#FFFFFF",
            "error": "#740006",
            "onError": "#FFFFFF",
            "errorContainer": "#CF2C27",
            "onErrorContainer": "#FFFFFF",
            "background": "#FAF8FF",
            "onBackground": "#1A1B21",
            "surface": "#FAF8FF",
            "onSurface": "#101116",
            "surfaceVariant": "#E2E2EC",
            "onSurfaceVariant": "#34363E",
            "outline": "#50525B",
            "outlineVariant": "#6B6C75",
            "shadow": "#000000",
            "scrim": "#000000",
            "inverseSurface": "#2F3036",
            "inverseOnSurface": "#F1F0F7",
            "inversePrimary": "#B3C5FF",
            "primaryFixed": "#596BA2",
            "onPrimaryFixed": "#FFFFFF",
            "primaryFixedDim": "#405388",
            "onPrimaryFixedVariant": "#FFFFFF",
            "secondaryFixed": "#676C81",
            "onSecondaryFixed": "#FFFFFF",
            "secondaryFixedDim": "#4F5468",
            "onSecondaryFixedVariant": "#FFFFFF",
            "tertiaryFixed": "#836380",
            "onTertiaryFixed": "#FFFFFF",
            "tertiaryFixedDim": "#694B67",
            "onTertiaryFixedVariant": "#FFFFFF",
            "surfaceDim": "#C6C6CD",
            "surfaceBright": "#FAF8FF",
            "surfaceContainerLowest": "#FFFFFF",
            "surfaceContainerLow": "#F4F3FA",
            "surfaceContainer": "#E8E7EF",
            "surfaceContainerHigh": "#DDDCE3",
            "surfaceContainerHighest": "#D2D1D8"
        },
        "light-high-contrast": {
            "primary": "#15295C",
            "surfaceTint": "#4A5C92",
            "onPrimary": "#FFFFFF",
            "primaryContainer": "#34477B",
            "onPrimaryContainer": "#FFFFFF",
            "secondary": "#262C3D",
            "onSecondary": "#FFFFFF",
            "secondaryContainer": "#43495C",
            "onSecondaryContainer": "#FFFFFF",
            "tertiary": "#3D233C",
            "onTertiary": "#FFFFFF",
            "tertiaryContainer": "#5D3F5B",
            "onTertiaryContainer": "#FFFFFF",
            "error": "#600004",
            "onError": "#FFFFFF",
            "errorContainer": "#98000A",
            "onErrorContainer": "#FFFFFF",
            "background": "#FAF8FF",
            "onBackground": "#1A1B21",
            "surface": "#FAF8FF",
            "onSurface": "#000000",
            "surfaceVariant": "#E2E2EC",
            "onSurfaceVariant": "#000000",
            "outline": "#2A2C34",
            "outlineVariant": "#474951",
            "shadow": "#000000",
            "scrim": "#000000",
            "inverseSurface": "#2F3036",
            "inverseOnSurface": "#FFFFFF",
            "inversePrimary": "#B3C5FF",
            "primaryFixed": "#34477B",
            "onPrimaryFixed": "#FFFFFF",
            "primaryFixedDim": "#1C3063",
            "onPrimaryFixedVariant": "#FFFFFF",
            "secondaryFixed": "#43495C",
            "onSecondaryFixed": "#FFFFFF",
            "secondaryFixedDim": "#2D3244",
            "onSecondaryFixedVariant": "#FFFFFF",
            "tertiaryFixed": "#5D3F5B",
            "onTertiaryFixed": "#FFFFFF",
            "tertiaryFixedDim": "#452943",
            "onTertiaryFixedVariant": "#FFFFFF",
            "surfaceDim": "#B9B8BF",
            "surfaceBright": "#FAF8FF",
            "surfaceContainerLowest": "#FFFFFF",
            "surfaceContainerLow": "#F1F0F7",
            "surfaceContainer": "#E3E2E9",
            "surfaceContainerHigh": "#D4D4DB",
            "surfaceContainerHighest": "#C6C6CD"
        },
        "dark": {
            "primary": "#B3C5FF",
            "surfaceTint": "#B3C5FF",
            "onPrimary": "#1A2E60",
            "primaryContainer": "#324478",
            "onPrimaryContainer": "#DBE1FF",
            "secondary": "#C1C6DD",
            "onSecondary": "#2A3042",
            "secondaryContainer": "#414659",
            "onSecondaryContainer": "#DDE1F9",
            "tertiary": "#E2BBDC",
            "onTertiary": "#422741",
            "tertiaryContainer": "#5A3D58",
            "onTertiaryContainer": "#FFD6F8",
            "error": "#FFB4AB",
            "onError": "#690005",
            "errorContainer": "#93000A",
            "onErrorContainer": "#FFDAD6",
            "background": "#121318",
            "onBackground": "#E3E2E9",
            "surface": "#121318",
            "onSurface": "#E3E2E9",
            "surfaceVariant": "#45464F",
            "onSurfaceVariant": "#C5C6D0",
            "outline": "#8F909A",
            "outlineVariant": "#45464F",
            "shadow": "#000000",
            "scrim": "#000000",
            "inverseSurface": "#E3E2E9",
            "inverseOnSurface": "#2F3036",
            "inversePrimary": "#4A5C92",
            "primaryFixed": "#DBE1FF",
            "onPrimaryFixed": "#00174A",
            "primaryFixedDim": "#B3C5FF",
            "onPrimaryFixedVariant": "#324478",
            "secondaryFixed": "#DDE1F9",
            "onSecondaryFixed": "#151B2C",
            "secondaryFixedDim": "#C1C6DD",
            "onSecondaryFixedVariant": "#414659",
            "tertiaryFixed": "#FFD6F8",
            "onTertiaryFixed": "#2B122B",
            "tertiaryFixedDim": "#E2BBDC",
            "onTertiaryFixedVariant": "#5A3D58",
            "surfaceDim": "#121318",
            "surfaceBright": "#38393F",
            "surfaceContainerLowest": "#0D0E13",
            "surfaceContainerLow": "#1A1B21",
            "surfaceContainer": "#1E1F25",
            "surfaceContainerHigh": "#292A2F",
            "surfaceContainerHighest": "#33343A"
        },
        "dark-medium-contrast": {
            "primary": "#D2DBFF",
            "surfaceTint": "#B3C5FF",
            "onPrimary": "#0C2255",
            "primaryContainer": "#7D8FC8",
            "onPrimaryContainer": "#000000",
            "secondary": "#D7DBF3",
            "onSecondary": "#202536",
            "secondaryContainer": "#8B90A5",
            "onSecondaryContainer": "#000000",
            "tertiary": "#F9D0F2",
            "onTertiary": "#361C35",
            "tertiaryContainer": "#A986A5",
            "onTertiaryContainer": "#000000",
            "error": "#FFD2CC",
            "onError": "#540003",
            "errorContainer": "#FF5449",
            "onErrorContainer": "#000000",
            "background": "#121318",
            "onBackground": "#E3E2E9",
            "surface": "#121318",
            "onSurface": "#FFFFFF",
            "surfaceVariant": "#45464F",
            "onSurfaceVariant": "#DBDBE6",
            "outline": "#B1B1BB",
            "outlineVariant": "#8F9099",
            "shadow": "#000000",
            "scrim": "#000000",
            "inverseSurface": "#E3E2E9",
            "inverseOnSurface": "#292A2F",
            "inversePrimary": "#33467A",
            "primaryFixed": "#DBE1FF",
            "onPrimaryFixed": "#000E34",
            "primaryFixedDim": "#B3C5FF",
            "onPrimaryFixedVariant": "#203467",
            "secondaryFixed": "#DDE1F9",
            "onSecondaryFixed": "#0B1021",
            "secondaryFixedDim": "#C1C6DD",
            "onSecondaryFixedVariant": "#303648",
            "tertiaryFixed": "#FFD6F8",
            "onTertiaryFixed": "#1F0820",
            "tertiaryFixedDim": "#E2BBDC",
            "onTertiaryFixedVariant": "#482D47",
            "surfaceDim": "#121318",
            "surfaceBright": "#43444A",
            "surfaceContainerLowest": "#06070C",
            "surfaceContainerLow": "#1C1D23",
            "surfaceContainer": "#26282D",
            "surfaceContainerHigh": "#313238",
            "surfaceContainerHighest": "#3C3D43"
        },
        "dark-high-contrast": {
            "primary": "#EDEFFF",
            "surfaceTint": "#B3C5FF",
            "onPrimary": "#000000",
            "primaryContainer": "#AFC1FD",
            "onPrimaryContainer": "#000927",
            "secondary": "#EDEFFF",
            "onSecondary": "#000000",
            "secondaryContainer": "#BDC2D9",
            "onSecondaryContainer": "#050A1B",
            "tertiary": "#FFEAF9",
            "onTertiary": "#000000",
            "tertiaryContainer": "#DEB7D8",
            "onTertiaryContainer": "#190319",
            "error": "#FFECE9",
            "onError": "#000000",
            "errorContainer": "#FFAEA4",
            "onErrorContainer": "#220001",
            "background": "#121318",
            "onBackground": "#E3E2E9",
            "surface": "#121318",
            "onSurface": "#FFFFFF",
            "surfaceVariant": "#45464F",
            "onSurfaceVariant": "#FFFFFF",
            "outline": "#EFEFFA",
            "outlineVariant": "#C1C2CC",
            "shadow": "#000000",
            "scrim": "#000000",
            "inverseSurface": "#E3E2E9",
            "inverseOnSurface": "#000000",
            "inversePrimary": "#33467A",
            "primaryFixed": "#DBE1FF",
            "onPrimaryFixed": "#000000",
            "primaryFixedDim": "#B3C5FF",
            "onPrimaryFixedVariant": "#000E34",
            "secondaryFixed": "#DDE1F9",
            "onSecondaryFixed": "#000000",
            "secondaryFixedDim": "#C1C6DD",
            "onSecondaryFixedVariant": "#0B1021",
            "tertiaryFixed": "#FFD6F8",
            "onTertiaryFixed": "#000000",
            "tertiaryFixedDim": "#E2BBDC",
            "onTertiaryFixedVariant": "#1F0820",
            "surfaceDim": "#121318",
            "surfaceBright": "#4F5056",
            "surfaceContainerLowest": "#000000",
            "surfaceContainerLow": "#1E1F25",
            "surfaceContainer": "#2F3036",
            "surfaceContainerHigh": "#3A3B41",
            "surfaceContainerHighest": "#46464C"
        }
    },
    "palettes": {
        "primary": {
            "0": "#000000",
            "5": "#000E34",
            "10": "#041846",
            "15": "#112350",
            "20": "#1D2E5B",
            "25": "#293967",
            "30": "#354573",
            "35": "#415180",
            "40": "#4D5D8D",
            "50": "#6675A7",
            "60": "#7F8FC3",
            "70": "#9AAADF",
            "80": "#B5C5FC",
            "90": "#DBE1FF",
            "95": "#EEF0FF",
            "98": "#FAF8FF",
            "99": "#FEFBFF",
            "100": "#FFFFFF"
        },
        "secondary": {
            "0": "#000000",
            "5": "#0D111B",
            "10": "#181B26",
            "15": "#222530",
            "20": "#2D303B",
            "25": "#383B47",
            "30": "#434652",
            "35": "#4F525E",
            "40": "#5B5E6B",
            "50": "#747684",
            "60": "#8E909E",
            "70": "#A8AAB9",
            "80": "#C4C6D5",
            "90": "#E0E2F1",
            "95": "#EEF0FF",
            "98": "#FAF8FF",
            "99": "#FEFBFF",
            "100": "#FFFFFF"
        },
        "tertiary": {
            "0": "#000000",
            "5": "#1B0B1A",
            "10": "#261625",
            "15": "#312030",
            "20": "#3D2B3B",
            "25": "#483546",
            "30": "#544152",
            "35": "#614C5E",
            "40": "#6D586A",
            "50": "#877083",
            "60": "#A2899D",
            "70": "#BDA4B8",
            "80": "#DABFD4",
            "90": "#F7DAF0",
            "95": "#FFEBF9",
            "98": "#FFF7FA",
            "99": "#FFFBFF",
            "100": "#FFFFFF"
        },
        "neutral": {
            "0": "#000000",
            "5": "#111113",
            "10": "#1B1B1D",
            "15": "#262528",
            "20": "#303032",
            "25": "#3B3B3D",
            "30": "#474649",
            "35": "#535254",
            "40": "#5F5E60",
            "50": "#787679",
            "60": "#929093",
            "70": "#ACAAAD",
            "80": "#C8C6C8",
            "90": "#E4E2E4",
            "95": "#F3F0F2",
            "98": "#FBF8FB",
            "99": "#FEFBFE",
            "100": "#FFFFFF"
        },
        "neutral-variant": {
            "0": "#000000",
            "5": "#101115",
            "10": "#1A1B20",
            "15": "#25252A",
            "20": "#2F3035",
            "25": "#3A3B40",
            "30": "#46464C",
            "35": "#525257",
            "40": "#5E5E64",
            "50": "#76767C",
            "60": "#909096",
            "70": "#ABAAB1",
            "80": "#C7C6CC",
            "90": "#E3E2E8",
            "95": "#F1F0F6",
            "98": "#FAF8FF",
            "99": "#FEFBFF",
            "100": "#FFFFFF"
        }
    }
}