@momentum-design/tokens 0.4.0 → 0.5.1

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 (124) hide show
  1. package/dist/css/components/complete.css +3934 -2
  2. package/dist/css/core/complete.css +1 -1
  3. package/dist/css/effect/complete.css +1 -1
  4. package/dist/css/elevation/complete.css +1 -1
  5. package/dist/css/theme/aaos/day-complete.css +1 -1
  6. package/dist/css/theme/aaos/night-complete.css +1 -1
  7. package/dist/css/theme/webex/dark-bronze-stable.css +398 -0
  8. package/dist/css/theme/webex/dark-indigo-stable.css +398 -0
  9. package/dist/css/theme/webex/dark-jade-stable.css +398 -0
  10. package/dist/css/theme/webex/dark-lavender-stable.css +398 -0
  11. package/dist/css/theme/webex/dark-rose-stable.css +398 -0
  12. package/dist/css/theme/webex/dark-stable.css +2 -1
  13. package/dist/css/theme/webex/hc-dark-stable.css +2 -1
  14. package/dist/css/theme/webex/hc-light-stable.css +2 -1
  15. package/dist/css/theme/webex/light-bronze-stable.css +398 -0
  16. package/dist/css/theme/webex/light-indigo-stable.css +398 -0
  17. package/dist/css/theme/webex/light-jade-stable.css +398 -0
  18. package/dist/css/theme/webex/light-lavender-stable.css +398 -0
  19. package/dist/css/theme/webex/light-rose-stable.css +398 -0
  20. package/dist/css/theme/webex/light-stable.css +2 -1
  21. package/dist/css/typography/complete.css +1 -1
  22. package/dist/ios/core/complete.swift +1 -1
  23. package/dist/ios/effect/complete.swift +1 -1
  24. package/dist/ios/elevation/complete.swift +1 -1
  25. package/dist/ios/theme/aaos/day-complete.swift +1 -1
  26. package/dist/ios/theme/aaos/night-complete.swift +1 -1
  27. package/dist/ios/theme/webex/dark-bronze-stable.swift +404 -0
  28. package/dist/ios/theme/webex/dark-indigo-stable.swift +404 -0
  29. package/dist/ios/theme/webex/dark-jade-stable.swift +404 -0
  30. package/dist/ios/theme/webex/dark-lavender-stable.swift +404 -0
  31. package/dist/ios/theme/webex/dark-rose-stable.swift +404 -0
  32. package/dist/ios/theme/webex/dark-stable.swift +2 -1
  33. package/dist/ios/theme/webex/hc-dark-stable.swift +2 -1
  34. package/dist/ios/theme/webex/hc-light-stable.swift +2 -1
  35. package/dist/ios/theme/webex/light-bronze-stable.swift +404 -0
  36. package/dist/ios/theme/webex/light-indigo-stable.swift +404 -0
  37. package/dist/ios/theme/webex/light-jade-stable.swift +404 -0
  38. package/dist/ios/theme/webex/light-lavender-stable.swift +404 -0
  39. package/dist/ios/theme/webex/light-rose-stable.swift +404 -0
  40. package/dist/ios/theme/webex/light-stable.swift +2 -1
  41. package/dist/ios/typography/complete.swift +1 -1
  42. package/dist/ios-webex/theme/webex/dark-bronze-stable.swift +559 -0
  43. package/dist/ios-webex/theme/webex/dark-indigo-stable.swift +559 -0
  44. package/dist/ios-webex/theme/webex/dark-jade-stable.swift +559 -0
  45. package/dist/ios-webex/theme/webex/dark-lavender-stable.swift +559 -0
  46. package/dist/ios-webex/theme/webex/dark-rose-stable.swift +559 -0
  47. package/dist/ios-webex/theme/webex/dark-stable.swift +1 -0
  48. package/dist/ios-webex/theme/webex/hc-dark-stable.swift +1 -0
  49. package/dist/ios-webex/theme/webex/hc-light-stable.swift +3 -0
  50. package/dist/ios-webex/theme/webex/light-bronze-stable.swift +1623 -0
  51. package/dist/ios-webex/theme/webex/light-indigo-stable.swift +1623 -0
  52. package/dist/ios-webex/theme/webex/light-jade-stable.swift +1623 -0
  53. package/dist/ios-webex/theme/webex/light-lavender-stable.swift +1623 -0
  54. package/dist/ios-webex/theme/webex/light-rose-stable.swift +1623 -0
  55. package/dist/ios-webex/theme/webex/light-stable.swift +3 -0
  56. package/dist/json/theme/webex/dark-bronze-stable.json +11878 -0
  57. package/dist/json/theme/webex/dark-indigo-stable.json +11878 -0
  58. package/dist/json/theme/webex/dark-jade-stable.json +11878 -0
  59. package/dist/json/theme/webex/dark-lavender-stable.json +11878 -0
  60. package/dist/json/theme/webex/dark-rose-stable.json +11878 -0
  61. package/dist/json/theme/webex/dark-stable.json +30 -3
  62. package/dist/json/theme/webex/hc-dark-stable.json +27 -0
  63. package/dist/json/theme/webex/hc-light-stable.json +27 -0
  64. package/dist/json/theme/webex/light-bronze-stable.json +11944 -0
  65. package/dist/json/theme/webex/light-indigo-stable.json +11944 -0
  66. package/dist/json/theme/webex/light-jade-stable.json +11944 -0
  67. package/dist/json/theme/webex/light-lavender-stable.json +11944 -0
  68. package/dist/json/theme/webex/light-rose-stable.json +11944 -0
  69. package/dist/json/theme/webex/light-stable.json +27 -0
  70. package/dist/json-minimal/theme/webex/dark-bronze-stable.json +807 -0
  71. package/dist/json-minimal/theme/webex/dark-indigo-stable.json +807 -0
  72. package/dist/json-minimal/theme/webex/dark-jade-stable.json +807 -0
  73. package/dist/json-minimal/theme/webex/dark-lavender-stable.json +807 -0
  74. package/dist/json-minimal/theme/webex/dark-rose-stable.json +807 -0
  75. package/dist/json-minimal/theme/webex/dark-stable.json +2 -1
  76. package/dist/json-minimal/theme/webex/hc-dark-stable.json +2 -1
  77. package/dist/json-minimal/theme/webex/hc-light-stable.json +2 -1
  78. package/dist/json-minimal/theme/webex/light-bronze-stable.json +807 -0
  79. package/dist/json-minimal/theme/webex/light-indigo-stable.json +807 -0
  80. package/dist/json-minimal/theme/webex/light-jade-stable.json +807 -0
  81. package/dist/json-minimal/theme/webex/light-lavender-stable.json +807 -0
  82. package/dist/json-minimal/theme/webex/light-rose-stable.json +807 -0
  83. package/dist/json-minimal/theme/webex/light-stable.json +2 -1
  84. package/dist/resources/core/complete.xml +1 -1
  85. package/dist/resources/effect/complete.xml +1 -1
  86. package/dist/resources/elevation/complete.xml +1 -1
  87. package/dist/resources/theme/aaos/day-complete.xml +1 -1
  88. package/dist/resources/theme/aaos/night-complete.xml +1 -1
  89. package/dist/resources/theme/webex/dark-bronze-stable.xml +400 -0
  90. package/dist/resources/theme/webex/dark-indigo-stable.xml +400 -0
  91. package/dist/resources/theme/webex/dark-jade-stable.xml +400 -0
  92. package/dist/resources/theme/webex/dark-lavender-stable.xml +400 -0
  93. package/dist/resources/theme/webex/dark-rose-stable.xml +400 -0
  94. package/dist/resources/theme/webex/dark-stable.xml +2 -1
  95. package/dist/resources/theme/webex/hc-dark-stable.xml +2 -1
  96. package/dist/resources/theme/webex/hc-light-stable.xml +2 -1
  97. package/dist/resources/theme/webex/light-bronze-stable.xml +400 -0
  98. package/dist/resources/theme/webex/light-indigo-stable.xml +400 -0
  99. package/dist/resources/theme/webex/light-jade-stable.xml +400 -0
  100. package/dist/resources/theme/webex/light-lavender-stable.xml +400 -0
  101. package/dist/resources/theme/webex/light-rose-stable.xml +400 -0
  102. package/dist/resources/theme/webex/light-stable.xml +2 -1
  103. package/dist/resources/typography/complete.xml +1 -1
  104. package/dist/scss/core/complete.scss +1 -1
  105. package/dist/scss/effect/complete.scss +1 -1
  106. package/dist/scss/elevation/complete.scss +1 -1
  107. package/dist/scss/theme/aaos/day-complete.scss +1 -1
  108. package/dist/scss/theme/aaos/night-complete.scss +1 -1
  109. package/dist/scss/theme/webex/dark-bronze-stable.scss +395 -0
  110. package/dist/scss/theme/webex/dark-indigo-stable.scss +395 -0
  111. package/dist/scss/theme/webex/dark-jade-stable.scss +395 -0
  112. package/dist/scss/theme/webex/dark-lavender-stable.scss +395 -0
  113. package/dist/scss/theme/webex/dark-rose-stable.scss +395 -0
  114. package/dist/scss/theme/webex/dark-stable.scss +2 -1
  115. package/dist/scss/theme/webex/hc-dark-stable.scss +2 -1
  116. package/dist/scss/theme/webex/hc-light-stable.scss +2 -1
  117. package/dist/scss/theme/webex/light-bronze-stable.scss +395 -0
  118. package/dist/scss/theme/webex/light-indigo-stable.scss +395 -0
  119. package/dist/scss/theme/webex/light-jade-stable.scss +395 -0
  120. package/dist/scss/theme/webex/light-lavender-stable.scss +395 -0
  121. package/dist/scss/theme/webex/light-rose-stable.scss +395 -0
  122. package/dist/scss/theme/webex/light-stable.scss +2 -1
  123. package/dist/scss/typography/complete.scss +1 -1
  124. package/package.json +3 -2
@@ -0,0 +1,400 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+
3
+ <!--
4
+ Do not edit directly
5
+ Generated on Tue, 25 Mar 2025 11:12:58 GMT
6
+ -->
7
+ <resources>
8
+ <color name="mds-color-theme-text-primary-normal">#fffffff2</color>
9
+ <color name="mds-color-theme-text-primary-disabled">#ffffff66</color>
10
+ <color name="mds-color-theme-text-secondary-normal">#ffffffb3</color>
11
+ <color name="mds-color-theme-text-error-normal">#fc8b98</color>
12
+ <color name="mds-color-theme-text-error-hover">#ffd4da</color>
13
+ <color name="mds-color-theme-text-error-active">#ffd4da</color>
14
+ <color name="mds-color-theme-text-success-normal">#3cc29a</color>
15
+ <color name="mds-color-theme-text-success-hover">#9fedd8</color>
16
+ <color name="mds-color-theme-text-success-active">#9fedd8</color>
17
+ <color name="mds-color-theme-text-warning-normal">#f2990a</color>
18
+ <color name="mds-color-theme-text-warning-hover">#ffda94</color>
19
+ <color name="mds-color-theme-text-warning-active">#ffda94</color>
20
+ <color name="mds-color-theme-text-highlight">#063a75</color>
21
+ <color name="mds-color-theme-text-accent-normal">#64b4fa</color>
22
+ <color name="mds-color-theme-text-accent-hover">#bfe3ff</color>
23
+ <color name="mds-color-theme-text-accent-active">#bfe3ff</color>
24
+ <color name="mds-color-theme-text-teamdefault-normal">#ffffffb3</color>
25
+ <color name="mds-color-theme-text-teamdefault-hover">#ffffffb3</color>
26
+ <color name="mds-color-theme-text-teamdefault-active">#fffffff2</color>
27
+ <color name="mds-color-theme-text-alert-purple-normal">#f294f1</color>
28
+ <color name="mds-color-theme-text-alert-purple-hover">#fce1fc</color>
29
+ <color name="mds-color-theme-text-alert-purple-active">#fce1fc</color>
30
+ <color name="mds-color-theme-text-alert-orange-normal">#fd884e</color>
31
+ <color name="mds-color-theme-text-alert-orange-hover">#fed5ac</color>
32
+ <color name="mds-color-theme-text-alert-orange-active">#fed5ac</color>
33
+ <color name="mds-color-theme-text-team-cobalt-normal">#5ebff7</color>
34
+ <color name="mds-color-theme-text-team-cobalt-hover">#5ebff7</color>
35
+ <color name="mds-color-theme-text-team-cobalt-active">#c7eeff</color>
36
+ <color name="mds-color-theme-text-team-cyan-normal">#22c7d6</color>
37
+ <color name="mds-color-theme-text-team-cyan-hover">#22c7d6</color>
38
+ <color name="mds-color-theme-text-team-cyan-active">#b2f4f7</color>
39
+ <color name="mds-color-theme-text-team-mint-normal">#30c9b0</color>
40
+ <color name="mds-color-theme-text-team-mint-hover">#baf5e7</color>
41
+ <color name="mds-color-theme-text-team-mint-active">#baf5e7</color>
42
+ <color name="mds-color-theme-text-team-lime-normal">#93c437</color>
43
+ <color name="mds-color-theme-text-team-lime-hover">#93c437</color>
44
+ <color name="mds-color-theme-text-team-lime-active">#ddf2ae</color>
45
+ <color name="mds-color-theme-text-team-gold-normal">#d6b220</color>
46
+ <color name="mds-color-theme-text-team-gold-hover">#d6b220</color>
47
+ <color name="mds-color-theme-text-team-gold-active">#f5eaa2</color>
48
+ <color name="mds-color-theme-text-team-orange-normal">#fd884e</color>
49
+ <color name="mds-color-theme-text-team-orange-hover">#fd884e</color>
50
+ <color name="mds-color-theme-text-team-orange-active">#fed5ac</color>
51
+ <color name="mds-color-theme-text-team-pink-normal">#fc97aa</color>
52
+ <color name="mds-color-theme-text-team-pink-hover">#fc97aa</color>
53
+ <color name="mds-color-theme-text-team-pink-active">#ffe0e7</color>
54
+ <color name="mds-color-theme-text-team-purple-normal">#f294f1</color>
55
+ <color name="mds-color-theme-text-team-purple-hover">#f294f1</color>
56
+ <color name="mds-color-theme-text-team-purple-active">#fce1fc</color>
57
+ <color name="mds-color-theme-text-team-violet-normal">#c7a5fa</color>
58
+ <color name="mds-color-theme-text-team-violet-hover">#c7a5fa</color>
59
+ <color name="mds-color-theme-text-team-violet-active">#f0e3fc</color>
60
+ <color name="mds-color-theme-text-team-slate-normal">#b0b4d9</color>
61
+ <color name="mds-color-theme-text-team-slate-hover">#b0b4d9</color>
62
+ <color name="mds-color-theme-text-team-slate-active">#e3e7fa</color>
63
+ <color name="mds-color-theme-inverted-text-primary-normal">#000000f2</color>
64
+ <color name="mds-color-theme-inverted-text-primary-disabled">#00000066</color>
65
+ <color name="mds-color-theme-inverted-text-secondary-normal">#000000b3</color>
66
+ <color name="mds-color-theme-inverted-text-accent-normal">#0353a8</color>
67
+ <color name="mds-color-theme-inverted-text-accent-hover">#0a274a</color>
68
+ <color name="mds-color-theme-inverted-text-accent-active">#0a274a</color>
69
+ <color name="mds-color-theme-inverted-background-normal">#ffffff</color>
70
+ <color name="mds-color-theme-inverted-button-primary-normal">#000000f2</color>
71
+ <color name="mds-color-theme-inverted-button-primary-hover">#000000cc</color>
72
+ <color name="mds-color-theme-inverted-button-primary-pressed">#000000b3</color>
73
+ <color name="mds-color-theme-inverted-button-primary-disabled">#00000033</color>
74
+ <color name="mds-color-theme-inverted-button-secondary-normal">#00000000</color>
75
+ <color name="mds-color-theme-inverted-button-secondary-hover">#00000012</color>
76
+ <color name="mds-color-theme-inverted-button-secondary-pressed">#00000033</color>
77
+ <color name="mds-color-theme-inverted-button-secondary-disabled">#00000000</color>
78
+ <color name="mds-color-theme-inverted-outline-button-normal">#00000080</color>
79
+ <color name="mds-color-theme-inverted-outline-primary-normal">#00000075</color>
80
+ <color name="mds-color-theme-inverted-outline-disabled-normal">#00000033</color>
81
+ <color name="mds-color-theme-inverted-outline-theme-normal">#1170cf</color>
82
+ <color name="mds-color-theme-inverted-outline-input-normal">#00000080</color>
83
+ <color name="mds-color-theme-inverted-control-active-normal">#1170cf</color>
84
+ <color name="mds-color-theme-inverted-control-active-hover">#0353a8</color>
85
+ <color name="mds-color-theme-inverted-control-active-pressed">#063a75</color>
86
+ <color name="mds-color-theme-inverted-control-active-active">#063a75</color>
87
+ <color name="mds-color-theme-inverted-control-active-disabled">#00000033</color>
88
+ <color name="mds-color-theme-inverted-control-inactive-normal">#0000001c</color>
89
+ <color name="mds-color-theme-inverted-control-inactive-hover">#0000004d</color>
90
+ <color name="mds-color-theme-inverted-control-inactive-pressed">#00000066</color>
91
+ <color name="mds-color-theme-inverted-control-inactive-disabled">#00000033</color>
92
+ <color name="mds-color-theme-inverted-control-indicator-inactive-normal">#8f8f8f</color>
93
+ <color name="mds-color-theme-background-primary-ghost">#ffffff00</color>
94
+ <color name="mds-color-theme-background-primary-hover">#ffffff12</color>
95
+ <color name="mds-color-theme-background-primary-active">#ffffff1c</color>
96
+ <color name="mds-color-theme-background-primary-disabled">#ffffff00</color>
97
+ <color name="mds-color-theme-background-solid-primary-normal">#000000</color>
98
+ <color name="mds-color-theme-background-solid-secondary-normal">#1a1a1a</color>
99
+ <color name="mds-color-theme-background-solid-tertiary-normal">#262626</color>
100
+ <color name="mds-color-theme-background-solid-quaternary-normal">#3b3b3b</color>
101
+ <color name="mds-color-theme-background-secondary-normal">#ffffff1c</color>
102
+ <color name="mds-color-theme-background-secondary-hover">#ffffff33</color>
103
+ <color name="mds-color-theme-background-secondary-active">#ffffff33</color>
104
+ <color name="mds-color-theme-background-secondary-disabled">#ffffff00</color>
105
+ <color name="mds-color-theme-background-accent-normal">#1170cf</color>
106
+ <color name="mds-color-theme-background-accent-active">#64b4fa</color>
107
+ <color name="mds-color-theme-background-alert-default-normal">#3b3b3b</color>
108
+ <color name="mds-color-theme-background-alert-default-hover">#3b3b3b</color>
109
+ <color name="mds-color-theme-background-alert-default-active">#545454</color>
110
+ <color name="mds-color-theme-background-alert-success-normal">#0e2b20</color>
111
+ <color name="mds-color-theme-background-alert-success-hover">#0e2b20</color>
112
+ <color name="mds-color-theme-background-alert-success-active">#134231</color>
113
+ <color name="mds-color-theme-background-alert-warning-normal">#36220c</color>
114
+ <color name="mds-color-theme-background-alert-warning-hover">#36220c</color>
115
+ <color name="mds-color-theme-background-alert-warning-active">#57330a</color>
116
+ <color name="mds-color-theme-background-alert-error-normal">#4f0e10</color>
117
+ <color name="mds-color-theme-background-alert-error-hover">#4f0e10</color>
118
+ <color name="mds-color-theme-background-alert-error-active">#780d13</color>
119
+ <color name="mds-color-theme-background-alert-theme-normal">#0a274a</color>
120
+ <color name="mds-color-theme-background-alert-theme-hover">#0a274a</color>
121
+ <color name="mds-color-theme-background-alert-theme-active">#063a75</color>
122
+ <color name="mds-color-theme-background-alert-purple-normal">#3b1840</color>
123
+ <color name="mds-color-theme-background-alert-purple-hover">#3b1840</color>
124
+ <color name="mds-color-theme-background-alert-purple-active">#601e66</color>
125
+ <color name="mds-color-theme-background-alert-orange-normal">#411b04</color>
126
+ <color name="mds-color-theme-background-alert-orange-hover">#411b04</color>
127
+ <color name="mds-color-theme-background-alert-orange-active">#682601</color>
128
+ <color name="mds-color-theme-background-label-cobalt-normal">#12283d</color>
129
+ <color name="mds-color-theme-background-label-cobalt-hover">#103c63</color>
130
+ <color name="mds-color-theme-background-label-cobalt-active">#08599c</color>
131
+ <color name="mds-color-theme-background-label-gold-normal">#30240d</color>
132
+ <color name="mds-color-theme-background-label-gold-hover">#4d370c</color>
133
+ <color name="mds-color-theme-background-label-gold-active">#735107</color>
134
+ <color name="mds-color-theme-background-label-lime-normal">#1e2b10</color>
135
+ <color name="mds-color-theme-background-label-lime-hover">#2d4214</color>
136
+ <color name="mds-color-theme-background-label-lime-active">#416116</color>
137
+ <color name="mds-color-theme-background-label-mint-normal">#102b2a</color>
138
+ <color name="mds-color-theme-background-label-mint-hover">#12423f</color>
139
+ <color name="mds-color-theme-background-label-mint-active">#12615a</color>
140
+ <color name="mds-color-theme-background-label-orange-normal">#411b04</color>
141
+ <color name="mds-color-theme-background-label-orange-hover">#682601</color>
142
+ <color name="mds-color-theme-background-label-orange-active">#9c3202</color>
143
+ <color name="mds-color-theme-background-label-pink-normal">#3b1e21</color>
144
+ <color name="mds-color-theme-background-label-pink-hover">#66262d</color>
145
+ <color name="mds-color-theme-background-label-pink-active">#a12a3a</color>
146
+ <color name="mds-color-theme-background-label-purple-normal">#3b1840</color>
147
+ <color name="mds-color-theme-background-label-purple-hover">#601e66</color>
148
+ <color name="mds-color-theme-background-label-purple-active">#932099</color>
149
+ <color name="mds-color-theme-background-label-slate-normal">#26262b</color>
150
+ <color name="mds-color-theme-background-label-slate-hover">#393a47</color>
151
+ <color name="mds-color-theme-background-label-slate-active">#535573</color>
152
+ <color name="mds-color-theme-background-label-violet-normal">#29223d</color>
153
+ <color name="mds-color-theme-background-label-violet-hover">#432c78</color>
154
+ <color name="mds-color-theme-background-label-violet-active">#643abd</color>
155
+ <color name="mds-color-theme-background-label-default-normal">#262626</color>
156
+ <color name="mds-color-theme-background-label-default-hover">#3b3b3b</color>
157
+ <color name="mds-color-theme-background-label-default-active">#545454</color>
158
+ <color name="mds-color-theme-background-label-error-normal">#4f0e10</color>
159
+ <color name="mds-color-theme-background-label-error-hover">#780d13</color>
160
+ <color name="mds-color-theme-background-label-error-active">#ab0a15</color>
161
+ <color name="mds-color-theme-background-namelabel-normal">#00000099</color>
162
+ <color name="mds-color-theme-background-gradient-primary-normal">linear-gradient(180deg, #30041e 0%, #1f0615 100%)</color>
163
+ <color name="mds-color-theme-background-gradient-secondary-normal">linear-gradient(180deg, #40162e 0%, #1f0615 100%)</color>
164
+ <color name="mds-color-theme-background-reaction-normal">linear-gradient(90deg, #1a1a1ae6 0%, #1a1a1a00 100%)</color>
165
+ <color name="mds-color-theme-background-skeleton-normal">linear-gradient(123deg, #ffffff33 0%, #ffffff4d 33.85%, #ffffff66 70.31%, #ffffff80 100%)</color>
166
+ <color name="mds-color-theme-background-glass-normal">#00000066</color>
167
+ <color name="mds-color-theme-background-glass-overlay-normal">#000000cc</color>
168
+ <color name="mds-color-theme-background-glass-overlay-inactive">#00000066</color>
169
+ <color name="mds-color-theme-button-primary-normal">#fffffff2</color>
170
+ <color name="mds-color-theme-button-primary-hover">#ffffffcc</color>
171
+ <color name="mds-color-theme-button-primary-pressed">#ffffffb3</color>
172
+ <color name="mds-color-theme-button-primary-disabled">#ffffff33</color>
173
+ <color name="mds-color-theme-button-secondary-normal">#ffffff00</color>
174
+ <color name="mds-color-theme-button-secondary-hover">#ffffff12</color>
175
+ <color name="mds-color-theme-button-secondary-pressed">#ffffff33</color>
176
+ <color name="mds-color-theme-button-secondary-disabled">#ffffff00</color>
177
+ <color name="mds-color-theme-button-secondary-active-normal">#ffffff33</color>
178
+ <color name="mds-color-theme-button-secondary-active-hover">#ffffff4d</color>
179
+ <color name="mds-color-theme-button-secondary-active-pressed">#ffffff66</color>
180
+ <color name="mds-color-theme-button-secondary-active-disabled">#ffffff1c</color>
181
+ <color name="mds-color-theme-button-join-normal">#1d805f</color>
182
+ <color name="mds-color-theme-button-join-hover">#185e46</color>
183
+ <color name="mds-color-theme-button-join-pressed">#134231</color>
184
+ <color name="mds-color-theme-button-cancel-normal">#db1f2e</color>
185
+ <color name="mds-color-theme-button-cancel-hover">#ab0a15</color>
186
+ <color name="mds-color-theme-button-cancel-pressed">#780d13</color>
187
+ <color name="mds-color-theme-button-accent-normal">#1170cf</color>
188
+ <color name="mds-color-theme-button-accent-hover">#0353a8</color>
189
+ <color name="mds-color-theme-button-accent-pressed">#063a75</color>
190
+ <color name="mds-color-theme-button-glass-primary-normal">#ffffffcc</color>
191
+ <color name="mds-color-theme-button-glass-primary-hover">#ffffffb3</color>
192
+ <color name="mds-color-theme-button-glass-primary-pressed">#ffffff99</color>
193
+ <color name="mds-color-theme-outline-primary-normal">#ffffff66</color>
194
+ <color name="mds-color-theme-outline-primary-disabled">#ffffff33</color>
195
+ <color name="mds-color-theme-outline-theme-normal">#64b4fa</color>
196
+ <color name="mds-color-theme-outline-secondary-normal">#ffffff33</color>
197
+ <color name="mds-color-theme-outline-input-normal">#ffffff80</color>
198
+ <color name="mds-color-theme-outline-input-active">#ffffffe6</color>
199
+ <color name="mds-color-theme-outline-button-normal">#ffffff80</color>
200
+ <color name="mds-color-theme-outline-join-normal">#3cc29a</color>
201
+ <color name="mds-color-theme-outline-cancel-normal">#fc8b98</color>
202
+ <color name="mds-color-theme-outline-share-selected">#27a17a</color>
203
+ <color name="mds-color-theme-outline-share-active">#ec6400</color>
204
+ <color name="mds-color-theme-outline-share-inactive">#8f8f8f</color>
205
+ <color name="mds-color-theme-outline-overlay-normal">#adadad</color>
206
+ <color name="mds-color-theme-outline-high-contrast-focus">#ffffff</color>
207
+ <color name="mds-color-theme-outline-label-cobalt">#5ebff7</color>
208
+ <color name="mds-color-theme-outline-label-gold">#d6b220</color>
209
+ <color name="mds-color-theme-outline-label-lime">#93c437</color>
210
+ <color name="mds-color-theme-outline-label-mint">#30c9b0</color>
211
+ <color name="mds-color-theme-outline-label-orange">#fd884e</color>
212
+ <color name="mds-color-theme-outline-label-pink">#fc97aa</color>
213
+ <color name="mds-color-theme-outline-label-purple">#f294f1</color>
214
+ <color name="mds-color-theme-outline-label-slate">#b0b4d9</color>
215
+ <color name="mds-color-theme-outline-label-violet">#c7a5fa</color>
216
+ <color name="mds-color-theme-outline-promotion-normal">#c233c4</color>
217
+ <color name="mds-color-theme-outline-gradient-active">linear-gradient(44deg, #3492eb 14.64%, #22c7d6 51.1%, #68debd 85.36%)</color>
218
+ <color name="mds-color-theme-outline-warning-normal">#f2990a</color>
219
+ <color name="mds-color-theme-control-active-normal">#64b4fa</color>
220
+ <color name="mds-color-theme-control-active-hover">#3492eb</color>
221
+ <color name="mds-color-theme-control-active-pressed">#1170cf</color>
222
+ <color name="mds-color-theme-control-active-active">#1170cf</color>
223
+ <color name="mds-color-theme-control-active-disabled">#ffffff33</color>
224
+ <color name="mds-color-theme-control-indicator-inactive-normal">#8f8f8f</color>
225
+ <color name="mds-color-theme-control-inactive-normal">#ffffff1c</color>
226
+ <color name="mds-color-theme-control-inactive-hover">#ffffff33</color>
227
+ <color name="mds-color-theme-control-inactive-pressed">#ffffff4d</color>
228
+ <color name="mds-color-theme-control-inactive-disabled">#ffffff12</color>
229
+ <color name="mds-color-theme-overlay-meetings-normal">#000000b3</color>
230
+ <color name="mds-color-theme-overlay-button-secondary-normal">#0f0f0f</color>
231
+ <color name="mds-color-theme-overlay-button-secondary-hover">#262626</color>
232
+ <color name="mds-color-theme-overlay-button-secondary-pressed">#3b3b3b</color>
233
+ <color name="mds-color-theme-indicator-unstable">#ec6400</color>
234
+ <color name="mds-color-theme-indicator-attention">#f55868</color>
235
+ <color name="mds-color-theme-indicator-stable">#27a17a</color>
236
+ <color name="mds-color-theme-indicator-locked">#8f8f8f</color>
237
+ <color name="mds-color-theme-indicator-caution">#cf7900</color>
238
+ <color name="mds-color-theme-indicator-secure">#3492eb</color>
239
+ <color name="mds-color-theme-common-whiteboard-sticky-note-yellow">#ffbe4f</color>
240
+ <color name="mds-color-theme-common-whiteboard-sticky-note-red">#fc8b98</color>
241
+ <color name="mds-color-theme-common-whiteboard-sticky-note-purple">#f294f1</color>
242
+ <color name="mds-color-theme-common-whiteboard-sticky-note-cyan">#22c7d6</color>
243
+ <color name="mds-color-theme-common-whiteboard-sticky-note-mint">#30c9b0</color>
244
+ <color name="mds-color-theme-common-whiteboard-pen-black">#0f0f0f</color>
245
+ <color name="mds-color-theme-common-whiteboard-pen-red">#f55868</color>
246
+ <color name="mds-color-theme-common-whiteboard-pen-purple">#c233c4</color>
247
+ <color name="mds-color-theme-common-whiteboard-pen-blue">#64b4fa</color>
248
+ <color name="mds-color-theme-common-whiteboard-pen-green">#3cc29a</color>
249
+ <color name="mds-color-theme-common-whiteboard-pen-yellow">#f2990a</color>
250
+ <color name="mds-color-theme-common-whiteboard-pen-white">#ffffff</color>
251
+ <color name="mds-color-theme-common-text-primary-normal">#fffffff2</color>
252
+ <color name="mds-color-theme-common-text-primary-disabled">#ffffff66</color>
253
+ <color name="mds-color-theme-common-text-secondary-normal">#ffffffb3</color>
254
+ <color name="mds-color-theme-common-text-success-normal">#3cc29a</color>
255
+ <color name="mds-color-theme-common-text-success-hover">#9fedd8</color>
256
+ <color name="mds-color-theme-common-text-error-normal">#fc8b98</color>
257
+ <color name="mds-color-theme-common-text-error-hover">#ffd4da</color>
258
+ <color name="mds-color-theme-common-text-warning-normal">#f2990a</color>
259
+ <color name="mds-color-theme-common-text-warning-hover">#ffda94</color>
260
+ <color name="mds-color-theme-common-inverted-text-secondary-normal">#00000099</color>
261
+ <color name="mds-color-theme-common-inverted-text-primary-normal">#000000f2</color>
262
+ <color name="mds-color-theme-common-inverted-text-primary-disabled">#00000066</color>
263
+ <color name="mds-color-theme-common-inverted-button-secondary-normal">#00000000</color>
264
+ <color name="mds-color-theme-common-inverted-button-secondary-hover">#00000012</color>
265
+ <color name="mds-color-theme-common-inverted-button-secondary-pressed">#00000033</color>
266
+ <color name="mds-color-theme-common-inverted-button-secondary-disabled">#00000000</color>
267
+ <color name="mds-color-theme-common-overlays-primary-normal">#000000e6</color>
268
+ <color name="mds-color-theme-common-overlays-secondary-normal">#00000066</color>
269
+ <color name="mds-color-theme-common-overlays-meeting-normal-0">#00000000</color>
270
+ <color name="mds-color-theme-common-overlays-meeting-normal-1">#0000004d</color>
271
+ <color name="mds-color-theme-common-overlays-meeting-normal-2">#000000cc</color>
272
+ <color name="mds-color-theme-common-button-primary-normal">#fffffff2</color>
273
+ <color name="mds-color-theme-common-button-primary-hover">#ffffffcc</color>
274
+ <color name="mds-color-theme-common-button-primary-pressed">#ffffffb3</color>
275
+ <color name="mds-color-theme-common-button-primary-disabled">#ffffff33</color>
276
+ <color name="mds-color-theme-common-button-secondary-normal">#ffffff00</color>
277
+ <color name="mds-color-theme-common-button-secondary-hover">#ffffff12</color>
278
+ <color name="mds-color-theme-common-button-secondary-active-normal">#ffffff33</color>
279
+ <color name="mds-color-theme-common-button-secondary-active-hover">#ffffff4d</color>
280
+ <color name="mds-color-theme-common-button-secondary-active-pressed">#ffffff66</color>
281
+ <color name="mds-color-theme-common-button-secondary-active-disabled">#ffffff1c</color>
282
+ <color name="mds-color-theme-common-button-secondary-disabled">#ffffff00</color>
283
+ <color name="mds-color-theme-common-button-join-animated-gradient-normal">linear-gradient(90deg, #30c9b0 0%, #64b4fa 51%, #30c9b0 100%)</color>
284
+ <color name="mds-color-theme-common-button-promotion-normal">linear-gradient(45deg, #932099 0%, #a12a3a 100%)</color>
285
+ <color name="mds-color-theme-common-button-promotion-hover">linear-gradient(45deg, #601e66 0%, #66262d 100%)</color>
286
+ <color name="mds-color-theme-common-button-promotion-active">linear-gradient(45deg, #3b1840 0%, #3b1e21 100%)</color>
287
+ <color name="mds-color-theme-common-outline-button-normal">#ffffff4d</color>
288
+ <color name="mds-color-theme-common-outline-primary-normal">#ffffff66</color>
289
+ <color name="mds-color-theme-common-outline-primary-disabled">#ffffff33</color>
290
+ <color name="mds-color-theme-common-outline-input-normal">#ffffff80</color>
291
+ <color name="mds-color-theme-common-outline-secondary-normal">#00000033</color>
292
+ <color name="mds-color-theme-common-outline-secondary-disabled">#00000033</color>
293
+ <color name="mds-color-theme-common-outline-warning-normal">#f2990a</color>
294
+ <color name="mds-color-theme-common-control-share-content-selected">#3cc29a</color>
295
+ <color name="mds-color-theme-common-control-share-content-active">#c94403</color>
296
+ <color name="mds-color-theme-common-control-share-content-inactive">#707070</color>
297
+ <color name="mds-color-theme-common-control-inactive-normal">#00000033</color>
298
+ <color name="mds-color-theme-common-background-alert-share-normal">#c94403</color>
299
+ <color name="mds-color-theme-common-background-solid-dark">#1a1a1a</color>
300
+ <color name="mds-color-theme-common-background-solid-light">#ffffff</color>
301
+ <color name="mds-color-theme-common-content-pdf">#ee0507</color>
302
+ <color name="mds-color-theme-common-content-word">#0078d6</color>
303
+ <color name="mds-color-theme-common-content-powerpoint">#d93e17</color>
304
+ <color name="mds-color-theme-common-content-excel">#00893e</color>
305
+ <color name="mds-color-theme-common-content-onenote">#b839db</color>
306
+ <color name="mds-color-theme-common-content-sheets">#f4b400</color>
307
+ <color name="mds-color-theme-common-content-slides">#0f9d58</color>
308
+ <color name="mds-color-theme-common-content-keynote">#029cfb</color>
309
+ <color name="mds-color-theme-common-content-doc">#4285f4</color>
310
+ <color name="mds-color-theme-common-touchbar-background-blue-normal">#1170cf</color>
311
+ <color name="mds-color-theme-common-touchbar-background-blue-pressed">#063a75</color>
312
+ <color name="mds-color-theme-common-touchbar-background-pink-normal">#d43b52</color>
313
+ <color name="mds-color-theme-common-touchbar-background-pink-pressed">#66262d</color>
314
+ <color name="mds-color-theme-common-touchbar-background-mint-normal">#148579</color>
315
+ <color name="mds-color-theme-common-touchbar-background-mint-pressed">#12423f</color>
316
+ <color name="mds-color-theme-common-touchbar-background-purple-normal">#c233c4</color>
317
+ <color name="mds-color-theme-common-touchbar-background-purple-pressed">#601e66</color>
318
+ <color name="mds-color-theme-common-touchbar-background-violet-normal">#875ae0</color>
319
+ <color name="mds-color-theme-common-touchbar-background-violet-pressed">#432c78</color>
320
+ <color name="mds-color-theme-common-touchbar-background-orange-normal">#c94403</color>
321
+ <color name="mds-color-theme-common-touchbar-background-orange-pressed">#682601</color>
322
+ <color name="mds-color-theme-common-touchbar-background-green-normal">#1d805f</color>
323
+ <color name="mds-color-theme-common-touchbar-background-green-pressed">#134231</color>
324
+ <color name="mds-color-theme-common-touchbar-background-red-normal">#db1f2e</color>
325
+ <color name="mds-color-theme-common-touchbar-background-red-pressed">#780d13</color>
326
+ <color name="mds-color-theme-common-touchbar-background-transparent">#00000000</color>
327
+ <color name="mds-color-theme-common-touchbar-icon-attention">#fc8b98</color>
328
+ <color name="mds-color-theme-common-touchbar-icon-stable">#27a17a</color>
329
+ <color name="mds-color-theme-common-touchbar-icon-secure">#64b4fa</color>
330
+ <color name="mds-color-theme-scrollbar-button-normal">#ffffff66</color>
331
+ <color name="mds-color-theme-scrollbar-button-hover">#ffffff80</color>
332
+ <color name="mds-color-theme-scrollbar-button-pressed">#ffffff99</color>
333
+ <color name="mds-color-theme-scrollbar-arrow-normal">#ffffffb3</color>
334
+ <color name="mds-color-theme-scrollbar-arrow-background-normal">#ffffff00</color>
335
+ <color name="mds-color-theme-scrollbar-arrow-background-hover">#ffffff33</color>
336
+ <color name="mds-color-theme-scrollbar-arrow-background-pressed">#ffffff4d</color>
337
+ <color name="mds-color-theme-scrollbar-background-secondary-ghost">#ffffff00</color>
338
+ <color name="mds-color-theme-scrollbar-background-secondary-normal">#ffffff1c</color>
339
+ <color name="mds-color-theme-illustrations-empty-primary-0">#93c437</color>
340
+ <color name="mds-color-theme-illustrations-empty-primary-1">#279be8</color>
341
+ <color name="mds-color-theme-illustrations-empty-secondary-0">#279be8</color>
342
+ <color name="mds-color-theme-illustrations-empty-secondary-1">#875ae0</color>
343
+ <color name="mds-color-theme-illustrations-onboarding-primary-0">#ffbe4f</color>
344
+ <color name="mds-color-theme-illustrations-onboarding-primary-1">#93c437</color>
345
+ <color name="mds-color-theme-illustrations-onboarding-secondary-0">#f55868</color>
346
+ <color name="mds-color-theme-illustrations-onboarding-secondary-1">#875ae0</color>
347
+ <color name="mds-color-theme-illustrations-onboarding-tertiary-0">#ffbe4f</color>
348
+ <color name="mds-color-theme-illustrations-onboarding-tertiary-1">#ec6400</color>
349
+ <color name="mds-color-theme-illustrations-onboarding-quartenary-0">#93c437</color>
350
+ <color name="mds-color-theme-illustrations-onboarding-quartenary-1">#279be8</color>
351
+ <color name="mds-color-theme-illustrations-onboarding-quinary-0">#279be8</color>
352
+ <color name="mds-color-theme-illustrations-onboarding-quinary-1">#875ae0</color>
353
+ <color name="mds-color-theme-illustrations-success-0">#3cc29a</color>
354
+ <color name="mds-color-theme-illustrations-success-1">#93c437</color>
355
+ <color name="mds-color-theme-illustrations-error-0">#f0677e</color>
356
+ <color name="mds-color-theme-illustrations-error-1">#db1f2e</color>
357
+ <color name="mds-color-theme-illustrations-default">#ffffff</color>
358
+ <color name="mds-color-theme-globaltint-normal">#3492eb</color>
359
+ <color name="mds-color-theme-globaltint-selected">#1170cf</color>
360
+ <color name="mds-color-theme-groupedbackground-primary-normal">#000000</color>
361
+ <color name="mds-color-theme-groupedbackground-secondary-normal">#1a1a1a</color>
362
+ <color name="mds-color-theme-groupedbackground-tertiary-normal">#262626</color>
363
+ <color name="mds-color-theme-groupedbackground-quaternary-normal">#3b3b3b</color>
364
+ <color name="mds-color-theme-gradientdivider-default-normal">linear-gradient(90deg, #ffffff00 0%, #ffffff33 22.4%, #ffffff33 72.4%, #ffffff00 100%)</color>
365
+ <color name="mds-color-theme-gradientdivider-default-hover">linear-gradient(90deg, #ffffff00 0%, #ffffff99 22.4%, #ffffff99 72.4%, #ffffff00 100%)</color>
366
+ <color name="mds-color-theme-gradientdivider-error-normal">linear-gradient(90deg, #fc8b9800 0%, #fc8b9899 22.4%, #fc8b9899 76.04%, #fc8b9800 100%)</color>
367
+ <color name="mds-color-theme-gradientdivider-error-hover">linear-gradient(90deg, #fc8b9800 0%, #fc8b98e6 22.4%, #fc8b98e6 76.04%, #fc8b9800 100%)</color>
368
+ <color name="mds-color-theme-gradientdivider-warning-normal">linear-gradient(90deg, #f2990a00 0%, #f2990a99 22.4%, #f2990a99 76.04%, #f2990a00 100%)</color>
369
+ <color name="mds-color-theme-gradientdivider-warning-hover">linear-gradient(90deg, #f2990a00 0%, #f2990ae6 22.4%, #f2990ae6 76.04%, #f2990a00 100%)</color>
370
+ <color name="mds-color-theme-gradientdivider-announce-normal">linear-gradient(90deg, #64b4fa00 0%, #64b4fa99 22.4%, #64b4fa99 76.04%, #64b4fa00 100%)</color>
371
+ <color name="mds-color-theme-gradientdivider-announce-hover">linear-gradient(90deg, #64b4fa00 0%,#64b4faE6 22.4%, #64b4faE6 76.04%, #64b4fa00 100%)</color>
372
+ <color name="mds-color-theme-gradientdivider-success-normal">linear-gradient(90deg, #3cc29a00 0%, #3cc29a99 22.4%, #3cc29a99 76.04%, #3cc29a00 100%)</color>
373
+ <color name="mds-color-theme-gradientdivider-success-hover">linear-gradient(90deg, #3cc29a00 0%,#3cc29aE6 22.4%, #3cc29aE6 76.04%, #3cc29a00 100%)</color>
374
+ <color name="mds-color-theme-gradientdivider-orange-normal">linear-gradient(90deg, #fd884e00 0%, #fd884e99 22.4%, #fd884e99 76.04%, #fd884e00 100%)</color>
375
+ <color name="mds-color-theme-gradientdivider-orange-hover">linear-gradient(90deg, #fd884e00 0%,#fd884eE6 22.4%, #fd884eE6 76.04%, #fd884e00 100%)</color>
376
+ <color name="mds-color-theme-gradientdivider-purple-normal">linear-gradient(90deg, #f294f100 0%, #f294f199 22.4%, #f294f199 76.04%, #f294f100 100%)</color>
377
+ <color name="mds-color-theme-gradientdivider-purple-hover">linear-gradient(90deg, #f294f100 0%, #f294f1E6 22.4%, #f294f1E6 76.04%, #f294f100 100%)</color>
378
+ <color name="mds-color-theme-gradientdivider-vertical-normal">linear-gradient(0deg, #ffffff00 0%, #ffffff33 22.4%, #ffffff33 72.4%, #ffffff00 100%)</color>
379
+ <color name="mds-color-theme-gradientdivider-vertical-hover">linear-gradient(0deg, #ffffff00 0%, #ffffff99 22.4%, #ffffff99 72.4%, #ffffff00 100%)</color>
380
+ <color name="mds-color-theme-avatar-default">#545454</color>
381
+ <color name="mds-color-theme-avatar-hover">#ffffff12</color>
382
+ <color name="mds-color-theme-avatar-pressed">#ffffff33</color>
383
+ <color name="mds-color-theme-avatar-cobalt">#08599c</color>
384
+ <color name="mds-color-theme-avatar-cyan">#066070</color>
385
+ <color name="mds-color-theme-avatar-gold">#735107</color>
386
+ <color name="mds-color-theme-avatar-lime">#416116</color>
387
+ <color name="mds-color-theme-avatar-mint">#12615a</color>
388
+ <color name="mds-color-theme-avatar-orange">#9c3202</color>
389
+ <color name="mds-color-theme-avatar-pink">#a12a3a</color>
390
+ <color name="mds-color-theme-avatar-purple">#932099</color>
391
+ <color name="mds-color-theme-avatar-slate">#535573</color>
392
+ <color name="mds-color-theme-avatar-violet">#643abd</color>
393
+ <color name="mds-color-theme-avatar-yellow">#7d4705</color>
394
+ <color name="mds-color-theme-avatar-glass-normal">#ffffff12</color>
395
+ <color name="mds-color-theme-avatar-glass-active">#ffffffcc</color>
396
+ <color name="mds-color-theme-focus-default-0">#000000</color>
397
+ <color name="mds-color-theme-focus-default-1">#64b4fa</color>
398
+ <color name="mds-color-theme-focus-default-2">#64b4fa59</color>
399
+
400
+ </resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 06 Mar 2025 10:12:35 GMT
5
+ Generated on Tue, 25 Mar 2025 11:12:54 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-text-primary-normal">#fffffff2</color>
@@ -259,6 +259,7 @@
259
259
  <color name="mds-color-theme-common-text-warning-hover">#ffda94</color>
260
260
  <color name="mds-color-theme-common-inverted-text-secondary-normal">#00000099</color>
261
261
  <color name="mds-color-theme-common-inverted-text-primary-normal">#000000f2</color>
262
+ <color name="mds-color-theme-common-inverted-text-primary-disabled">#00000066</color>
262
263
  <color name="mds-color-theme-common-inverted-button-secondary-normal">#00000000</color>
263
264
  <color name="mds-color-theme-common-inverted-button-secondary-hover">#00000012</color>
264
265
  <color name="mds-color-theme-common-inverted-button-secondary-pressed">#00000033</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 06 Mar 2025 10:12:35 GMT
5
+ Generated on Tue, 25 Mar 2025 11:12:55 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-text-primary-normal">#ffffff</color>
@@ -317,6 +317,7 @@
317
317
  <color name="mds-color-theme-common-text-warning-normal">#ffffff</color>
318
318
  <color name="mds-color-theme-common-text-warning-hover">#ffffff</color>
319
319
  <color name="mds-color-theme-common-inverted-text-primary-normal">#000000</color>
320
+ <color name="mds-color-theme-common-inverted-text-primary-disabled">#3ff23f</color>
320
321
  <color name="mds-color-theme-common-inverted-text-secondary-normal">#000000</color>
321
322
  <color name="mds-color-theme-common-inverted-button-secondary-normal">#000000</color>
322
323
  <color name="mds-color-theme-common-inverted-button-secondary-hover">#1aebff</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 06 Mar 2025 10:12:36 GMT
5
+ Generated on Tue, 25 Mar 2025 11:12:55 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-text-primary-normal">#000000</color>
@@ -301,6 +301,7 @@
301
301
  <color name="mds-color-theme-common-text-warning-normal">#000000</color>
302
302
  <color name="mds-color-theme-common-text-warning-hover">#000000</color>
303
303
  <color name="mds-color-theme-common-inverted-text-primary-normal">#ffffff</color>
304
+ <color name="mds-color-theme-common-inverted-text-primary-disabled">#600000</color>
304
305
  <color name="mds-color-theme-common-inverted-text-secondary-normal">#ffffff</color>
305
306
  <color name="mds-color-theme-common-inverted-button-secondary-normal">#ffffff</color>
306
307
  <color name="mds-color-theme-common-inverted-button-secondary-hover">#37006e</color>