|
10 | 10 | @return (
|
11 | 11 | primary: map.get($palettes, primary, default),
|
12 | 12 | on-primary: map.get($palettes, primary, default-contrast),
|
| 13 | + inverse-primary: map.get($palettes, primary, 600), |
13 | 14 | secondary: map.get($palettes, accent, default),
|
14 | 15 | on-secondary: map.get($palettes, accent, default-contrast),
|
| 16 | + inverse-secondary: map.get($palettes, accent, 600), |
15 | 17 | error: map.get($palettes, warn, default),
|
16 | 18 | on-error: map.get($palettes, warn, default-contrast),
|
| 19 | + inverse-error: map.get($palettes, warn, 600), |
17 | 20 | shadow: black,
|
18 | 21 | surface: map.get(palette.$grey-palette, 800),
|
19 | 22 | on-surface: white,
|
|
27 | 30 |
|
28 | 31 | // TBD
|
29 | 32 | error-container: null,
|
30 |
| - inverse-primary: null, |
31 | 33 | on-background: null,
|
32 | 34 | on-error-container: null,
|
33 | 35 | on-primary-container: null,
|
|
66 | 68 | @return (
|
67 | 69 | primary: map.get($palettes, primary, default),
|
68 | 70 | on-primary: map.get($palettes, primary, default-contrast),
|
| 71 | + inverse-primary: map.get($palettes, primary, 300), |
69 | 72 | secondary: map.get($palettes, accent, default),
|
70 | 73 | on-secondary: map.get($palettes, accent, default-contrast),
|
| 74 | + inverse-secondary: map.get($palettes, accent, 300), |
71 | 75 | error: map.get($palettes, warn, default),
|
72 | 76 | on-error: map.get($palettes, warn, default-contrast),
|
| 77 | + inverse-error: map.get($palettes, warn, 300), |
73 | 78 | shadow: black,
|
74 | 79 | surface: white,
|
75 | 80 | on-surface: rgba(black, 0.87),
|
|
83 | 88 |
|
84 | 89 | // TBD
|
85 | 90 | error-container: null,
|
86 |
| - inverse-primary: null, |
87 | 91 | on-background: null,
|
88 | 92 | on-error-container: null,
|
89 | 93 | on-primary-container: null,
|
|
0 commit comments