@inchurch/matcha-theme 20.278.0 → 21.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1150 @@
1
+ // -------------------------------------------------------------------------------------------------------------------
2
+ // @ Deprecated renamed to $dark-primary-text.
3
+ // --------------------------------------------------------------------------------------------------------------------
4
+ $dark-primary-text: rgba(black, 0.87);
5
+ $light-primary-text: white;
6
+
7
+ // -------------------------------------------------------------------------------------------------------------------
8
+ // @ Color variables
9
+ // --------------------------------------------------------------------------------------------------------------------
10
+
11
+ $color-base-red-50: #fce7e7;
12
+ $color-base-red-100: #f7c4c4;
13
+ $color-base-red-200: #EF9A9A;
14
+ $color-base-red-300: #ed7575;
15
+ $color-base-red-400: #e95858;
16
+ $color-base-red-500: #e53a3a;
17
+ $color-base-red-600: #e23434;
18
+ $color-base-red-700: #de2c2c;
19
+ $color-base-red-800: #da2525;
20
+ $color-base-red-900: #d31818;
21
+ $color-base-red-a100: #ff8a80;
22
+ $color-base-red-a200: #ff5252;
23
+ $color-base-red-a400: #ff1744;
24
+ $color-base-red-a700: #C81010;
25
+
26
+ $color-base-pink-50: #fce4ec;
27
+ $color-base-pink-100: #f8bbd0;
28
+ $color-base-pink-200: #f48fb1;
29
+ $color-base-pink-300: #f06e9a;
30
+ $color-base-pink-400: #ec407a;
31
+ $color-base-pink-500: #e91e63;
32
+ $color-base-pink-600: #d81b60;
33
+ $color-base-pink-700: #c2185b;
34
+ $color-base-pink-800: #ad1457;
35
+ $color-base-pink-900: #880e4f;
36
+ $color-base-pink-a100: #ff80ab;
37
+ $color-base-pink-a200: #ff4081;
38
+ $color-base-pink-a400: #f50057;
39
+ $color-base-pink-a700: #c51162;
40
+
41
+ $color-base-purple-50: #f3e6ff;
42
+ $color-base-purple-100: #e1bee7;
43
+ $color-base-purple-200: #ce93d8;
44
+ $color-base-purple-300: #ba68c8;
45
+ $color-base-purple-400: #ab47bc;
46
+ $color-base-purple-500: #9c27b0;
47
+ $color-base-purple-600: #8e24aa;
48
+ $color-base-purple-700: #7b1fa2;
49
+ $color-base-purple-800: #6a1b9a;
50
+ $color-base-purple-900: #4a148c;
51
+ $color-base-purple-a100: #ea80fc;
52
+ $color-base-purple-a200: #e040fb;
53
+ $color-base-purple-a400: #d500f9;
54
+ $color-base-purple-a700: #aa00ff;
55
+
56
+ $color-base-deep-purple-50: #ede7f6;
57
+ $color-base-deep-purple-100: #d1c4e9;
58
+ $color-base-deep-purple-200: #b39ddb;
59
+ $color-base-deep-purple-300: #9575cd;
60
+ $color-base-deep-purple-400: #7e57c2;
61
+ $color-base-deep-purple-500: #673ab7;
62
+ $color-base-deep-purple-600: #5e35b1;
63
+ $color-base-deep-purple-700: #512da8;
64
+ $color-base-deep-purple-800: #4527a0;
65
+ $color-base-deep-purple-900: #311b92;
66
+ $color-base-deep-purple-a100: #cf97ff;
67
+ $color-base-deep-purple-a200: #be73ff;
68
+ $color-base-deep-purple-a400: #9f2eff;
69
+ $color-base-deep-purple-a700: #7212ff;
70
+
71
+ $color-base-indigo-50: #e8eaf6;
72
+ $color-base-indigo-100: #c5cae9;
73
+ $color-base-indigo-200: #9fa8da;
74
+ $color-base-indigo-300: #7986cb;
75
+ $color-base-indigo-400: #5c6bc0;
76
+ $color-base-indigo-500: #3f51b5;
77
+ $color-base-indigo-600: #3949ab;
78
+ $color-base-indigo-700: #303f9f;
79
+ $color-base-indigo-800: #283593;
80
+ $color-base-indigo-900: #1a237e;
81
+ $color-base-indigo-a100: #8c9eff;
82
+ $color-base-indigo-a200: #536dfe;
83
+ $color-base-indigo-a400: #3d5afe;
84
+ $color-base-indigo-a700: #304ffe;
85
+
86
+ $color-base-blue-50: #E3F2FD;
87
+ $color-base-blue-100: #BBDEFB;
88
+ $color-base-blue-200: #90CAF9;
89
+ $color-base-blue-300: #64B5F6;
90
+ $color-base-blue-400: #42A5F5;
91
+ $color-base-blue-500: #2196F3;
92
+ $color-base-blue-600: #1E88E5;
93
+ $color-base-blue-700: #1664C2;
94
+ $color-base-blue-800: #1565C0;
95
+ $color-base-blue-900: #0D47A1;
96
+ $color-base-blue-a100: #82B1FF;
97
+ $color-base-blue-a200: #448AFF;
98
+ $color-base-blue-a400: #2979FF;
99
+ $color-base-blue-a700: #0A2FC2;
100
+
101
+ $color-base-light-blue-50: #e1f5fe;
102
+ $color-base-light-blue-100: #b3e5fc;
103
+ $color-base-light-blue-200: #81d4fa;
104
+ $color-base-light-blue-300: #4fc3f7;
105
+ $color-base-light-blue-400: #29b6f6;
106
+ $color-base-light-blue-500: #03a9f4;
107
+ $color-base-light-blue-600: #039be5;
108
+ $color-base-light-blue-700: #0288d1;
109
+ $color-base-light-blue-800: #0277bd;
110
+ $color-base-light-blue-900: #01579b;
111
+ $color-base-light-blue-a100: #80d8ff;
112
+ $color-base-light-blue-a200: #40c4ff;
113
+ $color-base-light-blue-a400: #33b6ff;
114
+ $color-base-light-blue-a700: #0091ea;
115
+
116
+ $color-base-cyan-50: #e0f7fa;
117
+ $color-base-cyan-100: #b2ebf2;
118
+ $color-base-cyan-200: #84e1eb;
119
+ $color-base-cyan-300: #4dd0e1;
120
+ $color-base-cyan-400: #08c3d6;
121
+ $color-base-cyan-500: #00bcd4;
122
+ $color-base-cyan-600: #00acc1;
123
+ $color-base-cyan-700: #02a1bc;
124
+ $color-base-cyan-800: #00838f;
125
+ $color-base-cyan-900: #006064;
126
+ $color-base-cyan-a100: #84ffff;
127
+ $color-base-cyan-a200: #18ffff;
128
+ $color-base-cyan-a400: #00e5ff;
129
+ $color-base-cyan-a700: #00b8d4;
130
+
131
+ $color-base-teal-50: #e0f2f1;
132
+ $color-base-teal-100: #b2dfdb;
133
+ $color-base-teal-200: #80cbc4;
134
+ $color-base-teal-300: #4db6ac;
135
+ $color-base-teal-400: #26a69a;
136
+ $color-base-teal-500: #009688;
137
+ $color-base-teal-600: #00897b;
138
+ $color-base-teal-700: #00796b;
139
+ $color-base-teal-800: #00695c;
140
+ $color-base-teal-900: #004d40;
141
+ $color-base-teal-a100: #a7ffeb;
142
+ $color-base-teal-a200: #64ffda;
143
+ $color-base-teal-a400: #1de9b6;
144
+ $color-base-teal-a700: #00bfa5;
145
+
146
+ $color-base-green-50: #e2f2e9;
147
+ $color-base-green-100: #b8dec8;
148
+ $color-base-green-200: #88c8a3;
149
+ $color-base-green-300: #58b17e;
150
+ $color-base-green-400: #35a162;
151
+ $color-base-green-500: #119046;
152
+ $color-base-green-600: #0f883f;
153
+ $color-base-green-700: #0c7d37;
154
+ $color-base-green-800: #0a732f;
155
+ $color-base-green-900: #2E7D32;
156
+ $color-base-green-a100: #b9f6ca;
157
+ $color-base-green-a200: #69f0ae;
158
+ $color-base-green-a400: #2cff5b;
159
+ $color-base-green-a700: #13ff48;
160
+
161
+ $color-base-light-green-50: #F1F8E9;
162
+ $color-base-light-green-100: #DCEDC8;
163
+ $color-base-light-green-200: #C5E1A5;
164
+ $color-base-light-green-300: #AED581;
165
+ $color-base-light-green-400: #9CCC65;
166
+ $color-base-light-green-500: #8BC34A;
167
+ $color-base-light-green-600: #43A047;
168
+ $color-base-light-green-700: #33691E;
169
+ $color-base-light-green-800: #2E7D32;
170
+ $color-base-light-green-900: #1B5E20;
171
+ $color-base-light-green-a100: #CCFF90;
172
+ $color-base-light-green-a200: #B2FF59;
173
+ $color-base-light-green-a400: #A8D94E;
174
+ $color-base-light-green-a700: #64DD17;
175
+
176
+ $color-base-lime-50: #f0f7e0;
177
+ $color-base-lime-100: #dbebb3;
178
+ $color-base-lime-200: #c3de80;
179
+ $color-base-lime-300: #aad14d;
180
+ $color-base-lime-400: #98c726;
181
+ $color-base-lime-500: #86bd00;
182
+ $color-base-lime-600: #7eb700;
183
+ $color-base-lime-700: #73ae00;
184
+ $color-base-lime-800: #69a600;
185
+ $color-base-lime-900: #569800;
186
+ $color-base-lime-a100: #f4ff81;
187
+ $color-base-lime-a200: #eeff41;
188
+ $color-base-lime-a400: #c6ff00;
189
+ $color-base-lime-a700: #aeea00;
190
+
191
+ $color-base-yellow-50: #FCF6D9;
192
+ $color-base-yellow-100: #F8EDB3;
193
+ $color-base-yellow-200: #FFB74D;
194
+ $color-base-yellow-300: #EFD54D;
195
+ $color-base-yellow-400: #EBCC26;
196
+ $color-base-yellow-500: #E8C300;
197
+ $color-base-yellow-600: #A64E00;
198
+ $color-base-yellow-700: #C58400;
199
+ $color-base-yellow-800: #AA6600;
200
+ $color-base-yellow-900: #934E00;
201
+ $color-base-yellow-a100: #FFF28B;
202
+ $color-base-yellow-a200: #FFED5D;
203
+ $color-base-yellow-a400: #FFE82F;
204
+ $color-base-yellow-a700: #FFE300;
205
+
206
+ $color-base-amber-50: #fef4e4;
207
+ $color-base-amber-100: #fee4ba;
208
+ $color-base-amber-200: #fdd38d;
209
+ $color-base-amber-300: #fcc15f;
210
+ $color-base-amber-400: #fbb33c;
211
+ $color-base-amber-500: #faa61a;
212
+ $color-base-amber-600: #f99e17;
213
+ $color-base-amber-700: #f99513;
214
+ $color-base-amber-800: #f88b0f;
215
+ $color-base-amber-900: #f67b08;
216
+ $color-base-amber-a100: #ffe57f;
217
+ $color-base-amber-a200: #ffd740;
218
+ $color-base-amber-a400: #ffc400;
219
+ $color-base-amber-a700: #ffab00;
220
+
221
+ $color-base-orange-50: #feefe3;
222
+ $color-base-orange-100: #fdd7b9;
223
+ $color-base-orange-200: #fbbc8a;
224
+ $color-base-orange-300: #f9a15b;
225
+ $color-base-orange-400: #f88c37;
226
+ $color-base-orange-500: #f77814;
227
+ $color-base-orange-600: #f67012;
228
+ $color-base-orange-700: #f5650e;
229
+ $color-base-orange-800: #f35b0b;
230
+ $color-base-orange-900: #f14806;
231
+ $color-base-orange-a100: #ffd180;
232
+ $color-base-orange-a200: #ffab40;
233
+ $color-base-orange-a400: #ff9100;
234
+ $color-base-orange-a700: #ff6d00;
235
+
236
+ $color-base-deep-orange-50: #fbe9e7;
237
+ $color-base-deep-orange-100: #ffccbc;
238
+ $color-base-deep-orange-200: #ffab91;
239
+ $color-base-deep-orange-300: #ff8a65;
240
+ $color-base-deep-orange-400: #ff7043;
241
+ $color-base-deep-orange-500: #ff5722;
242
+ $color-base-deep-orange-600: #f4511e;
243
+ $color-base-deep-orange-700: #e64a19;
244
+ $color-base-deep-orange-800: #d84315;
245
+ $color-base-deep-orange-900: #bf360c;
246
+ $color-base-deep-orange-a100: #ff9e80;
247
+ $color-base-deep-orange-a200: #ff6e40;
248
+ $color-base-deep-orange-a400: #ff3d00;
249
+ $color-base-deep-orange-a700: #dd2c00;
250
+
251
+ $color-base-brown-50: #efebe9;
252
+ $color-base-brown-100: #d7ccc8;
253
+ $color-base-brown-200: #bcaaa4;
254
+ $color-base-brown-300: #a1887f;
255
+ $color-base-brown-400: #8d6e63;
256
+ $color-base-brown-500: #795548;
257
+ $color-base-brown-600: #6d4c41;
258
+ $color-base-brown-700: #5d4037;
259
+ $color-base-brown-800: #4e342e;
260
+ $color-base-brown-900: #3e2723;
261
+ $color-base-brown-a100: $color-base-brown-100;
262
+ $color-base-brown-a200: $color-base-brown-200;
263
+ $color-base-brown-a400: $color-base-brown-400;
264
+ $color-base-brown-a700: $color-base-brown-700;
265
+
266
+ $color-base-grey-50: #EFF1F2;
267
+ $color-base-grey-100: #DEE3E6;
268
+ $color-base-grey-200: #C8D0D5;
269
+ $color-base-grey-300: #B2BDC4;
270
+ $color-base-grey-400: #A2AEB7;
271
+ $color-base-grey-500: #91A0AA;
272
+ $color-base-grey-600: #7B8891;
273
+ $color-base-grey-700: #667077;
274
+ $color-base-grey-800: #495055;
275
+ $color-base-grey-900: #33383B;
276
+ $color-base-grey-a100: #FFFFFF;
277
+ $color-base-grey-a200: #E7EDF1;
278
+ $color-base-grey-a400: #C0CEDA;
279
+ $color-base-grey-a700: #98AFC2;
280
+
281
+ $color-base-blue-grey-50: #FFFFFF;
282
+ $color-base-blue-grey-100: #E2E7E9; // disabled - light-theme
283
+ $color-base-blue-grey-200: #C4CFD4;
284
+ $color-base-blue-grey-300: #A7B6BE;
285
+ $color-base-blue-grey-400: #8A9EA8;
286
+ $color-base-blue-grey-500: #7E8E95;
287
+ $color-base-blue-grey-600: #5A6A72;
288
+ $color-base-blue-grey-700: #435056;
289
+ $color-base-blue-grey-800: #2B363B;
290
+ $color-base-blue-grey-900: #21282C;
291
+ $color-base-blue-grey-a100: $color-base-blue-grey-100;
292
+ $color-base-blue-grey-a200: $color-base-blue-grey-200;
293
+ $color-base-blue-grey-a400: $color-base-blue-grey-400;
294
+ $color-base-blue-grey-a700: $color-base-blue-grey-700;
295
+
296
+ $color-base-light-grey-50: #FFFFFF;
297
+ $color-base-light-grey-100: #F8F9FC;
298
+ $color-base-light-grey-200: #F2F3F8; // background - light-theme
299
+ $color-base-light-grey-300: #EAECF6;
300
+ $color-base-light-grey-400: #E2E5F3;
301
+ $color-base-light-grey-500: #DBDFF0;
302
+ $color-base-light-grey-600: #D4D8ED;
303
+ $color-base-light-grey-700: #CDD2EA;
304
+ $color-base-light-grey-800: #C6CBE7;
305
+ $color-base-light-grey-900: #BFC5E3;
306
+ $color-base-light-grey-a100: $color-base-light-grey-100;
307
+ $color-base-light-grey-a200: $color-base-light-grey-200;
308
+ $color-base-light-grey-a400: $color-base-light-grey-400;
309
+ $color-base-light-grey-a700: $color-base-light-grey-700;
310
+
311
+ $color-base-dark-grey-50: #2E2E2E;
312
+ $color-base-dark-grey-100: #292929;
313
+ $color-base-dark-grey-200: #242424;
314
+ $color-base-dark-grey-300: #1F1F1F;
315
+ $color-base-dark-grey-400: #1A1A1A;
316
+ $color-base-dark-grey-500: #1a1a1a;
317
+ $color-base-dark-grey-600: #0F0F0F;
318
+ $color-base-dark-grey-700: #0A0A0A;
319
+ $color-base-dark-grey-800: #050505;
320
+ $color-base-dark-grey-900: #000000;
321
+ $color-base-dark-grey-a100: $color-base-dark-grey-100;
322
+ $color-base-dark-grey-a200: $color-base-dark-grey-200;
323
+ $color-base-dark-grey-a400: $color-base-dark-grey-400;
324
+ $color-base-dark-grey-a700: $color-base-dark-grey-700;
325
+
326
+ // -------------------------------------------------------------------------------------------------------------------
327
+ // @ Color maps
328
+ // --------------------------------------------------------------------------------------------------------------------
329
+
330
+ $mat-red: (
331
+ 50: $color-base-red-50,
332
+ 100: $color-base-red-100,
333
+ 200: $color-base-red-200,
334
+ 300: $color-base-red-300,
335
+ 400: $color-base-red-400,
336
+ 500: $color-base-red-500,
337
+ 600: $color-base-red-600,
338
+ 700: $color-base-red-700,
339
+ 800: $color-base-red-800,
340
+ 900: $color-base-red-900,
341
+ A100: $color-base-red-a100,
342
+ A200: $color-base-red-a200,
343
+ A400: $color-base-red-a400,
344
+ A700: $color-base-red-a700,
345
+ contrast: (50: $dark-primary-text,
346
+ 100: $dark-primary-text,
347
+ 200: $dark-primary-text,
348
+ 300: $dark-primary-text,
349
+ 400: $dark-primary-text,
350
+ 500: $light-primary-text,
351
+ 600: $light-primary-text,
352
+ 700: $light-primary-text,
353
+ 800: $light-primary-text,
354
+ 900: $light-primary-text,
355
+ A100: $dark-primary-text,
356
+ A200: $light-primary-text,
357
+ A400: $light-primary-text,
358
+ A700: $light-primary-text )
359
+ );
360
+ // Alias for alternate spelling.
361
+ $red: $mat-red;
362
+
363
+ $mat-pink: (
364
+ 50: $color-base-pink-50,
365
+ 100: $color-base-pink-100,
366
+ 200: $color-base-pink-200,
367
+ 300: $color-base-pink-300,
368
+ 400: $color-base-pink-400,
369
+ 500: $color-base-pink-500,
370
+ 600: $color-base-pink-600,
371
+ 700: $color-base-pink-700,
372
+ 800: $color-base-pink-800,
373
+ 900: $color-base-pink-900,
374
+ A100: $color-base-pink-a100,
375
+ A200: $color-base-pink-a200,
376
+ A400: $color-base-pink-a400,
377
+ A700: $color-base-pink-a700,
378
+ contrast: (50: $dark-primary-text,
379
+ 100: $dark-primary-text,
380
+ 200: $dark-primary-text,
381
+ 300: $dark-primary-text,
382
+ 400: $dark-primary-text,
383
+ 500: $light-primary-text,
384
+ 600: $light-primary-text,
385
+ 700: $light-primary-text,
386
+ 800: $light-primary-text,
387
+ 900: $light-primary-text,
388
+ A100: $dark-primary-text,
389
+ A200: $light-primary-text,
390
+ A400: $light-primary-text,
391
+ A700: $light-primary-text )
392
+ );
393
+ // Alias for alternate spelling.
394
+ $pink: $mat-pink;
395
+
396
+ $mat-purple: (
397
+ 50: $color-base-purple-50,
398
+ 100: $color-base-purple-100,
399
+ 200: $color-base-purple-200,
400
+ 300: $color-base-purple-300,
401
+ 400: $color-base-purple-400,
402
+ 500: $color-base-purple-500,
403
+ 600: $color-base-purple-600,
404
+ 700: $color-base-purple-700,
405
+ 800: $color-base-purple-800,
406
+ 900: $color-base-purple-900,
407
+ A100: $color-base-purple-a100,
408
+ A200: $color-base-purple-a200,
409
+ A400: $color-base-purple-a400,
410
+ A700: $color-base-purple-a700,
411
+ contrast: (50: $dark-primary-text,
412
+ 100: $dark-primary-text,
413
+ 200: $dark-primary-text,
414
+ 300: $light-primary-text,
415
+ 400: $light-primary-text,
416
+ 500: $light-primary-text,
417
+ 600: $light-primary-text,
418
+ 700: $light-primary-text,
419
+ 800: $light-primary-text,
420
+ 900: $light-primary-text,
421
+ A100: $dark-primary-text,
422
+ A200: $light-primary-text,
423
+ A400: $light-primary-text,
424
+ A700: $light-primary-text )
425
+ );
426
+ // Alias for alternate spelling.
427
+ $purple: $mat-purple;
428
+
429
+ $mat-deep-purple: (
430
+ 50: $color-base-deep-purple-50,
431
+ 100: $color-base-deep-purple-100,
432
+ 200: $color-base-deep-purple-200,
433
+ 300: $color-base-deep-purple-300,
434
+ 400: $color-base-deep-purple-400,
435
+ 500: $color-base-deep-purple-500,
436
+ 600: $color-base-deep-purple-600,
437
+ 700: $color-base-deep-purple-700,
438
+ 800: $color-base-deep-purple-800,
439
+ 900: $color-base-deep-purple-900,
440
+ A100: $color-base-deep-purple-a100,
441
+ A200: $color-base-deep-purple-a200,
442
+ A400: $color-base-deep-purple-a400,
443
+ A700: $color-base-deep-purple-a700,
444
+ contrast: (50: $dark-primary-text,
445
+ 100: $dark-primary-text,
446
+ 200: $dark-primary-text,
447
+ 300: $light-primary-text,
448
+ 400: $light-primary-text,
449
+ 500: $light-primary-text,
450
+ 600: $light-primary-text,
451
+ 700: $light-primary-text,
452
+ 800: $light-primary-text,
453
+ 900: $light-primary-text,
454
+ A100: $dark-primary-text,
455
+ A200: $light-primary-text,
456
+ A400: $light-primary-text,
457
+ A700: $light-primary-text )
458
+ );
459
+ // Alias for alternate spelling.
460
+ $deep-purple: $mat-deep-purple;
461
+
462
+ $mat-indigo: (
463
+ 50: $color-base-indigo-50,
464
+ 100: $color-base-indigo-100,
465
+ 200: $color-base-indigo-200,
466
+ 300: $color-base-indigo-300,
467
+ 400: $color-base-indigo-400,
468
+ 500: $color-base-indigo-500,
469
+ 600: $color-base-indigo-600,
470
+ 700: $color-base-indigo-700,
471
+ 800: $color-base-indigo-800,
472
+ 900: $color-base-indigo-900,
473
+ A100: $color-base-indigo-a100,
474
+ A200: $color-base-indigo-a200,
475
+ A400: $color-base-indigo-a400,
476
+ A700: $color-base-indigo-a700,
477
+ contrast: (50: $dark-primary-text,
478
+ 100: $dark-primary-text,
479
+ 200: $dark-primary-text,
480
+ 300: $light-primary-text,
481
+ 400: $light-primary-text,
482
+ 500: $light-primary-text,
483
+ 600: $light-primary-text,
484
+ 700: $light-primary-text,
485
+ 800: $light-primary-text,
486
+ 900: $light-primary-text,
487
+ A100: $dark-primary-text,
488
+ A200: $light-primary-text,
489
+ A400: $light-primary-text,
490
+ A700: $light-primary-text )
491
+ );
492
+ // Alias for alternate spelling.
493
+ $indigo: $mat-indigo;
494
+
495
+ $mat-blue: (
496
+ 50: $color-base-blue-50,
497
+ 100: $color-base-blue-100,
498
+ 200: $color-base-blue-200,
499
+ 300: $color-base-blue-300,
500
+ 400: $color-base-blue-400,
501
+ 500: $color-base-blue-500,
502
+ 600: $color-base-blue-600,
503
+ 700: $color-base-blue-700,
504
+ 800: $color-base-blue-800,
505
+ 900: $color-base-blue-900,
506
+ A100: $color-base-blue-a100,
507
+ A200: $color-base-blue-a200,
508
+ A400: $color-base-blue-a400,
509
+ A700: $color-base-blue-a700,
510
+ contrast: (50: $dark-primary-text,
511
+ 100: $dark-primary-text,
512
+ 200: $dark-primary-text,
513
+ 300: $dark-primary-text,
514
+ 400: $light-primary-text,
515
+ 500: $light-primary-text,
516
+ 600: $light-primary-text,
517
+ 700: $light-primary-text,
518
+ 800: $light-primary-text,
519
+ 900: $light-primary-text,
520
+ A100: $dark-primary-text,
521
+ A200: $light-primary-text,
522
+ A400: $light-primary-text,
523
+ A700: $light-primary-text )
524
+ );
525
+ // Alias for alternate spelling.
526
+ $blue: $mat-blue;
527
+
528
+ $mat-light-blue: (
529
+ 50: $color-base-light-blue-50,
530
+ 100: $color-base-light-blue-100,
531
+ 200: $color-base-light-blue-200,
532
+ 300: $color-base-light-blue-300,
533
+ 400: $color-base-light-blue-400,
534
+ 500: $color-base-light-blue-500,
535
+ 600: $color-base-light-blue-600,
536
+ 700: $color-base-light-blue-700,
537
+ 800: $color-base-light-blue-800,
538
+ 900: $color-base-light-blue-900,
539
+ A100: $color-base-light-blue-a100,
540
+ A200: $color-base-light-blue-a200,
541
+ A400: $color-base-light-blue-a400,
542
+ A700: $color-base-light-blue-a700,
543
+ contrast: (50: $dark-primary-text,
544
+ 100: $dark-primary-text,
545
+ 200: $dark-primary-text,
546
+ 300: $dark-primary-text,
547
+ 400: $dark-primary-text,
548
+ 500: $light-primary-text,
549
+ 600: $light-primary-text,
550
+ 700: $light-primary-text,
551
+ 800: $light-primary-text,
552
+ 900: $light-primary-text,
553
+ A100: $dark-primary-text,
554
+ A200: $dark-primary-text,
555
+ A400: $dark-primary-text,
556
+ A700: $light-primary-text )
557
+ );
558
+ // Alias for alternate spelling.
559
+ $light-blue: $mat-light-blue;
560
+
561
+ $mat-cyan: (
562
+ 50: $color-base-cyan-50,
563
+ 100: $color-base-cyan-100,
564
+ 200: $color-base-cyan-200,
565
+ 300: $color-base-cyan-300,
566
+ 400: $color-base-cyan-400,
567
+ 500: $color-base-cyan-500,
568
+ 600: $color-base-cyan-600,
569
+ 700: $color-base-cyan-700,
570
+ 800: $color-base-cyan-800,
571
+ 900: $color-base-cyan-900,
572
+ A100: $color-base-cyan-a100,
573
+ A200: $color-base-cyan-a200,
574
+ A400: $color-base-cyan-a400,
575
+ A700: $color-base-cyan-a700,
576
+ contrast: (50: $dark-primary-text,
577
+ 100: $dark-primary-text,
578
+ 200: $dark-primary-text,
579
+ 300: $dark-primary-text,
580
+ 400: $dark-primary-text,
581
+ 500: $light-primary-text,
582
+ 600: $light-primary-text,
583
+ 700: $light-primary-text,
584
+ 800: $light-primary-text,
585
+ 900: $light-primary-text,
586
+ A100: $dark-primary-text,
587
+ A200: $dark-primary-text,
588
+ A400: $dark-primary-text,
589
+ A700: $dark-primary-text )
590
+ );
591
+ // Alias for alternate spelling.
592
+ $cyan: $mat-cyan;
593
+
594
+ $mat-teal: (
595
+ 50: $color-base-teal-50,
596
+ 100: $color-base-teal-100,
597
+ 200: $color-base-teal-200,
598
+ 300: $color-base-teal-300,
599
+ 400: $color-base-teal-400,
600
+ 500: $color-base-teal-500,
601
+ 600: $color-base-teal-600,
602
+ 700: $color-base-teal-700,
603
+ 800: $color-base-teal-800,
604
+ 900: $color-base-teal-900,
605
+ A100: $color-base-teal-a100,
606
+ A200: $color-base-teal-a200,
607
+ A400: $color-base-teal-a400,
608
+ A700: $color-base-teal-a700,
609
+ contrast: (50: $dark-primary-text,
610
+ 100: $dark-primary-text,
611
+ 200: $dark-primary-text,
612
+ 300: $dark-primary-text,
613
+ 400: $dark-primary-text,
614
+ 500: $light-primary-text,
615
+ 600: $light-primary-text,
616
+ 700: $light-primary-text,
617
+ 800: $light-primary-text,
618
+ 900: $light-primary-text,
619
+ A100: $dark-primary-text,
620
+ A200: $dark-primary-text,
621
+ A400: $dark-primary-text,
622
+ A700: $dark-primary-text )
623
+ );
624
+ // Alias for alternate spelling.
625
+ $teal: $mat-teal;
626
+
627
+ $mat-green: (
628
+ 50: $color-base-green-50,
629
+ 100: $color-base-green-100,
630
+ 200: $color-base-green-200,
631
+ 300: $color-base-green-300,
632
+ 400: $color-base-green-400,
633
+ 500: $color-base-green-500,
634
+ 600: $color-base-green-600,
635
+ 700: $color-base-green-700,
636
+ 800: $color-base-green-800,
637
+ 900: $color-base-green-900,
638
+ A100: $color-base-green-a100,
639
+ A200: $color-base-green-a200,
640
+ A400: $color-base-green-a400,
641
+ A700: $color-base-green-a700,
642
+ contrast: (50: $dark-primary-text,
643
+ 100: $dark-primary-text,
644
+ 200: $dark-primary-text,
645
+ 300: $dark-primary-text,
646
+ 400: $dark-primary-text,
647
+ 500: $light-primary-text,
648
+ 600: $light-primary-text,
649
+ 700: $light-primary-text,
650
+ 800: $light-primary-text,
651
+ 900: $light-primary-text,
652
+ A100: $dark-primary-text,
653
+ A200: $dark-primary-text,
654
+ A400: $dark-primary-text,
655
+ A700: $dark-primary-text )
656
+ );
657
+ // Alias for alternate spelling.
658
+ $green: $mat-green;
659
+
660
+ $mat-light-green: (
661
+ 50: $color-base-light-green-50,
662
+ 100: $color-base-light-green-100,
663
+ 200: $color-base-light-green-200,
664
+ 300: $color-base-light-green-300,
665
+ 400: $color-base-light-green-400,
666
+ 500: $color-base-light-green-500,
667
+ 600: $color-base-light-green-600,
668
+ 700: $color-base-light-green-700,
669
+ 800: $color-base-light-green-800,
670
+ 900: $color-base-light-green-900,
671
+ A100: $color-base-light-green-a100,
672
+ A200: $color-base-light-green-a200,
673
+ A400: $color-base-light-green-a400,
674
+ A700: $color-base-light-green-a700,
675
+ contrast: (50: $dark-primary-text,
676
+ 100: $dark-primary-text,
677
+ 200: $dark-primary-text,
678
+ 300: $dark-primary-text,
679
+ 400: $dark-primary-text,
680
+ 500: $dark-primary-text,
681
+ 600: $dark-primary-text,
682
+ 700: $light-primary-text,
683
+ 800: $light-primary-text,
684
+ 900: $light-primary-text,
685
+ A100: $dark-primary-text,
686
+ A200: $dark-primary-text,
687
+ A400: $dark-primary-text,
688
+ A700: $dark-primary-text )
689
+ );
690
+ // Alias for alternate spelling.
691
+ $light-green: $mat-light-green;
692
+
693
+ $mat-lime: (
694
+ 50: $color-base-lime-50,
695
+ 100: $color-base-lime-100,
696
+ 200: $color-base-lime-200,
697
+ 300: $color-base-lime-300,
698
+ 400: $color-base-lime-400,
699
+ 500: $color-base-lime-500,
700
+ 600: $color-base-lime-600,
701
+ 700: $color-base-lime-700,
702
+ 800: $color-base-lime-800,
703
+ 900: $color-base-lime-900,
704
+ A100: $color-base-lime-a100,
705
+ A200: $color-base-lime-a200,
706
+ A400: $color-base-lime-a400,
707
+ A700: $color-base-lime-a700,
708
+ contrast: (50: $dark-primary-text,
709
+ 100: $dark-primary-text,
710
+ 200: $dark-primary-text,
711
+ 300: $dark-primary-text,
712
+ 400: $dark-primary-text,
713
+ 500: $light-primary-text,
714
+ 600: $light-primary-text,
715
+ 700: $light-primary-text,
716
+ 800: $light-primary-text,
717
+ 900: $light-primary-text,
718
+ A100: $dark-primary-text,
719
+ A200: $dark-primary-text,
720
+ A400: $dark-primary-text,
721
+ A700: $dark-primary-text )
722
+ );
723
+ // Alias for alternate spelling.
724
+ $lime: $mat-lime;
725
+
726
+ $mat-yellow: (
727
+ 50: $color-base-yellow-50,
728
+ 100: $color-base-yellow-100,
729
+ 200: $color-base-yellow-200,
730
+ 300: $color-base-yellow-300,
731
+ 400: $color-base-yellow-400,
732
+ 500: $color-base-yellow-500,
733
+ 600: $color-base-yellow-600,
734
+ 700: $color-base-yellow-700,
735
+ 800: $color-base-yellow-800,
736
+ 900: $color-base-yellow-900,
737
+ A100: $color-base-yellow-a100,
738
+ A200: $color-base-yellow-a200,
739
+ A400: $color-base-yellow-a400,
740
+ A700: $color-base-yellow-a700,
741
+ contrast: (50: $dark-primary-text,
742
+ 100: $dark-primary-text,
743
+ 200: $dark-primary-text,
744
+ 300: $dark-primary-text,
745
+ 400: $dark-primary-text,
746
+ 500: $dark-primary-text,
747
+ 600: $dark-primary-text,
748
+ 700: $dark-primary-text,
749
+ 800: $light-primary-text,
750
+ 900: $light-primary-text,
751
+ A100: $dark-primary-text,
752
+ A200: $dark-primary-text,
753
+ A400: $dark-primary-text,
754
+ A700: $dark-primary-text )
755
+ );
756
+ // Alias for alternate spelling.
757
+ $yellow: $mat-yellow;
758
+
759
+ $mat-amber: (
760
+ 50: $color-base-amber-50,
761
+ 100: $color-base-amber-100,
762
+ 200: $color-base-amber-200,
763
+ 300: $color-base-amber-300,
764
+ 400: $color-base-amber-400,
765
+ 500: $color-base-amber-500,
766
+ 600: $color-base-amber-600,
767
+ 700: $color-base-amber-700,
768
+ 800: $color-base-amber-800,
769
+ 900: $color-base-amber-900,
770
+ A100: $color-base-amber-a100,
771
+ A200: $color-base-amber-a200,
772
+ A400: $color-base-amber-a400,
773
+ A700: $color-base-amber-a700,
774
+ contrast: (50: $dark-primary-text,
775
+ 100: $dark-primary-text,
776
+ 200: $dark-primary-text,
777
+ 300: $dark-primary-text,
778
+ 400: $dark-primary-text,
779
+ 500: $dark-primary-text,
780
+ 600: $dark-primary-text,
781
+ 700: $dark-primary-text,
782
+ 800: $dark-primary-text,
783
+ 900: $dark-primary-text,
784
+ A100: $dark-primary-text,
785
+ A200: $dark-primary-text,
786
+ A400: $dark-primary-text,
787
+ A700: $dark-primary-text )
788
+ );
789
+ // Alias for alternate spelling.
790
+ $amber: $mat-amber;
791
+
792
+ $mat-orange: (
793
+ 50: $color-base-orange-50,
794
+ 100: $color-base-orange-100,
795
+ 200: $color-base-orange-200,
796
+ 300: $color-base-orange-300,
797
+ 400: $color-base-orange-400,
798
+ 500: $color-base-orange-500,
799
+ 600: $color-base-orange-600,
800
+ 700: $color-base-orange-700,
801
+ 800: $color-base-orange-800,
802
+ 900: $color-base-orange-900,
803
+ A100: $color-base-orange-a100,
804
+ A200: $color-base-orange-a200,
805
+ A400: $color-base-orange-a400,
806
+ A700: $color-base-orange-a700,
807
+ contrast: (50: $dark-primary-text,
808
+ 100: $dark-primary-text,
809
+ 200: $dark-primary-text,
810
+ 300: $dark-primary-text,
811
+ 400: $dark-primary-text,
812
+ 500: $dark-primary-text,
813
+ 600: $dark-primary-text,
814
+ 700: $dark-primary-text,
815
+ 800: $light-primary-text,
816
+ 900: $light-primary-text,
817
+ A100: $dark-primary-text,
818
+ A200: $dark-primary-text,
819
+ A400: $dark-primary-text,
820
+ A700: $dark-primary-text )
821
+ );
822
+ // Alias for alternate spelling.
823
+ $orange: $mat-orange;
824
+
825
+ $mat-deep-orange: (
826
+ 50: $color-base-deep-orange-50,
827
+ 100: $color-base-deep-orange-100,
828
+ 200: $color-base-deep-orange-200,
829
+ 300: $color-base-deep-orange-300,
830
+ 400: $color-base-deep-orange-400,
831
+ 500: $color-base-deep-orange-500,
832
+ 600: $color-base-deep-orange-600,
833
+ 700: $color-base-deep-orange-700,
834
+ 800: $color-base-deep-orange-800,
835
+ 900: $color-base-deep-orange-900,
836
+ A100: $color-base-deep-orange-a100,
837
+ A200: $color-base-deep-orange-a200,
838
+ A400: $color-base-deep-orange-a400,
839
+ A700: $color-base-deep-orange-a700,
840
+ contrast: (50: $dark-primary-text,
841
+ 100: $dark-primary-text,
842
+ 200: $dark-primary-text,
843
+ 300: $dark-primary-text,
844
+ 400: $dark-primary-text,
845
+ 500: $light-primary-text,
846
+ 600: $light-primary-text,
847
+ 700: $light-primary-text,
848
+ 800: $light-primary-text,
849
+ 900: $light-primary-text,
850
+ A100: $dark-primary-text,
851
+ A200: $dark-primary-text,
852
+ A400: $light-primary-text,
853
+ A700: $light-primary-text )
854
+ );
855
+ // Alias for alternate spelling.
856
+ $deep-orange: $mat-deep-orange;
857
+
858
+ $mat-brown: (
859
+ 50: $color-base-brown-50,
860
+ 100: $color-base-brown-100,
861
+ 200: $color-base-brown-200,
862
+ 300: $color-base-brown-300,
863
+ 400: $color-base-brown-400,
864
+ 500: $color-base-brown-500,
865
+ 600: $color-base-brown-600,
866
+ 700: $color-base-brown-700,
867
+ 800: $color-base-brown-800,
868
+ 900: $color-base-brown-900,
869
+ A100: $color-base-brown-a100,
870
+ A200: $color-base-brown-a200,
871
+ A400: $color-base-brown-a400,
872
+ A700: $color-base-brown-a700,
873
+ contrast: (50: $dark-primary-text,
874
+ 100: $dark-primary-text,
875
+ 200: $dark-primary-text,
876
+ 300: $light-primary-text,
877
+ 400: $light-primary-text,
878
+ 500: $light-primary-text,
879
+ 600: $light-primary-text,
880
+ 700: $light-primary-text,
881
+ 800: $light-primary-text,
882
+ 900: $light-primary-text,
883
+ A100: $dark-primary-text,
884
+ A200: $dark-primary-text,
885
+ A400: $light-primary-text,
886
+ A700: $light-primary-text )
887
+ );
888
+ // Alias for alternate spelling.
889
+ $brown: $mat-brown;
890
+
891
+ $mat-grey: (
892
+ 50 : $color-base-grey-50,
893
+ 100 : $color-base-grey-100,
894
+ 200 : $color-base-grey-200,
895
+ 300 : $color-base-grey-300,
896
+ 400 : $color-base-grey-400,
897
+ 500 : $color-base-grey-500,
898
+ 600 : $color-base-grey-600,
899
+ 700 : $color-base-grey-700,
900
+ 800 : $color-base-grey-800,
901
+ 900 : $color-base-grey-900,
902
+ A100 : $color-base-grey-a100,
903
+ A200 : $color-base-grey-a200,
904
+ A400 : $color-base-grey-a400,
905
+ A700 : $color-base-grey-a700,
906
+ contrast: (50 : $dark-primary-text,
907
+ 100 : $dark-primary-text,
908
+ 200 : $dark-primary-text,
909
+ 300 : $dark-primary-text,
910
+ 400 : $dark-primary-text,
911
+ 500 : $light-primary-text,
912
+ 600 : $light-primary-text,
913
+ 700 : $light-primary-text,
914
+ 800 : $light-primary-text,
915
+ 900 : $light-primary-text,
916
+ A100 : $dark-primary-text,
917
+ A200 : $dark-primary-text,
918
+ A400 : $dark-primary-text,
919
+ A700 : $dark-primary-text,
920
+ )
921
+ );
922
+ // Alias for alternate spelling.
923
+ $grey: $mat-grey;
924
+
925
+ $mat-blue-grey: (
926
+ 50: $color-base-blue-grey-50,
927
+ 100: $color-base-blue-grey-100,
928
+ 200: $color-base-blue-grey-200,
929
+ 300: $color-base-blue-grey-300,
930
+ 400: $color-base-blue-grey-400,
931
+ 500: $color-base-blue-grey-500,
932
+ 600: $color-base-blue-grey-600,
933
+ 700: $color-base-blue-grey-700,
934
+ 800: $color-base-blue-grey-800,
935
+ 900: $color-base-blue-grey-900,
936
+ A100: $color-base-blue-grey-a100,
937
+ A200: $color-base-blue-grey-a200,
938
+ A400: $color-base-blue-grey-a400,
939
+ A700: $color-base-blue-grey-a700,
940
+ contrast: (50: $dark-primary-text,
941
+ 100: $dark-primary-text,
942
+ 200: $dark-primary-text,
943
+ 300: $dark-primary-text,
944
+ 400: $light-primary-text,
945
+ 500: $light-primary-text,
946
+ 600: $light-primary-text,
947
+ 700: $light-primary-text,
948
+ 800: $light-primary-text,
949
+ 900: $light-primary-text,
950
+ A100: $dark-primary-text,
951
+ A200: $dark-primary-text,
952
+ A400: $light-primary-text,
953
+ A700: $light-primary-text )
954
+ );
955
+ // Alias for alternate spelling.
956
+ $blue-grey: $mat-blue-grey;
957
+
958
+ $mat-light-grey: (
959
+ 50: $color-base-light-grey-50,
960
+ 100: $color-base-light-grey-100,
961
+ 200: $color-base-light-grey-200,
962
+ 300: $color-base-light-grey-300,
963
+ 400: $color-base-light-grey-400,
964
+ 500: $color-base-light-grey-500,
965
+ 600: $color-base-light-grey-600,
966
+ 700: $color-base-light-grey-700,
967
+ 800: $color-base-light-grey-800,
968
+ 900: $color-base-light-grey-900,
969
+ A100: $color-base-light-grey-a100,
970
+ A200: $color-base-light-grey-a200,
971
+ A400: $color-base-light-grey-a400,
972
+ A700: $color-base-light-grey-a700,
973
+ contrast: (50: $dark-primary-text,
974
+ 100: $dark-primary-text,
975
+ 200: $dark-primary-text,
976
+ 300: $dark-primary-text,
977
+ 400: $dark-primary-text,
978
+ 500: $dark-primary-text,
979
+ 600: $dark-primary-text,
980
+ 700: $dark-primary-text,
981
+ 800: $dark-primary-text,
982
+ 900: $dark-primary-text,
983
+ A100: $dark-primary-text,
984
+ A200: $dark-primary-text,
985
+ A400: $dark-primary-text,
986
+ A700: $dark-primary-text )
987
+ );
988
+ $light-grey: $mat-light-grey;
989
+
990
+ $mat-dark-grey: (
991
+ 50: $color-base-dark-grey-50,
992
+ 100: $color-base-dark-grey-100,
993
+ 200: $color-base-dark-grey-200,
994
+ 300: $color-base-dark-grey-300,
995
+ 400: $color-base-dark-grey-400,
996
+ 500: $color-base-dark-grey-500,
997
+ 600: $color-base-dark-grey-600,
998
+ 700: $color-base-dark-grey-700,
999
+ 800: $color-base-dark-grey-800,
1000
+ 900: $color-base-dark-grey-900,
1001
+ A100: $color-base-dark-grey-a100,
1002
+ A200: $color-base-dark-grey-a200,
1003
+ A400: $color-base-dark-grey-a400,
1004
+ A700: $color-base-dark-grey-a700,
1005
+ contrast: (50: $light-primary-text,
1006
+ 100: $light-primary-text,
1007
+ 200: $light-primary-text,
1008
+ 300: $light-primary-text,
1009
+ 400: $light-primary-text,
1010
+ 500: $light-primary-text,
1011
+ 600: $light-primary-text,
1012
+ 700: $light-primary-text,
1013
+ 800: $light-primary-text,
1014
+ 900: $light-primary-text,
1015
+ A100: $light-primary-text,
1016
+ A200: $light-primary-text,
1017
+ A400: $light-primary-text,
1018
+ A700: $light-primary-text )
1019
+ );
1020
+ // Alias for alternate spelling.
1021
+ $dark-grey: $mat-dark-grey;
1022
+
1023
+ // -------------------------------------------------------------------------------------------------------------------
1024
+ // @ Color palette for Surface & Base Colors.
1025
+ // --------------------------------------------------------------------------------------------------------------------
1026
+
1027
+ $light-theme-background-palette: (
1028
+ // Light mode com personalidade sage (2–4% green hue da marca):
1029
+ // sidebar/header → #E4EBE5 (sage-tinted gray)
1030
+ // content bg → #F1F4F1 (warm sage off-white)
1031
+ // cards → #FFFFFF (âncora máxima contraste)
1032
+ // form header/ftr → #F8FAF8 (near-white com sage subtle)
1033
+ // dropdowns/modals → #FFFFFF + shadow (tint #1A2C1E)
1034
+ background: #F1F4F1,
1035
+ background-inverse: #111318,
1036
+ background-alpha: rgba(#F1F4F1, 0.5),
1037
+ background-alpha-inverse: rgba(#111318, 0.5),
1038
+
1039
+ card: #FFFFFF,
1040
+ card-inverse: #1C1F26,
1041
+ card-alpha: rgba(#FFFFFF, 0.85),
1042
+ card-alpha-inverse: rgba(#1C1F26, 0.5),
1043
+
1044
+ disabled: #CFD6D1,
1045
+ disabled-alpha: rgba(#CFD6D1, 0.5),
1046
+ sidebar: #E4EBE5,
1047
+ sidebar-hover: #D8E1DA,
1048
+ table-row-hover: #EFF5F0,
1049
+ );
1050
+
1051
+ // Background palette for dark themes.
1052
+ // M3-inspired 4-level surface hierarchy (mirrors light mode):
1053
+ // container-high (#0D0F14) → sidebar, header, footer
1054
+ // container-low (#111318) → content background
1055
+ // container-lowest (#1C1F26) → cards, sections
1056
+ // floating (#262A32) → dropdowns, modals
1057
+ $dark-theme-background-palette: (
1058
+ background: #111318,
1059
+ background-inverse: #F0F2F5,
1060
+ background-alpha: rgba(#111318, 0.5),
1061
+ background-alpha-inverse: rgba(#F0F2F5, 0.5),
1062
+
1063
+ card: #1C1F26,
1064
+ card-inverse: #FFFFFF,
1065
+ card-alpha: rgba(#1C1F26, 0.5),
1066
+ card-alpha-inverse: rgba(#FFFFFF, 0.5),
1067
+
1068
+ disabled: #282C34,
1069
+ disabled-alpha: rgba(#282C34, 0.5),
1070
+ sidebar: #0D0F14,
1071
+ sidebar-hover: #161920,
1072
+ table-row-hover: #1A1E25,
1073
+ );
1074
+
1075
+ // Foreground palette for light themes.
1076
+ $light-theme-foreground-palette: (
1077
+ base: #1A1D21,
1078
+ base-inverse: #E8EAED,
1079
+
1080
+ foreground: #1A1D21,
1081
+ foreground-inverse: #E8EAED,
1082
+ foreground-alpha: rgba(#1A1D21, 0.5),
1083
+ foreground-alpha-inverse: rgba(#E8EAED, 0.5),
1084
+
1085
+ label: #6B7177,
1086
+ placeholder: #9AA0A6,
1087
+
1088
+ disabled: #CFD6D1,
1089
+ disabled-contrast: #8A9090,
1090
+
1091
+ // Precisa Remover
1092
+ divider: #E1E7E2,
1093
+ dividers: #E1E7E2,
1094
+ // disabled-button: rgba(0, 0, 0, 0.26),
1095
+ disabled-text: #8A9090,
1096
+ elevation: #1A2C1E,
1097
+ hint-text: #6B7177,
1098
+ secondary-text: #4A5056,
1099
+ icon: #5F656B,
1100
+ icon-active: #1A1D21,
1101
+ icons: #4A5056,
1102
+ slider-min: rgba(0, 0, 0, 0.87),
1103
+ slider-off: rgba(0, 0, 0, 0.26),
1104
+ slider-off-active: rgba(0, 0, 0, 0.38),
1105
+ // helper classes
1106
+ text: #1A1D21,
1107
+ text-inverse: #FFFFFF,
1108
+ static-light-text: #FFFFFF,
1109
+ static-dark-text: #1A1D21,
1110
+
1111
+ );
1112
+
1113
+ // Foreground palette for dark themes.
1114
+ $dark-theme-foreground-palette: (
1115
+ base: #E8EAED,
1116
+ base-inverse: #1A1D21,
1117
+
1118
+ foreground: #E8EAED,
1119
+ foreground-inverse: #1A1D21,
1120
+ foreground-alpha: rgba(#E8EAED, 0.5),
1121
+ foreground-alpha-inverse: rgba(#1A1D21, 0.5),
1122
+
1123
+ placeholder: #6E747A,
1124
+ label: #BDC1C6,
1125
+
1126
+ disabled: #282C34,
1127
+ disabled-contrast: rgba(#E8EAED, 0.38),
1128
+
1129
+ // Precisa Remover
1130
+ divider: rgba(255, 255, 255, 0.12),
1131
+ dividers: rgba(255, 255, 255, 0.12),
1132
+ // disabled-button: rgba(white, 0.3),
1133
+ disabled-text: rgba(255, 255, 255, 0.38),
1134
+ elevation: black,
1135
+ hint-text: #9AA0A6,
1136
+ secondary-text: rgba(255, 255, 255, 0.7),
1137
+ icon: #9AA0A6,
1138
+ icon-active: #E8EAED,
1139
+ icons: white,
1140
+ slider-min: white,
1141
+ slider-off: rgba(255, 255, 255, 0.3),
1142
+ slider-off-active: rgba(255, 255, 255, 0.3),
1143
+ // helper classes
1144
+ text: #E8EAED,
1145
+ text-inverse: #1A1D21,
1146
+ static-light-text: #FFFFFF,
1147
+ static-dark-text: #1A1D21,
1148
+ disabled-icon: #6E747A,
1149
+
1150
+ );