@momentum-design/tokens 0.0.55 → 0.0.57

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.
Files changed (61) hide show
  1. package/dist/css/core/complete.css +97 -98
  2. package/dist/css/theme/aaos/day-complete.css +14 -16
  3. package/dist/css/theme/aaos/night-complete.css +10 -12
  4. package/dist/css/theme/webex/dark-stable.css +98 -121
  5. package/dist/css/theme/webex/hc-dark-stable.css +145 -94
  6. package/dist/css/theme/webex/hc-light-stable.css +159 -108
  7. package/dist/css/theme/webex/light-stable.css +121 -148
  8. package/dist/ios/core/complete.swift +97 -98
  9. package/dist/ios/theme/aaos/day-complete.swift +14 -16
  10. package/dist/ios/theme/aaos/night-complete.swift +10 -12
  11. package/dist/ios/theme/webex/dark-stable.swift +79 -102
  12. package/dist/ios/theme/webex/hc-dark-stable.swift +145 -94
  13. package/dist/ios/theme/webex/hc-light-stable.swift +159 -108
  14. package/dist/ios/theme/webex/light-stable.swift +101 -128
  15. package/dist/json/core/complete.json +3150 -2380
  16. package/dist/json/theme/aaos/day-complete.json +273 -257
  17. package/dist/json/theme/aaos/night-complete.json +273 -257
  18. package/dist/json/theme/webex/dark-stable.json +5986 -5937
  19. package/dist/json/theme/webex/hc-dark-stable.json +6694 -3987
  20. package/dist/json/theme/webex/hc-light-stable.json +6601 -3890
  21. package/dist/json/theme/webex/light-stable.json +6023 -6087
  22. package/dist/json-minimal/core/complete.json +179 -148
  23. package/dist/json-minimal/theme/aaos/day-complete.json +13 -21
  24. package/dist/json-minimal/theme/aaos/night-complete.json +9 -17
  25. package/dist/json-minimal/theme/webex/dark-stable.json +177 -226
  26. package/dist/json-minimal/theme/webex/hc-dark-stable.json +253 -132
  27. package/dist/json-minimal/theme/webex/hc-light-stable.json +268 -147
  28. package/dist/json-minimal/theme/webex/light-stable.json +205 -254
  29. package/dist/resources/core/complete.xml +97 -98
  30. package/dist/resources/theme/aaos/day-complete.xml +14 -16
  31. package/dist/resources/theme/aaos/night-complete.xml +10 -12
  32. package/dist/resources/theme/webex/dark-stable.xml +98 -121
  33. package/dist/resources/theme/webex/hc-dark-stable.xml +145 -94
  34. package/dist/resources/theme/webex/hc-light-stable.xml +159 -108
  35. package/dist/resources/theme/webex/light-stable.xml +121 -148
  36. package/dist/scss/core/complete.scss +97 -98
  37. package/dist/scss/theme/aaos/day-complete.scss +14 -16
  38. package/dist/scss/theme/aaos/night-complete.scss +10 -12
  39. package/dist/scss/theme/webex/dark-stable.scss +99 -122
  40. package/dist/scss/theme/webex/hc-dark-stable.scss +145 -94
  41. package/dist/scss/theme/webex/hc-light-stable.scss +159 -108
  42. package/dist/scss/theme/webex/light-stable.scss +122 -149
  43. package/package.json +1 -1
  44. package/dist/css/theme/webex/common-stable.css +0 -81
  45. package/dist/css/theme/webex/dark-complete.css +0 -298
  46. package/dist/css/theme/webex/light-complete.css +0 -295
  47. package/dist/ios/theme/webex/common-stable.swift +0 -87
  48. package/dist/ios/theme/webex/dark-complete.swift +0 -304
  49. package/dist/ios/theme/webex/light-complete.swift +0 -301
  50. package/dist/json/theme/webex/common-stable.json +0 -2179
  51. package/dist/json/theme/webex/dark-complete.json +0 -8500
  52. package/dist/json/theme/webex/light-complete.json +0 -8395
  53. package/dist/json-minimal/theme/webex/common-stable.json +0 -164
  54. package/dist/json-minimal/theme/webex/dark-complete.json +0 -635
  55. package/dist/json-minimal/theme/webex/light-complete.json +0 -632
  56. package/dist/resources/theme/webex/common-stable.xml +0 -83
  57. package/dist/resources/theme/webex/dark-complete.xml +0 -300
  58. package/dist/resources/theme/webex/light-complete.xml +0 -297
  59. package/dist/scss/theme/webex/common-stable.scss +0 -78
  60. package/dist/scss/theme/webex/dark-complete.scss +0 -295
  61. package/dist/scss/theme/webex/light-complete.scss +0 -292
@@ -2,31 +2,28 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Wed, 05 Jun 2024 18:11:29 GMT
5
+ Generated on Thu, 27 Jun 2024 11:14:10 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-text-primary-normal">#ffffff</color>
9
9
  <color name="mds-color-theme-text-primary-disabled">#3ff23f</color>
10
- <color name="mds-color-theme-text-inverted-normal">#000000</color>
11
- <color name="mds-color-theme-text-inverted-disabled">#3ff23f</color>
12
10
  <color name="mds-color-theme-text-secondary-normal">#ffffff</color>
13
- <color name="mds-color-theme-text-secondary-inverted-normal">#ffffff</color>
14
- <color name="mds-color-theme-text-error-normal">#ffff00</color>
15
- <color name="mds-color-theme-text-error-hover">#000000</color>
16
- <color name="mds-color-theme-text-error-active">#000000</color>
17
- <color name="mds-color-theme-text-success-normal">#ffff00</color>
18
- <color name="mds-color-theme-text-success-hover">#000000</color>
19
- <color name="mds-color-theme-text-success-active">#000000</color>
20
- <color name="mds-color-theme-text-warning-normal">#ffff00</color>
21
- <color name="mds-color-theme-text-warning-hover">#000000</color>
22
- <color name="mds-color-theme-text-warning-active">#000000</color>
11
+ <color name="mds-color-theme-text-error-normal">#ffffff</color>
12
+ <color name="mds-color-theme-text-error-hover">#ffffff</color>
13
+ <color name="mds-color-theme-text-error-active">#ffffff</color>
14
+ <color name="mds-color-theme-text-success-normal">#ffffff</color>
15
+ <color name="mds-color-theme-text-success-hover">#ffffff</color>
16
+ <color name="mds-color-theme-text-success-active">#ffffff</color>
17
+ <color name="mds-color-theme-text-warning-normal">#ffffff</color>
18
+ <color name="mds-color-theme-text-warning-hover">#ffffff</color>
19
+ <color name="mds-color-theme-text-warning-active">#ffffff</color>
23
20
  <color name="mds-color-theme-text-highlight">#ffff00</color>
24
- <color name="mds-color-theme-text-accent-normal">#ffff00</color>
25
- <color name="mds-color-theme-text-accent-hover">#000000</color>
26
- <color name="mds-color-theme-text-accent-active">#000000</color>
27
- <color name="mds-color-theme-text-teamdefault-normal">#ffff00</color>
28
- <color name="mds-color-theme-text-teamdefault-hover">#000000</color>
29
- <color name="mds-color-theme-text-teamdefault-active">#000000</color>
21
+ <color name="mds-color-theme-text-accent-normal">#ffffff</color>
22
+ <color name="mds-color-theme-text-accent-hover">#ffffff</color>
23
+ <color name="mds-color-theme-text-accent-active">#ffffff</color>
24
+ <color name="mds-color-theme-text-teamdefault-normal">#ffffff</color>
25
+ <color name="mds-color-theme-text-teamdefault-hover">#ffffff</color>
26
+ <color name="mds-color-theme-text-teamdefault-active">#ffffff</color>
30
27
  <color name="mds-color-theme-text-alert-purple-normal">#ffffff</color>
31
28
  <color name="mds-color-theme-text-alert-purple-hover">#ffffff</color>
32
29
  <color name="mds-color-theme-text-alert-purple-active">#ffffff</color>
@@ -53,7 +50,7 @@
53
50
  <color name="mds-color-theme-text-team-orange-active">#ffffff</color>
54
51
  <color name="mds-color-theme-text-team-pink-normal">#ffffff</color>
55
52
  <color name="mds-color-theme-text-team-pink-hover">#ffffff</color>
56
- <color name="mds-color-theme-text-team-pink-active">#ffffff</color>
53
+ <color name="mds-color-theme-text-team-pink-active">#ffe0e7</color>
57
54
  <color name="mds-color-theme-text-team-purple-normal">#ffffff</color>
58
55
  <color name="mds-color-theme-text-team-purple-hover">#ffffff</color>
59
56
  <color name="mds-color-theme-text-team-purple-active">#ffffff</color>
@@ -63,8 +60,35 @@
63
60
  <color name="mds-color-theme-text-team-slate-normal">#ffffff</color>
64
61
  <color name="mds-color-theme-text-team-slate-hover">#ffffff</color>
65
62
  <color name="mds-color-theme-text-team-slate-active">#ffffff</color>
63
+ <color name="mds-color-theme-inverted-text-primary-normal">#ffffff</color>
64
+ <color name="mds-color-theme-inverted-text-primary-disabled">#3ff23f</color>
65
+ <color name="mds-color-theme-inverted-text-secondary-normal">#ffffff</color>
66
+ <color name="mds-color-theme-inverted-text-accent-normal">#ffffff</color>
67
+ <color name="mds-color-theme-inverted-text-accent-hover">#ffffff</color>
68
+ <color name="mds-color-theme-inverted-background-normal">#000000</color>
69
+ <color name="mds-color-theme-inverted-button-primary-normal">#000000</color>
70
+ <color name="mds-color-theme-inverted-button-primary-hover">#1aebff</color>
71
+ <color name="mds-color-theme-inverted-button-primary-pressed">#1aebff</color>
72
+ <color name="mds-color-theme-inverted-button-primary-disabled">#3ff23f</color>
73
+ <color name="mds-color-theme-inverted-button-secondary-normal">#000000</color>
74
+ <color name="mds-color-theme-inverted-button-secondary-hover">#1aebff</color>
75
+ <color name="mds-color-theme-inverted-button-secondary-pressed">#1aebff</color>
76
+ <color name="mds-color-theme-inverted-button-secondary-disabled">#3ff23f</color>
77
+ <color name="mds-color-theme-inverted-outline-button-normal">#ffffff</color>
78
+ <color name="mds-color-theme-inverted-outline-primary-normal">#ffffff</color>
79
+ <color name="mds-color-theme-inverted-outline-disabled-normal">#3ff23f</color>
80
+ <color name="mds-color-theme-inverted-outline-theme">#ffffff</color>
81
+ <color name="mds-color-theme-inverted-control-active-normal">#1aebff</color>
82
+ <color name="mds-color-theme-inverted-control-active-hover">#1aebff</color>
83
+ <color name="mds-color-theme-inverted-control-active-pressed">#1aebff</color>
84
+ <color name="mds-color-theme-inverted-control-active-active">#1aebff</color>
85
+ <color name="mds-color-theme-inverted-control-active-disabled">#3ff23f</color>
86
+ <color name="mds-color-theme-inverted-control-inactive-normal">#000000</color>
87
+ <color name="mds-color-theme-inverted-control-inactive-hover">#000000</color>
88
+ <color name="mds-color-theme-inverted-control-inactive-pressed">#000000</color>
89
+ <color name="mds-color-theme-inverted-control-inactive-disabled">#3ff23f</color>
66
90
  <color name="mds-color-theme-background-primary-ghost">#000000</color>
67
- <color name="mds-color-theme-background-primary-hover">#1aebff</color>
91
+ <color name="mds-color-theme-background-primary-hover">#000000</color>
68
92
  <color name="mds-color-theme-background-primary-active">#1aebff</color>
69
93
  <color name="mds-color-theme-background-primary-disabled">#3ff23f</color>
70
94
  <color name="mds-color-theme-background-solid-primary-normal">#000000</color>
@@ -75,75 +99,68 @@
75
99
  <color name="mds-color-theme-background-secondary-hover">#1aebff</color>
76
100
  <color name="mds-color-theme-background-secondary-active">#1aebff</color>
77
101
  <color name="mds-color-theme-background-secondary-disabled">#3ff23f</color>
78
- <color name="mds-color-theme-background-accent-normal">#1aebff</color>
79
- <color name="mds-color-theme-background-gradient-primary">linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%)</color>
80
- <color name="mds-color-theme-background-gradient-secondary">linear-gradient(180deg, #262626 0%, #0f0f0f 100%)</color>
81
- <color name="mds-color-theme-background-alert-default-normal">#1aebff</color>
102
+ <color name="mds-color-theme-background-accent-normal">#000000</color>
103
+ <color name="mds-color-theme-background-alert-default-normal">#000000</color>
82
104
  <color name="mds-color-theme-background-alert-default-hover">#1aebff</color>
83
105
  <color name="mds-color-theme-background-alert-default-active">#1aebff</color>
84
- <color name="mds-color-theme-background-alert-success-normal">#1aebff</color>
106
+ <color name="mds-color-theme-background-alert-success-normal">#000000</color>
85
107
  <color name="mds-color-theme-background-alert-success-hover">#1aebff</color>
86
108
  <color name="mds-color-theme-background-alert-success-active">#1aebff</color>
87
- <color name="mds-color-theme-background-alert-warning-normal">#1aebff</color>
109
+ <color name="mds-color-theme-background-alert-warning-normal">#000000</color>
88
110
  <color name="mds-color-theme-background-alert-warning-hover">#1aebff</color>
89
111
  <color name="mds-color-theme-background-alert-warning-active">#1aebff</color>
90
- <color name="mds-color-theme-background-alert-error-normal">#1aebff</color>
112
+ <color name="mds-color-theme-background-alert-error-normal">#000000</color>
91
113
  <color name="mds-color-theme-background-alert-error-hover">#1aebff</color>
92
114
  <color name="mds-color-theme-background-alert-error-active">#1aebff</color>
93
- <color name="mds-color-theme-background-alert-theme-normal">#1aebff</color>
115
+ <color name="mds-color-theme-background-alert-theme-normal">#000000</color>
94
116
  <color name="mds-color-theme-background-alert-theme-hover">#1aebff</color>
95
117
  <color name="mds-color-theme-background-alert-theme-active">#1aebff</color>
96
- <color name="mds-color-theme-background-alert-purple-normal">#1aebff</color>
118
+ <color name="mds-color-theme-background-alert-purple-normal">#000000</color>
97
119
  <color name="mds-color-theme-background-alert-purple-hover">#1aebff</color>
98
120
  <color name="mds-color-theme-background-alert-purple-active">#1aebff</color>
99
- <color name="mds-color-theme-background-alert-orange-normal">#1aebff</color>
121
+ <color name="mds-color-theme-background-alert-orange-normal">#000000</color>
100
122
  <color name="mds-color-theme-background-alert-orange-hover">#1aebff</color>
101
123
  <color name="mds-color-theme-background-alert-orange-active">#1aebff</color>
102
124
  <color name="mds-color-theme-background-label-cobalt-normal">#000000</color>
103
- <color name="mds-color-theme-background-label-cobalt-hover">#000000</color>
104
- <color name="mds-color-theme-background-label-cobalt-active">#000000</color>
125
+ <color name="mds-color-theme-background-label-cobalt-hover">#1aebff</color>
126
+ <color name="mds-color-theme-background-label-cobalt-active">#1aebff</color>
105
127
  <color name="mds-color-theme-background-label-gold-normal">#000000</color>
106
- <color name="mds-color-theme-background-label-gold-hover">#000000</color>
107
- <color name="mds-color-theme-background-label-gold-active">#000000</color>
128
+ <color name="mds-color-theme-background-label-gold-hover">#1aebff</color>
129
+ <color name="mds-color-theme-background-label-gold-active">#1aebff</color>
108
130
  <color name="mds-color-theme-background-label-lime-normal">#000000</color>
109
- <color name="mds-color-theme-background-label-lime-hover">#000000</color>
110
- <color name="mds-color-theme-background-label-lime-active">#000000</color>
131
+ <color name="mds-color-theme-background-label-lime-hover">#1aebff</color>
132
+ <color name="mds-color-theme-background-label-lime-active">#1aebff</color>
111
133
  <color name="mds-color-theme-background-label-mint-normal">#000000</color>
112
- <color name="mds-color-theme-background-label-mint-hover">#000000</color>
113
- <color name="mds-color-theme-background-label-mint-active">#000000</color>
134
+ <color name="mds-color-theme-background-label-mint-hover">#1aebff</color>
135
+ <color name="mds-color-theme-background-label-mint-active">#1aebff</color>
114
136
  <color name="mds-color-theme-background-label-orange-normal">#000000</color>
115
- <color name="mds-color-theme-background-label-orange-hover">#000000</color>
116
- <color name="mds-color-theme-background-label-orange-active">#000000</color>
137
+ <color name="mds-color-theme-background-label-orange-hover">#1aebff</color>
138
+ <color name="mds-color-theme-background-label-orange-active">#1aebff</color>
117
139
  <color name="mds-color-theme-background-label-pink-normal">#000000</color>
118
- <color name="mds-color-theme-background-label-pink-hover">#000000</color>
119
- <color name="mds-color-theme-background-label-pink-active">#000000</color>
140
+ <color name="mds-color-theme-background-label-pink-hover">#1aebff</color>
141
+ <color name="mds-color-theme-background-label-pink-active">#1aebff</color>
120
142
  <color name="mds-color-theme-background-label-purple-normal">#000000</color>
121
- <color name="mds-color-theme-background-label-purple-hover">#000000</color>
122
- <color name="mds-color-theme-background-label-purple-active">#000000</color>
143
+ <color name="mds-color-theme-background-label-purple-hover">#1aebff</color>
144
+ <color name="mds-color-theme-background-label-purple-active">#1aebff</color>
123
145
  <color name="mds-color-theme-background-label-slate-normal">#000000</color>
124
- <color name="mds-color-theme-background-label-slate-hover">#000000</color>
125
- <color name="mds-color-theme-background-label-slate-active">#000000</color>
146
+ <color name="mds-color-theme-background-label-slate-hover">#1aebff</color>
147
+ <color name="mds-color-theme-background-label-slate-active">#1aebff</color>
126
148
  <color name="mds-color-theme-background-label-violet-normal">#000000</color>
127
- <color name="mds-color-theme-background-label-violet-hover">#000000</color>
128
- <color name="mds-color-theme-background-label-violet-active">#000000</color>
149
+ <color name="mds-color-theme-background-label-violet-hover">#1aebff</color>
150
+ <color name="mds-color-theme-background-label-violet-active">#1aebff</color>
129
151
  <color name="mds-color-theme-background-common-normal">#000000</color>
130
- <color name="mds-color-theme-background-namelabel-normal">#00000080</color>
131
- <color name="mds-color-theme-background-skeleton-normal">#000000</color>
132
- <color name="mds-color-theme-button-border-normal">#ffffff</color>
152
+ <color name="mds-color-theme-background-namelabel-normal">#000000</color>
133
153
  <color name="mds-color-theme-button-primary-normal">#000000</color>
134
154
  <color name="mds-color-theme-button-primary-hover">#1aebff</color>
135
155
  <color name="mds-color-theme-button-primary-pressed">#1aebff</color>
136
- <color name="mds-color-theme-button-primary-disabled">#3ff23f</color>
156
+ <color name="mds-color-theme-button-primary-disabled">#000000</color>
137
157
  <color name="mds-color-theme-button-secondary-normal">#000000</color>
138
158
  <color name="mds-color-theme-button-secondary-hover">#1aebff</color>
139
159
  <color name="mds-color-theme-button-secondary-pressed">#1aebff</color>
140
- <color name="mds-color-theme-button-secondary-disabled">#3ff23f</color>
160
+ <color name="mds-color-theme-button-secondary-disabled">#000000</color>
141
161
  <color name="mds-color-theme-button-secondary-active-normal">#000000</color>
142
162
  <color name="mds-color-theme-button-secondary-active-hover">#1aebff</color>
143
163
  <color name="mds-color-theme-button-secondary-active-pressed">#1aebff</color>
144
- <color name="mds-color-theme-button-inverted-normal">#0f0f0f</color>
145
- <color name="mds-color-theme-button-inverted-hover">#1aebff</color>
146
- <color name="mds-color-theme-button-inverted-pressed">#1aebff</color>
147
164
  <color name="mds-color-theme-button-join-normal">#000000</color>
148
165
  <color name="mds-color-theme-button-join-hover">#1aebff</color>
149
166
  <color name="mds-color-theme-button-join-pressed">#1aebff</color>
@@ -154,19 +171,19 @@
154
171
  <color name="mds-color-theme-button-accent-hover">#1aebff</color>
155
172
  <color name="mds-color-theme-button-accent-pressed">#1aebff</color>
156
173
  <color name="mds-color-theme-outline-primary-normal">#ffffff</color>
157
- <color name="mds-color-theme-outline-theme-normal">#1aebff</color>
174
+ <color name="mds-color-theme-outline-theme-normal">#ffffff</color>
158
175
  <color name="mds-color-theme-outline-secondary-normal">#ffffff</color>
159
176
  <color name="mds-color-theme-outline-input-normal">#ffffff</color>
160
177
  <color name="mds-color-theme-outline-input-active">#ffffff</color>
161
178
  <color name="mds-color-theme-outline-button-normal">#ffffff</color>
162
179
  <color name="mds-color-theme-outline-join-normal">#ffffff</color>
163
- <color name="mds-color-theme-outline-cancel-normal">#000000</color>
164
- <color name="mds-color-theme-outline-disabled-normal">#3ff23f</color>
165
- <color name="mds-color-theme-outline-share-selected">#1aebff</color>
180
+ <color name="mds-color-theme-outline-cancel-normal">#ffffff</color>
181
+ <color name="mds-color-theme-outline-disabled-normal">#ffffff</color>
182
+ <color name="mds-color-theme-outline-share-selected">#ffff00</color>
166
183
  <color name="mds-color-theme-outline-share-active">#ffffff</color>
167
- <color name="mds-color-theme-outline-share-inactive">#ffffff</color>
184
+ <color name="mds-color-theme-outline-share-inactive">#3ff23f</color>
168
185
  <color name="mds-color-theme-outline-overlay-normal">#ffffff</color>
169
- <color name="mds-color-theme-outline-high-contrast-focus">#ffffff</color>
186
+ <color name="mds-color-theme-outline-high-contrast-focus">#ffff00</color>
170
187
  <color name="mds-color-theme-outline-label-cobalt">#ffffff</color>
171
188
  <color name="mds-color-theme-outline-label-gold">#ffffff</color>
172
189
  <color name="mds-color-theme-outline-label-lime">#ffffff</color>
@@ -176,29 +193,31 @@
176
193
  <color name="mds-color-theme-outline-label-purple">#ffffff</color>
177
194
  <color name="mds-color-theme-outline-label-slate">#ffffff</color>
178
195
  <color name="mds-color-theme-outline-label-violet">#ffffff</color>
179
- <color name="mds-color-theme-outline-promotion-normal">#ffffff</color>
180
- <color name="mds-color-theme-outline-gradient-active">#ffffff</color>
181
196
  <color name="mds-color-theme-control-active-normal">#1aebff</color>
182
- <color name="mds-color-theme-control-active-hover">#1aebff</color>
183
- <color name="mds-color-theme-control-active-pressed">#1aebff</color>
197
+ <color name="mds-color-theme-control-active-hover">#000000</color>
198
+ <color name="mds-color-theme-control-active-pressed">#000000</color>
184
199
  <color name="mds-color-theme-control-active-active">#1aebff</color>
185
200
  <color name="mds-color-theme-control-active-disabled">#3ff23f</color>
186
- <color name="mds-color-theme-control-inactive-normal">#ffffff</color>
187
- <color name="mds-color-theme-control-inactive-hover">#ffffff</color>
188
- <color name="mds-color-theme-control-inactive-pressed">#ffffff</color>
201
+ <color name="mds-color-theme-control-indicator-inactive-normal">#000000</color>
202
+ <color name="mds-color-theme-control-inactive-normal">#000000</color>
203
+ <color name="mds-color-theme-control-inactive-hover">#000000</color>
204
+ <color name="mds-color-theme-control-inactive-pressed">#000000</color>
189
205
  <color name="mds-color-theme-control-inactive-disabled">#3ff23f</color>
190
206
  <color name="mds-color-theme-overlay-meetings-normal">#000000</color>
207
+ <color name="mds-color-theme-overlay-button-secondary-normal">#000000</color>
208
+ <color name="mds-color-theme-overlay-button-secondary-hover">#1aebff</color>
209
+ <color name="mds-color-theme-overlay-button-secondary-pressed">#1aebff</color>
191
210
  <color name="mds-color-theme-indicator-unstable">#ffffff</color>
192
211
  <color name="mds-color-theme-indicator-attention">#ffffff</color>
193
212
  <color name="mds-color-theme-indicator-stable">#ffffff</color>
194
213
  <color name="mds-color-theme-indicator-locked">#ffffff</color>
195
214
  <color name="mds-color-theme-indicator-caution">#ffffff</color>
196
215
  <color name="mds-color-theme-indicator-secure">#ffffff</color>
197
- <color name="mds-color-theme-whiteboard-sticky-note-yellow">#000000</color>
198
- <color name="mds-color-theme-whiteboard-sticky-note-red">#000000</color>
199
- <color name="mds-color-theme-whiteboard-sticky-note-purple">#000000</color>
200
- <color name="mds-color-theme-whiteboard-sticky-note-cyan">#000000</color>
201
- <color name="mds-color-theme-whiteboard-sticky-note-mint">#000000</color>
216
+ <color name="mds-color-theme-whiteboard-sticky-note-yellow">#ffffff</color>
217
+ <color name="mds-color-theme-whiteboard-sticky-note-red">#ffffff</color>
218
+ <color name="mds-color-theme-whiteboard-sticky-note-purple">#ffffff</color>
219
+ <color name="mds-color-theme-whiteboard-sticky-note-cyan">#ffffff</color>
220
+ <color name="mds-color-theme-whiteboard-sticky-note-mint">#ffffff</color>
202
221
  <color name="mds-color-theme-scrollbar-button-normal">#ffffff</color>
203
222
  <color name="mds-color-theme-scrollbar-button-hover">#1aebff</color>
204
223
  <color name="mds-color-theme-scrollbar-button-pressed">#1aebff</color>
@@ -227,28 +246,12 @@
227
246
  <color name="mds-color-theme-illustrations-error-0">#ffffff</color>
228
247
  <color name="mds-color-theme-illustrations-error-1">#ffffff</color>
229
248
  <color name="mds-color-theme-illustrations-default">#ffffff</color>
230
- <color name="mds-color-theme-globaltint-normal">#ffff00</color>
249
+ <color name="mds-color-theme-globaltint-normal">#ffffff</color>
231
250
  <color name="mds-color-theme-globaltint-selected">#ffff00</color>
232
251
  <color name="mds-color-theme-groupedbackground-primary-normal">#000000</color>
233
252
  <color name="mds-color-theme-groupedbackground-secondary-normal">#000000</color>
234
253
  <color name="mds-color-theme-groupedbackground-tertiary-normal">#000000</color>
235
254
  <color name="mds-color-theme-groupedbackground-quaternary-normal">#000000</color>
236
- <color name="mds-color-theme-teaching-background-normal">#ffffff</color>
237
- <color name="mds-color-theme-teaching-button-primary-normal">#000000</color>
238
- <color name="mds-color-theme-teaching-button-primary-hover">#000000</color>
239
- <color name="mds-color-theme-teaching-button-primary-pressed">#000000</color>
240
- <color name="mds-color-theme-teaching-button-primary-disabled">#3ff23f</color>
241
- <color name="mds-color-theme-teaching-button-secondary-normal">#1aebff</color>
242
- <color name="mds-color-theme-teaching-button-secondary-hover">#1aebff</color>
243
- <color name="mds-color-theme-teaching-button-secondary-pressed">#1aebff</color>
244
- <color name="mds-color-theme-teaching-outline-button-normal">#000000</color>
245
- <color name="mds-color-theme-teaching-outline-normal">#000000</color>
246
- <color name="mds-color-theme-teaching-outline-disabled-normal">#3ff23f</color>
247
- <color name="mds-color-theme-teaching-outline-theme">#000000</color>
248
- <color name="mds-color-theme-teaching-text-accent-normal">#000000</color>
249
- <color name="mds-color-theme-teaching-text-accent-hover">#000000</color>
250
- <color name="mds-color-theme-teaching-text-accent-disabled">#3ff23f</color>
251
- <color name="mds-color-theme-teaching-text-primary-disabled">#3ff23f</color>
252
255
  <color name="mds-color-theme-gradientdivider-normal-0">#ffffff</color>
253
256
  <color name="mds-color-theme-gradientdivider-normal-1">#ffffff</color>
254
257
  <color name="mds-color-theme-gradientdivider-hover-0">#ffffff</color>
@@ -277,7 +280,55 @@
277
280
  <color name="mds-color-theme-avatar-slate">#ffffff</color>
278
281
  <color name="mds-color-theme-avatar-violet">#ffffff</color>
279
282
  <color name="mds-color-theme-avatar-yellow">#ffffff</color>
280
- <color name="mds-color-theme-gradation-primary">#000000</color>
281
- <color name="mds-color-theme-gradation-secondary">#000000</color>
283
+ <color name="mds-color-theme-common-text-primary-normal">#ffffff</color>
284
+ <color name="mds-color-theme-common-text-primary-disabled">#3ff23f</color>
285
+ <color name="mds-color-theme-common-text-secondary-normal">#ffffff</color>
286
+ <color name="mds-color-theme-common-text-success-normal">#ffffff</color>
287
+ <color name="mds-color-theme-common-text-success-hover">#ffffff</color>
288
+ <color name="mds-color-theme-common-text-error-normal">#ffffff</color>
289
+ <color name="mds-color-theme-common-text-error-hover">#ffffff</color>
290
+ <color name="mds-color-theme-common-text-warning-normal">#ffffff</color>
291
+ <color name="mds-color-theme-common-text-warning-hover">#ffffff</color>
292
+ <color name="mds-color-theme-common-inverted-text-primary-normal">#ffffff</color>
293
+ <color name="mds-color-theme-common-overlays-primary-normal">#000000</color>
294
+ <color name="mds-color-theme-common-overlays-secondary-normal">#000000</color>
295
+ <color name="mds-color-theme-common-overlays-meeting-normal-0">#000000</color>
296
+ <color name="mds-color-theme-common-overlays-meeting-normal-1">#000000</color>
297
+ <color name="mds-color-theme-common-overlays-meeting-normal-2">#000000</color>
298
+ <color name="mds-color-theme-common-button-primary-normal">#000000</color>
299
+ <color name="mds-color-theme-common-button-primary-hover">#1aebff</color>
300
+ <color name="mds-color-theme-common-button-primary-pressed">#1aebff</color>
301
+ <color name="mds-color-theme-common-button-primary-disabled">#3ff23f</color>
302
+ <color name="mds-color-theme-common-button-secondary-normal">#000000</color>
303
+ <color name="mds-color-theme-common-button-secondary-hover">#1aebff</color>
304
+ <color name="mds-color-theme-common-button-secondary-active-normal">#000000</color>
305
+ <color name="mds-color-theme-common-button-secondary-active-hover">#1aebff</color>
306
+ <color name="mds-color-theme-common-button-secondary-active-pressed">#1aebff</color>
307
+ <color name="mds-color-theme-common-button-secondary-active-disabled">#3ff23f</color>
308
+ <color name="mds-color-theme-common-button-secondary-disabled">#3ff23f</color>
309
+ <color name="mds-color-theme-common-button-promotion-normal-0">#000000</color>
310
+ <color name="mds-color-theme-common-button-promotion-normal-1">#000000</color>
311
+ <color name="mds-color-theme-common-button-promotion-hover-0">#1aebff</color>
312
+ <color name="mds-color-theme-common-button-promotion-hover-1">#1aebff</color>
313
+ <color name="mds-color-theme-common-button-promotion-active-0">#1aebff</color>
314
+ <color name="mds-color-theme-common-button-promotion-active-1">#1aebff</color>
315
+ <color name="mds-color-theme-common-outline-button-normal">#ffffff</color>
316
+ <color name="mds-color-theme-common-outline-primary-normal">#ffffff</color>
317
+ <color name="mds-color-theme-common-outline-primary-disabled">#3ff23f</color>
318
+ <color name="mds-color-theme-common-outline-input-normal">#ffffff</color>
319
+ <color name="mds-color-theme-common-control-share-content-selected">#ffffff</color>
320
+ <color name="mds-color-theme-common-control-share-content-active">#ffffff</color>
321
+ <color name="mds-color-theme-common-control-share-content-inactive">#3ff23f</color>
322
+ <color name="mds-color-theme-common-control-inactive-normal">#3ff23f</color>
323
+ <color name="mds-color-theme-common-background-alert-share-normal">#ffffff</color>
324
+ <color name="mds-color-theme-common-content-pdf">#ffffff</color>
325
+ <color name="mds-color-theme-common-content-word">#ffffff</color>
326
+ <color name="mds-color-theme-common-content-powerpoint">#ffffff</color>
327
+ <color name="mds-color-theme-common-content-excel">#ffffff</color>
328
+ <color name="mds-color-theme-common-content-onenote">#ffffff</color>
329
+ <color name="mds-color-theme-common-content-sheets">#ffffff</color>
330
+ <color name="mds-color-theme-common-content-slides">#ffffff</color>
331
+ <color name="mds-color-theme-common-content-keynote">#ffffff</color>
332
+ <color name="mds-color-theme-common-content-doc">#ffffff</color>
282
333
 
283
334
  </resources>