@momentum-design/tokens 0.3.3 → 0.5.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.
- package/dist/css/components/complete.css +3928 -4
- package/dist/css/core/complete.css +1 -1
- package/dist/css/effect/complete.css +1 -1
- package/dist/css/elevation/complete.css +1 -1
- package/dist/css/theme/aaos/day-complete.css +1 -1
- package/dist/css/theme/aaos/night-complete.css +1 -1
- package/dist/css/theme/webex/dark-bronze-stable.css +397 -0
- package/dist/css/theme/webex/dark-indigo-stable.css +397 -0
- package/dist/css/theme/webex/dark-jade-stable.css +397 -0
- package/dist/css/theme/webex/dark-lavender-stable.css +397 -0
- package/dist/css/theme/webex/dark-rose-stable.css +397 -0
- package/dist/css/theme/webex/dark-stable.css +4 -2
- package/dist/css/theme/webex/hc-dark-stable.css +3 -1
- package/dist/css/theme/webex/hc-light-stable.css +3 -1
- package/dist/css/theme/webex/light-bronze-stable.css +397 -0
- package/dist/css/theme/webex/light-indigo-stable.css +397 -0
- package/dist/css/theme/webex/light-jade-stable.css +397 -0
- package/dist/css/theme/webex/light-lavender-stable.css +397 -0
- package/dist/css/theme/webex/light-rose-stable.css +397 -0
- package/dist/css/theme/webex/light-stable.css +4 -2
- package/dist/css/typography/complete.css +1 -1
- package/dist/ios/core/complete.swift +1 -1
- package/dist/ios/effect/complete.swift +1 -1
- package/dist/ios/elevation/complete.swift +1 -1
- package/dist/ios/theme/aaos/day-complete.swift +1 -1
- package/dist/ios/theme/aaos/night-complete.swift +1 -1
- package/dist/ios/theme/webex/dark-bronze-stable.swift +403 -0
- package/dist/ios/theme/webex/dark-indigo-stable.swift +403 -0
- package/dist/ios/theme/webex/dark-jade-stable.swift +403 -0
- package/dist/ios/theme/webex/dark-lavender-stable.swift +403 -0
- package/dist/ios/theme/webex/dark-rose-stable.swift +403 -0
- package/dist/ios/theme/webex/dark-stable.swift +4 -2
- package/dist/ios/theme/webex/hc-dark-stable.swift +3 -1
- package/dist/ios/theme/webex/hc-light-stable.swift +3 -1
- package/dist/ios/theme/webex/light-bronze-stable.swift +403 -0
- package/dist/ios/theme/webex/light-indigo-stable.swift +403 -0
- package/dist/ios/theme/webex/light-jade-stable.swift +403 -0
- package/dist/ios/theme/webex/light-lavender-stable.swift +403 -0
- package/dist/ios/theme/webex/light-rose-stable.swift +403 -0
- package/dist/ios/theme/webex/light-stable.swift +4 -2
- package/dist/ios/typography/complete.swift +1 -1
- package/dist/ios-webex/theme/webex/dark-bronze-stable.swift +558 -0
- package/dist/ios-webex/theme/webex/dark-indigo-stable.swift +558 -0
- package/dist/ios-webex/theme/webex/dark-jade-stable.swift +558 -0
- package/dist/ios-webex/theme/webex/dark-lavender-stable.swift +558 -0
- package/dist/ios-webex/theme/webex/dark-rose-stable.swift +558 -0
- package/dist/ios-webex/theme/webex/dark-stable.swift +3 -1
- package/dist/ios-webex/theme/webex/hc-dark-stable.swift +2 -0
- package/dist/ios-webex/theme/webex/hc-light-stable.swift +6 -0
- package/dist/ios-webex/theme/webex/light-bronze-stable.swift +1620 -0
- package/dist/ios-webex/theme/webex/light-indigo-stable.swift +1620 -0
- package/dist/ios-webex/theme/webex/light-jade-stable.swift +1620 -0
- package/dist/ios-webex/theme/webex/light-lavender-stable.swift +1620 -0
- package/dist/ios-webex/theme/webex/light-rose-stable.swift +1620 -0
- package/dist/ios-webex/theme/webex/light-stable.swift +7 -1
- package/dist/json/theme/webex/dark-bronze-stable.json +11851 -0
- package/dist/json/theme/webex/dark-indigo-stable.json +11851 -0
- package/dist/json/theme/webex/dark-jade-stable.json +11851 -0
- package/dist/json/theme/webex/dark-lavender-stable.json +11851 -0
- package/dist/json/theme/webex/dark-rose-stable.json +11851 -0
- package/dist/json/theme/webex/dark-stable.json +67 -4
- package/dist/json/theme/webex/hc-dark-stable.json +60 -0
- package/dist/json/theme/webex/hc-light-stable.json +63 -0
- package/dist/json/theme/webex/light-bronze-stable.json +11917 -0
- package/dist/json/theme/webex/light-indigo-stable.json +11917 -0
- package/dist/json/theme/webex/light-jade-stable.json +11917 -0
- package/dist/json/theme/webex/light-lavender-stable.json +11917 -0
- package/dist/json/theme/webex/light-rose-stable.json +11917 -0
- package/dist/json/theme/webex/light-stable.json +67 -4
- package/dist/json-minimal/theme/webex/dark-bronze-stable.json +806 -0
- package/dist/json-minimal/theme/webex/dark-indigo-stable.json +806 -0
- package/dist/json-minimal/theme/webex/dark-jade-stable.json +806 -0
- package/dist/json-minimal/theme/webex/dark-lavender-stable.json +806 -0
- package/dist/json-minimal/theme/webex/dark-rose-stable.json +806 -0
- package/dist/json-minimal/theme/webex/dark-stable.json +9 -1
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +7 -1
- package/dist/json-minimal/theme/webex/hc-light-stable.json +9 -1
- package/dist/json-minimal/theme/webex/light-bronze-stable.json +806 -0
- package/dist/json-minimal/theme/webex/light-indigo-stable.json +806 -0
- package/dist/json-minimal/theme/webex/light-jade-stable.json +806 -0
- package/dist/json-minimal/theme/webex/light-lavender-stable.json +806 -0
- package/dist/json-minimal/theme/webex/light-rose-stable.json +806 -0
- package/dist/json-minimal/theme/webex/light-stable.json +9 -1
- package/dist/resources/core/complete.xml +1 -1
- package/dist/resources/effect/complete.xml +1 -1
- package/dist/resources/elevation/complete.xml +1 -1
- package/dist/resources/theme/aaos/day-complete.xml +1 -1
- package/dist/resources/theme/aaos/night-complete.xml +1 -1
- package/dist/resources/theme/webex/dark-bronze-stable.xml +399 -0
- package/dist/resources/theme/webex/dark-indigo-stable.xml +399 -0
- package/dist/resources/theme/webex/dark-jade-stable.xml +399 -0
- package/dist/resources/theme/webex/dark-lavender-stable.xml +399 -0
- package/dist/resources/theme/webex/dark-rose-stable.xml +399 -0
- package/dist/resources/theme/webex/dark-stable.xml +4 -2
- package/dist/resources/theme/webex/hc-dark-stable.xml +3 -1
- package/dist/resources/theme/webex/hc-light-stable.xml +3 -1
- package/dist/resources/theme/webex/light-bronze-stable.xml +399 -0
- package/dist/resources/theme/webex/light-indigo-stable.xml +399 -0
- package/dist/resources/theme/webex/light-jade-stable.xml +399 -0
- package/dist/resources/theme/webex/light-lavender-stable.xml +399 -0
- package/dist/resources/theme/webex/light-rose-stable.xml +399 -0
- package/dist/resources/theme/webex/light-stable.xml +4 -2
- package/dist/resources/typography/complete.xml +1 -1
- package/dist/scss/core/complete.scss +1 -1
- package/dist/scss/effect/complete.scss +1 -1
- package/dist/scss/elevation/complete.scss +1 -1
- package/dist/scss/theme/aaos/day-complete.scss +1 -1
- package/dist/scss/theme/aaos/night-complete.scss +1 -1
- package/dist/scss/theme/webex/dark-bronze-stable.scss +394 -0
- package/dist/scss/theme/webex/dark-indigo-stable.scss +394 -0
- package/dist/scss/theme/webex/dark-jade-stable.scss +394 -0
- package/dist/scss/theme/webex/dark-lavender-stable.scss +394 -0
- package/dist/scss/theme/webex/dark-rose-stable.scss +394 -0
- package/dist/scss/theme/webex/dark-stable.scss +4 -2
- package/dist/scss/theme/webex/hc-dark-stable.scss +3 -1
- package/dist/scss/theme/webex/hc-light-stable.scss +3 -1
- package/dist/scss/theme/webex/light-bronze-stable.scss +394 -0
- package/dist/scss/theme/webex/light-indigo-stable.scss +394 -0
- package/dist/scss/theme/webex/light-jade-stable.scss +394 -0
- package/dist/scss/theme/webex/light-lavender-stable.scss +394 -0
- package/dist/scss/theme/webex/light-rose-stable.scss +394 -0
- package/dist/scss/theme/webex/light-stable.scss +4 -2
- package/dist/scss/typography/complete.scss +1 -1
- package/package.json +3 -2
|
@@ -0,0 +1,399 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
|
|
3
|
+
<!--
|
|
4
|
+
Do not edit directly
|
|
5
|
+
Generated on Thu, 06 Mar 2025 17:27:10 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, #13182b 0%, #0e111a 100%)</color>
|
|
163
|
+
<color name="mds-color-theme-background-gradient-secondary-normal">linear-gradient(180deg, #212536 0%, #0e111a 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-button-secondary-normal">#00000000</color>
|
|
263
|
+
<color name="mds-color-theme-common-inverted-button-secondary-hover">#00000012</color>
|
|
264
|
+
<color name="mds-color-theme-common-inverted-button-secondary-pressed">#00000033</color>
|
|
265
|
+
<color name="mds-color-theme-common-inverted-button-secondary-disabled">#00000000</color>
|
|
266
|
+
<color name="mds-color-theme-common-overlays-primary-normal">#000000e6</color>
|
|
267
|
+
<color name="mds-color-theme-common-overlays-secondary-normal">#00000066</color>
|
|
268
|
+
<color name="mds-color-theme-common-overlays-meeting-normal-0">#00000000</color>
|
|
269
|
+
<color name="mds-color-theme-common-overlays-meeting-normal-1">#0000004d</color>
|
|
270
|
+
<color name="mds-color-theme-common-overlays-meeting-normal-2">#000000cc</color>
|
|
271
|
+
<color name="mds-color-theme-common-button-primary-normal">#fffffff2</color>
|
|
272
|
+
<color name="mds-color-theme-common-button-primary-hover">#ffffffcc</color>
|
|
273
|
+
<color name="mds-color-theme-common-button-primary-pressed">#ffffffb3</color>
|
|
274
|
+
<color name="mds-color-theme-common-button-primary-disabled">#ffffff33</color>
|
|
275
|
+
<color name="mds-color-theme-common-button-secondary-normal">#ffffff00</color>
|
|
276
|
+
<color name="mds-color-theme-common-button-secondary-hover">#ffffff12</color>
|
|
277
|
+
<color name="mds-color-theme-common-button-secondary-active-normal">#ffffff33</color>
|
|
278
|
+
<color name="mds-color-theme-common-button-secondary-active-hover">#ffffff4d</color>
|
|
279
|
+
<color name="mds-color-theme-common-button-secondary-active-pressed">#ffffff66</color>
|
|
280
|
+
<color name="mds-color-theme-common-button-secondary-active-disabled">#ffffff1c</color>
|
|
281
|
+
<color name="mds-color-theme-common-button-secondary-disabled">#ffffff00</color>
|
|
282
|
+
<color name="mds-color-theme-common-button-join-animated-gradient-normal">linear-gradient(90deg, #30c9b0 0%, #64b4fa 51%, #30c9b0 100%)</color>
|
|
283
|
+
<color name="mds-color-theme-common-button-promotion-normal">linear-gradient(45deg, #932099 0%, #a12a3a 100%)</color>
|
|
284
|
+
<color name="mds-color-theme-common-button-promotion-hover">linear-gradient(45deg, #601e66 0%, #66262d 100%)</color>
|
|
285
|
+
<color name="mds-color-theme-common-button-promotion-active">linear-gradient(45deg, #3b1840 0%, #3b1e21 100%)</color>
|
|
286
|
+
<color name="mds-color-theme-common-outline-button-normal">#ffffff4d</color>
|
|
287
|
+
<color name="mds-color-theme-common-outline-primary-normal">#ffffff66</color>
|
|
288
|
+
<color name="mds-color-theme-common-outline-primary-disabled">#ffffff33</color>
|
|
289
|
+
<color name="mds-color-theme-common-outline-input-normal">#ffffff80</color>
|
|
290
|
+
<color name="mds-color-theme-common-outline-secondary-normal">#00000033</color>
|
|
291
|
+
<color name="mds-color-theme-common-outline-secondary-disabled">#00000033</color>
|
|
292
|
+
<color name="mds-color-theme-common-outline-warning-normal">#f2990a</color>
|
|
293
|
+
<color name="mds-color-theme-common-control-share-content-selected">#3cc29a</color>
|
|
294
|
+
<color name="mds-color-theme-common-control-share-content-active">#c94403</color>
|
|
295
|
+
<color name="mds-color-theme-common-control-share-content-inactive">#707070</color>
|
|
296
|
+
<color name="mds-color-theme-common-control-inactive-normal">#00000033</color>
|
|
297
|
+
<color name="mds-color-theme-common-background-alert-share-normal">#c94403</color>
|
|
298
|
+
<color name="mds-color-theme-common-background-solid-dark">#1a1a1a</color>
|
|
299
|
+
<color name="mds-color-theme-common-background-solid-light">#ffffff</color>
|
|
300
|
+
<color name="mds-color-theme-common-content-pdf">#ee0507</color>
|
|
301
|
+
<color name="mds-color-theme-common-content-word">#0078d6</color>
|
|
302
|
+
<color name="mds-color-theme-common-content-powerpoint">#d93e17</color>
|
|
303
|
+
<color name="mds-color-theme-common-content-excel">#00893e</color>
|
|
304
|
+
<color name="mds-color-theme-common-content-onenote">#b839db</color>
|
|
305
|
+
<color name="mds-color-theme-common-content-sheets">#f4b400</color>
|
|
306
|
+
<color name="mds-color-theme-common-content-slides">#0f9d58</color>
|
|
307
|
+
<color name="mds-color-theme-common-content-keynote">#029cfb</color>
|
|
308
|
+
<color name="mds-color-theme-common-content-doc">#4285f4</color>
|
|
309
|
+
<color name="mds-color-theme-common-touchbar-background-blue-normal">#1170cf</color>
|
|
310
|
+
<color name="mds-color-theme-common-touchbar-background-blue-pressed">#063a75</color>
|
|
311
|
+
<color name="mds-color-theme-common-touchbar-background-pink-normal">#d43b52</color>
|
|
312
|
+
<color name="mds-color-theme-common-touchbar-background-pink-pressed">#66262d</color>
|
|
313
|
+
<color name="mds-color-theme-common-touchbar-background-mint-normal">#148579</color>
|
|
314
|
+
<color name="mds-color-theme-common-touchbar-background-mint-pressed">#12423f</color>
|
|
315
|
+
<color name="mds-color-theme-common-touchbar-background-purple-normal">#c233c4</color>
|
|
316
|
+
<color name="mds-color-theme-common-touchbar-background-purple-pressed">#601e66</color>
|
|
317
|
+
<color name="mds-color-theme-common-touchbar-background-violet-normal">#875ae0</color>
|
|
318
|
+
<color name="mds-color-theme-common-touchbar-background-violet-pressed">#432c78</color>
|
|
319
|
+
<color name="mds-color-theme-common-touchbar-background-orange-normal">#c94403</color>
|
|
320
|
+
<color name="mds-color-theme-common-touchbar-background-orange-pressed">#682601</color>
|
|
321
|
+
<color name="mds-color-theme-common-touchbar-background-green-normal">#1d805f</color>
|
|
322
|
+
<color name="mds-color-theme-common-touchbar-background-green-pressed">#134231</color>
|
|
323
|
+
<color name="mds-color-theme-common-touchbar-background-red-normal">#db1f2e</color>
|
|
324
|
+
<color name="mds-color-theme-common-touchbar-background-red-pressed">#780d13</color>
|
|
325
|
+
<color name="mds-color-theme-common-touchbar-background-transparent">#00000000</color>
|
|
326
|
+
<color name="mds-color-theme-common-touchbar-icon-attention">#fc8b98</color>
|
|
327
|
+
<color name="mds-color-theme-common-touchbar-icon-stable">#27a17a</color>
|
|
328
|
+
<color name="mds-color-theme-common-touchbar-icon-secure">#64b4fa</color>
|
|
329
|
+
<color name="mds-color-theme-scrollbar-button-normal">#ffffff66</color>
|
|
330
|
+
<color name="mds-color-theme-scrollbar-button-hover">#ffffff80</color>
|
|
331
|
+
<color name="mds-color-theme-scrollbar-button-pressed">#ffffff99</color>
|
|
332
|
+
<color name="mds-color-theme-scrollbar-arrow-normal">#ffffffb3</color>
|
|
333
|
+
<color name="mds-color-theme-scrollbar-arrow-background-normal">#ffffff00</color>
|
|
334
|
+
<color name="mds-color-theme-scrollbar-arrow-background-hover">#ffffff33</color>
|
|
335
|
+
<color name="mds-color-theme-scrollbar-arrow-background-pressed">#ffffff4d</color>
|
|
336
|
+
<color name="mds-color-theme-scrollbar-background-secondary-ghost">#ffffff00</color>
|
|
337
|
+
<color name="mds-color-theme-scrollbar-background-secondary-normal">#ffffff1c</color>
|
|
338
|
+
<color name="mds-color-theme-illustrations-empty-primary-0">#93c437</color>
|
|
339
|
+
<color name="mds-color-theme-illustrations-empty-primary-1">#279be8</color>
|
|
340
|
+
<color name="mds-color-theme-illustrations-empty-secondary-0">#279be8</color>
|
|
341
|
+
<color name="mds-color-theme-illustrations-empty-secondary-1">#875ae0</color>
|
|
342
|
+
<color name="mds-color-theme-illustrations-onboarding-primary-0">#ffbe4f</color>
|
|
343
|
+
<color name="mds-color-theme-illustrations-onboarding-primary-1">#93c437</color>
|
|
344
|
+
<color name="mds-color-theme-illustrations-onboarding-secondary-0">#f55868</color>
|
|
345
|
+
<color name="mds-color-theme-illustrations-onboarding-secondary-1">#875ae0</color>
|
|
346
|
+
<color name="mds-color-theme-illustrations-onboarding-tertiary-0">#ffbe4f</color>
|
|
347
|
+
<color name="mds-color-theme-illustrations-onboarding-tertiary-1">#ec6400</color>
|
|
348
|
+
<color name="mds-color-theme-illustrations-onboarding-quartenary-0">#93c437</color>
|
|
349
|
+
<color name="mds-color-theme-illustrations-onboarding-quartenary-1">#279be8</color>
|
|
350
|
+
<color name="mds-color-theme-illustrations-onboarding-quinary-0">#279be8</color>
|
|
351
|
+
<color name="mds-color-theme-illustrations-onboarding-quinary-1">#875ae0</color>
|
|
352
|
+
<color name="mds-color-theme-illustrations-success-0">#3cc29a</color>
|
|
353
|
+
<color name="mds-color-theme-illustrations-success-1">#93c437</color>
|
|
354
|
+
<color name="mds-color-theme-illustrations-error-0">#f0677e</color>
|
|
355
|
+
<color name="mds-color-theme-illustrations-error-1">#db1f2e</color>
|
|
356
|
+
<color name="mds-color-theme-illustrations-default">#ffffff</color>
|
|
357
|
+
<color name="mds-color-theme-globaltint-normal">#3492eb</color>
|
|
358
|
+
<color name="mds-color-theme-globaltint-selected">#1170cf</color>
|
|
359
|
+
<color name="mds-color-theme-groupedbackground-primary-normal">#000000</color>
|
|
360
|
+
<color name="mds-color-theme-groupedbackground-secondary-normal">#1a1a1a</color>
|
|
361
|
+
<color name="mds-color-theme-groupedbackground-tertiary-normal">#262626</color>
|
|
362
|
+
<color name="mds-color-theme-groupedbackground-quaternary-normal">#3b3b3b</color>
|
|
363
|
+
<color name="mds-color-theme-gradientdivider-default-normal">linear-gradient(90deg, #ffffff00 0%, #ffffff33 22.4%, #ffffff33 72.4%, #ffffff00 100%)</color>
|
|
364
|
+
<color name="mds-color-theme-gradientdivider-default-hover">linear-gradient(90deg, #ffffff00 0%, #ffffff99 22.4%, #ffffff99 72.4%, #ffffff00 100%)</color>
|
|
365
|
+
<color name="mds-color-theme-gradientdivider-error-normal">linear-gradient(90deg, #fc8b9800 0%, #fc8b9899 22.4%, #fc8b9899 76.04%, #fc8b9800 100%)</color>
|
|
366
|
+
<color name="mds-color-theme-gradientdivider-error-hover">linear-gradient(90deg, #fc8b9800 0%, #fc8b98e6 22.4%, #fc8b98e6 76.04%, #fc8b9800 100%)</color>
|
|
367
|
+
<color name="mds-color-theme-gradientdivider-warning-normal">linear-gradient(90deg, #f2990a00 0%, #f2990a99 22.4%, #f2990a99 76.04%, #f2990a00 100%)</color>
|
|
368
|
+
<color name="mds-color-theme-gradientdivider-warning-hover">linear-gradient(90deg, #f2990a00 0%, #f2990ae6 22.4%, #f2990ae6 76.04%, #f2990a00 100%)</color>
|
|
369
|
+
<color name="mds-color-theme-gradientdivider-announce-normal">linear-gradient(90deg, #64b4fa00 0%, #64b4fa99 22.4%, #64b4fa99 76.04%, #64b4fa00 100%)</color>
|
|
370
|
+
<color name="mds-color-theme-gradientdivider-announce-hover">linear-gradient(90deg, #64b4fa00 0%,#64b4faE6 22.4%, #64b4faE6 76.04%, #64b4fa00 100%)</color>
|
|
371
|
+
<color name="mds-color-theme-gradientdivider-success-normal">linear-gradient(90deg, #3cc29a00 0%, #3cc29a99 22.4%, #3cc29a99 76.04%, #3cc29a00 100%)</color>
|
|
372
|
+
<color name="mds-color-theme-gradientdivider-success-hover">linear-gradient(90deg, #3cc29a00 0%,#3cc29aE6 22.4%, #3cc29aE6 76.04%, #3cc29a00 100%)</color>
|
|
373
|
+
<color name="mds-color-theme-gradientdivider-orange-normal">linear-gradient(90deg, #fd884e00 0%, #fd884e99 22.4%, #fd884e99 76.04%, #fd884e00 100%)</color>
|
|
374
|
+
<color name="mds-color-theme-gradientdivider-orange-hover">linear-gradient(90deg, #fd884e00 0%,#fd884eE6 22.4%, #fd884eE6 76.04%, #fd884e00 100%)</color>
|
|
375
|
+
<color name="mds-color-theme-gradientdivider-purple-normal">linear-gradient(90deg, #f294f100 0%, #f294f199 22.4%, #f294f199 76.04%, #f294f100 100%)</color>
|
|
376
|
+
<color name="mds-color-theme-gradientdivider-purple-hover">linear-gradient(90deg, #f294f100 0%, #f294f1E6 22.4%, #f294f1E6 76.04%, #f294f100 100%)</color>
|
|
377
|
+
<color name="mds-color-theme-gradientdivider-vertical-normal">linear-gradient(0deg, #ffffff00 0%, #ffffff33 22.4%, #ffffff33 72.4%, #ffffff00 100%)</color>
|
|
378
|
+
<color name="mds-color-theme-gradientdivider-vertical-hover">linear-gradient(0deg, #ffffff00 0%, #ffffff99 22.4%, #ffffff99 72.4%, #ffffff00 100%)</color>
|
|
379
|
+
<color name="mds-color-theme-avatar-default">#545454</color>
|
|
380
|
+
<color name="mds-color-theme-avatar-hover">#ffffff12</color>
|
|
381
|
+
<color name="mds-color-theme-avatar-pressed">#ffffff33</color>
|
|
382
|
+
<color name="mds-color-theme-avatar-cobalt">#08599c</color>
|
|
383
|
+
<color name="mds-color-theme-avatar-cyan">#066070</color>
|
|
384
|
+
<color name="mds-color-theme-avatar-gold">#735107</color>
|
|
385
|
+
<color name="mds-color-theme-avatar-lime">#416116</color>
|
|
386
|
+
<color name="mds-color-theme-avatar-mint">#12615a</color>
|
|
387
|
+
<color name="mds-color-theme-avatar-orange">#9c3202</color>
|
|
388
|
+
<color name="mds-color-theme-avatar-pink">#a12a3a</color>
|
|
389
|
+
<color name="mds-color-theme-avatar-purple">#932099</color>
|
|
390
|
+
<color name="mds-color-theme-avatar-slate">#535573</color>
|
|
391
|
+
<color name="mds-color-theme-avatar-violet">#643abd</color>
|
|
392
|
+
<color name="mds-color-theme-avatar-yellow">#7d4705</color>
|
|
393
|
+
<color name="mds-color-theme-avatar-glass-normal">#ffffff12</color>
|
|
394
|
+
<color name="mds-color-theme-avatar-glass-active">#ffffffcc</color>
|
|
395
|
+
<color name="mds-color-theme-focus-default-0">#000000</color>
|
|
396
|
+
<color name="mds-color-theme-focus-default-1">#64b4fa</color>
|
|
397
|
+
<color name="mds-color-theme-focus-default-2">#64b4fa59</color>
|
|
398
|
+
|
|
399
|
+
</resources>
|