@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.
- package/dist/css/components/complete.css +3934 -2
- 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 +398 -0
- package/dist/css/theme/webex/dark-indigo-stable.css +398 -0
- package/dist/css/theme/webex/dark-jade-stable.css +398 -0
- package/dist/css/theme/webex/dark-lavender-stable.css +398 -0
- package/dist/css/theme/webex/dark-rose-stable.css +398 -0
- package/dist/css/theme/webex/dark-stable.css +2 -1
- package/dist/css/theme/webex/hc-dark-stable.css +2 -1
- package/dist/css/theme/webex/hc-light-stable.css +2 -1
- package/dist/css/theme/webex/light-bronze-stable.css +398 -0
- package/dist/css/theme/webex/light-indigo-stable.css +398 -0
- package/dist/css/theme/webex/light-jade-stable.css +398 -0
- package/dist/css/theme/webex/light-lavender-stable.css +398 -0
- package/dist/css/theme/webex/light-rose-stable.css +398 -0
- package/dist/css/theme/webex/light-stable.css +2 -1
- 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 +404 -0
- package/dist/ios/theme/webex/dark-indigo-stable.swift +404 -0
- package/dist/ios/theme/webex/dark-jade-stable.swift +404 -0
- package/dist/ios/theme/webex/dark-lavender-stable.swift +404 -0
- package/dist/ios/theme/webex/dark-rose-stable.swift +404 -0
- package/dist/ios/theme/webex/dark-stable.swift +2 -1
- package/dist/ios/theme/webex/hc-dark-stable.swift +2 -1
- package/dist/ios/theme/webex/hc-light-stable.swift +2 -1
- package/dist/ios/theme/webex/light-bronze-stable.swift +404 -0
- package/dist/ios/theme/webex/light-indigo-stable.swift +404 -0
- package/dist/ios/theme/webex/light-jade-stable.swift +404 -0
- package/dist/ios/theme/webex/light-lavender-stable.swift +404 -0
- package/dist/ios/theme/webex/light-rose-stable.swift +404 -0
- package/dist/ios/theme/webex/light-stable.swift +2 -1
- package/dist/ios/typography/complete.swift +1 -1
- package/dist/ios-webex/theme/webex/dark-bronze-stable.swift +559 -0
- package/dist/ios-webex/theme/webex/dark-indigo-stable.swift +559 -0
- package/dist/ios-webex/theme/webex/dark-jade-stable.swift +559 -0
- package/dist/ios-webex/theme/webex/dark-lavender-stable.swift +559 -0
- package/dist/ios-webex/theme/webex/dark-rose-stable.swift +559 -0
- package/dist/ios-webex/theme/webex/dark-stable.swift +1 -0
- package/dist/ios-webex/theme/webex/hc-dark-stable.swift +1 -0
- package/dist/ios-webex/theme/webex/hc-light-stable.swift +3 -0
- package/dist/ios-webex/theme/webex/light-bronze-stable.swift +1623 -0
- package/dist/ios-webex/theme/webex/light-indigo-stable.swift +1623 -0
- package/dist/ios-webex/theme/webex/light-jade-stable.swift +1623 -0
- package/dist/ios-webex/theme/webex/light-lavender-stable.swift +1623 -0
- package/dist/ios-webex/theme/webex/light-rose-stable.swift +1623 -0
- package/dist/ios-webex/theme/webex/light-stable.swift +3 -0
- package/dist/json/theme/webex/dark-bronze-stable.json +11878 -0
- package/dist/json/theme/webex/dark-indigo-stable.json +11878 -0
- package/dist/json/theme/webex/dark-jade-stable.json +11878 -0
- package/dist/json/theme/webex/dark-lavender-stable.json +11878 -0
- package/dist/json/theme/webex/dark-rose-stable.json +11878 -0
- package/dist/json/theme/webex/dark-stable.json +30 -3
- package/dist/json/theme/webex/hc-dark-stable.json +27 -0
- package/dist/json/theme/webex/hc-light-stable.json +27 -0
- package/dist/json/theme/webex/light-bronze-stable.json +11944 -0
- package/dist/json/theme/webex/light-indigo-stable.json +11944 -0
- package/dist/json/theme/webex/light-jade-stable.json +11944 -0
- package/dist/json/theme/webex/light-lavender-stable.json +11944 -0
- package/dist/json/theme/webex/light-rose-stable.json +11944 -0
- package/dist/json/theme/webex/light-stable.json +27 -0
- package/dist/json-minimal/theme/webex/dark-bronze-stable.json +807 -0
- package/dist/json-minimal/theme/webex/dark-indigo-stable.json +807 -0
- package/dist/json-minimal/theme/webex/dark-jade-stable.json +807 -0
- package/dist/json-minimal/theme/webex/dark-lavender-stable.json +807 -0
- package/dist/json-minimal/theme/webex/dark-rose-stable.json +807 -0
- package/dist/json-minimal/theme/webex/dark-stable.json +2 -1
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +2 -1
- package/dist/json-minimal/theme/webex/hc-light-stable.json +2 -1
- package/dist/json-minimal/theme/webex/light-bronze-stable.json +807 -0
- package/dist/json-minimal/theme/webex/light-indigo-stable.json +807 -0
- package/dist/json-minimal/theme/webex/light-jade-stable.json +807 -0
- package/dist/json-minimal/theme/webex/light-lavender-stable.json +807 -0
- package/dist/json-minimal/theme/webex/light-rose-stable.json +807 -0
- package/dist/json-minimal/theme/webex/light-stable.json +2 -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 +400 -0
- package/dist/resources/theme/webex/dark-indigo-stable.xml +400 -0
- package/dist/resources/theme/webex/dark-jade-stable.xml +400 -0
- package/dist/resources/theme/webex/dark-lavender-stable.xml +400 -0
- package/dist/resources/theme/webex/dark-rose-stable.xml +400 -0
- package/dist/resources/theme/webex/dark-stable.xml +2 -1
- package/dist/resources/theme/webex/hc-dark-stable.xml +2 -1
- package/dist/resources/theme/webex/hc-light-stable.xml +2 -1
- package/dist/resources/theme/webex/light-bronze-stable.xml +400 -0
- package/dist/resources/theme/webex/light-indigo-stable.xml +400 -0
- package/dist/resources/theme/webex/light-jade-stable.xml +400 -0
- package/dist/resources/theme/webex/light-lavender-stable.xml +400 -0
- package/dist/resources/theme/webex/light-rose-stable.xml +400 -0
- package/dist/resources/theme/webex/light-stable.xml +2 -1
- 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 +395 -0
- package/dist/scss/theme/webex/dark-indigo-stable.scss +395 -0
- package/dist/scss/theme/webex/dark-jade-stable.scss +395 -0
- package/dist/scss/theme/webex/dark-lavender-stable.scss +395 -0
- package/dist/scss/theme/webex/dark-rose-stable.scss +395 -0
- package/dist/scss/theme/webex/dark-stable.scss +2 -1
- package/dist/scss/theme/webex/hc-dark-stable.scss +2 -1
- package/dist/scss/theme/webex/hc-light-stable.scss +2 -1
- package/dist/scss/theme/webex/light-bronze-stable.scss +395 -0
- package/dist/scss/theme/webex/light-indigo-stable.scss +395 -0
- package/dist/scss/theme/webex/light-jade-stable.scss +395 -0
- package/dist/scss/theme/webex/light-lavender-stable.scss +395 -0
- package/dist/scss/theme/webex/light-rose-stable.scss +395 -0
- package/dist/scss/theme/webex/light-stable.scss +2 -1
- package/dist/scss/typography/complete.scss +1 -1
- package/package.json +3 -2
|
@@ -0,0 +1,404 @@
|
|
|
1
|
+
|
|
2
|
+
//
|
|
3
|
+
// theme/webex/light-jade-stable.swift
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
// Do not edit directly
|
|
7
|
+
// Generated on Tue, 25 Mar 2025 11:12:59 GMT
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
import UIKit
|
|
11
|
+
|
|
12
|
+
public class {
|
|
13
|
+
public static let mdsColorThemeAvatarCobalt = #08599c
|
|
14
|
+
public static let mdsColorThemeAvatarCyan = #066070
|
|
15
|
+
public static let mdsColorThemeAvatarDefault = #545454
|
|
16
|
+
public static let mdsColorThemeAvatarGlassActive = #ffffffcc
|
|
17
|
+
public static let mdsColorThemeAvatarGlassNormal = #00000012
|
|
18
|
+
public static let mdsColorThemeAvatarGold = #735107
|
|
19
|
+
public static let mdsColorThemeAvatarHover = #00000012
|
|
20
|
+
public static let mdsColorThemeAvatarLime = #416116
|
|
21
|
+
public static let mdsColorThemeAvatarMint = #12615a
|
|
22
|
+
public static let mdsColorThemeAvatarOrange = #9c3202
|
|
23
|
+
public static let mdsColorThemeAvatarPink = #a12a3a
|
|
24
|
+
public static let mdsColorThemeAvatarPressed = #00000033
|
|
25
|
+
public static let mdsColorThemeAvatarPurple = #932099
|
|
26
|
+
public static let mdsColorThemeAvatarSlate = #535573
|
|
27
|
+
public static let mdsColorThemeAvatarViolet = #643abd
|
|
28
|
+
public static let mdsColorThemeAvatarYellow = #7d4705
|
|
29
|
+
public static let mdsColorThemeBackgroundAccentActive = #0353a8
|
|
30
|
+
public static let mdsColorThemeBackgroundAccentNormal = #1170cf
|
|
31
|
+
public static let mdsColorThemeBackgroundAlertDefaultActive = #c9c9c9
|
|
32
|
+
public static let mdsColorThemeBackgroundAlertDefaultHover = #dedede
|
|
33
|
+
public static let mdsColorThemeBackgroundAlertDefaultNormal = #dedede
|
|
34
|
+
public static let mdsColorThemeBackgroundAlertErrorActive = #ffd4da
|
|
35
|
+
public static let mdsColorThemeBackgroundAlertErrorHover = #ffe8ea
|
|
36
|
+
public static let mdsColorThemeBackgroundAlertErrorNormal = #ffe8ea
|
|
37
|
+
public static let mdsColorThemeBackgroundAlertOrangeActive = #fed5ac
|
|
38
|
+
public static let mdsColorThemeBackgroundAlertOrangeHover = #feebd7
|
|
39
|
+
public static let mdsColorThemeBackgroundAlertOrangeNormal = #feebd7
|
|
40
|
+
public static let mdsColorThemeBackgroundAlertPurpleActive = #fce1fc
|
|
41
|
+
public static let mdsColorThemeBackgroundAlertPurpleHover = #fcf2fc
|
|
42
|
+
public static let mdsColorThemeBackgroundAlertPurpleNormal = #fcf2fc
|
|
43
|
+
public static let mdsColorThemeBackgroundAlertSuccessActive = #9fedd8
|
|
44
|
+
public static let mdsColorThemeBackgroundAlertSuccessHover = #cef5eb
|
|
45
|
+
public static let mdsColorThemeBackgroundAlertSuccessNormal = #cef5eb
|
|
46
|
+
public static let mdsColorThemeBackgroundAlertThemeActive = #bfe3ff
|
|
47
|
+
public static let mdsColorThemeBackgroundAlertThemeHover = #dbf0ff
|
|
48
|
+
public static let mdsColorThemeBackgroundAlertThemeNormal = #dbf0ff
|
|
49
|
+
public static let mdsColorThemeBackgroundAlertWarningActive = #ffda94
|
|
50
|
+
public static let mdsColorThemeBackgroundAlertWarningHover = #ffebc2
|
|
51
|
+
public static let mdsColorThemeBackgroundAlertWarningNormal = #ffebc2
|
|
52
|
+
public static let mdsColorThemeBackgroundGlassNormal = #ffffff99
|
|
53
|
+
public static let mdsColorThemeBackgroundGlassOverlayInactive = #ffffff66
|
|
54
|
+
public static let mdsColorThemeBackgroundGlassOverlayNormal = #ffffffcc
|
|
55
|
+
public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #e6f2f1 0%, #ffffff 100%)
|
|
56
|
+
public static let mdsColorThemeBackgroundGradientSecondaryNormal = linear-gradient(180deg, #f7fcfc 0%, #ffffff 100%)
|
|
57
|
+
public static let mdsColorThemeBackgroundLabelCobaltActive = #99ddff
|
|
58
|
+
public static let mdsColorThemeBackgroundLabelCobaltHover = #c7eeff
|
|
59
|
+
public static let mdsColorThemeBackgroundLabelCobaltNormal = #e5f8ff
|
|
60
|
+
public static let mdsColorThemeBackgroundLabelDefaultActive = #c9c9c9
|
|
61
|
+
public static let mdsColorThemeBackgroundLabelDefaultHover = #dedede
|
|
62
|
+
public static let mdsColorThemeBackgroundLabelDefaultNormal = #ededed
|
|
63
|
+
public static let mdsColorThemeBackgroundLabelErrorActive = #ffb8c1
|
|
64
|
+
public static let mdsColorThemeBackgroundLabelErrorHover = #ffd4da
|
|
65
|
+
public static let mdsColorThemeBackgroundLabelErrorNormal = #ffe8ea
|
|
66
|
+
public static let mdsColorThemeBackgroundLabelGoldActive = #ebd460
|
|
67
|
+
public static let mdsColorThemeBackgroundLabelGoldHover = #f5eaa2
|
|
68
|
+
public static let mdsColorThemeBackgroundLabelGoldNormal = #f7f6dc
|
|
69
|
+
public static let mdsColorThemeBackgroundLabelLimeActive = #bce36f
|
|
70
|
+
public static let mdsColorThemeBackgroundLabelLimeHover = #ddf2ae
|
|
71
|
+
public static let mdsColorThemeBackgroundLabelLimeNormal = #f3f7e9
|
|
72
|
+
public static let mdsColorThemeBackgroundLabelMintActive = #74e8d1
|
|
73
|
+
public static let mdsColorThemeBackgroundLabelMintHover = #baf5e7
|
|
74
|
+
public static let mdsColorThemeBackgroundLabelMintNormal = #e9f7f3
|
|
75
|
+
public static let mdsColorThemeBackgroundLabelOrangeActive = #feba7f
|
|
76
|
+
public static let mdsColorThemeBackgroundLabelOrangeHover = #fed5ac
|
|
77
|
+
public static let mdsColorThemeBackgroundLabelOrangeNormal = #feebd7
|
|
78
|
+
public static let mdsColorThemeBackgroundLabelPinkActive = #ffc7d2
|
|
79
|
+
public static let mdsColorThemeBackgroundLabelPinkHover = #ffe0e7
|
|
80
|
+
public static let mdsColorThemeBackgroundLabelPinkNormal = #fff2f5
|
|
81
|
+
public static let mdsColorThemeBackgroundLabelPurpleActive = #fac3f8
|
|
82
|
+
public static let mdsColorThemeBackgroundLabelPurpleHover = #fce1fc
|
|
83
|
+
public static let mdsColorThemeBackgroundLabelPurpleNormal = #fcf2fc
|
|
84
|
+
public static let mdsColorThemeBackgroundLabelSlateActive = #ced2ed
|
|
85
|
+
public static let mdsColorThemeBackgroundLabelSlateHover = #e3e7fa
|
|
86
|
+
public static let mdsColorThemeBackgroundLabelSlateNormal = #f2f4ff
|
|
87
|
+
public static let mdsColorThemeBackgroundLabelVioletActive = #e2cafc
|
|
88
|
+
public static let mdsColorThemeBackgroundLabelVioletHover = #f0e3fc
|
|
89
|
+
public static let mdsColorThemeBackgroundLabelVioletNormal = #f8f2fc
|
|
90
|
+
public static let mdsColorThemeBackgroundNamelabelNormal = #00000099
|
|
91
|
+
public static let mdsColorThemeBackgroundPrimaryActive = #0000001c
|
|
92
|
+
public static let mdsColorThemeBackgroundPrimaryDisabled = #00000000
|
|
93
|
+
public static let mdsColorThemeBackgroundPrimaryGhost = #00000000
|
|
94
|
+
public static let mdsColorThemeBackgroundPrimaryHover = #00000012
|
|
95
|
+
public static let mdsColorThemeBackgroundReactionNormal = linear-gradient(90deg, #ffffffe6 0%, #ffffff00 100%)
|
|
96
|
+
public static let mdsColorThemeBackgroundSecondaryActive = #0000004d
|
|
97
|
+
public static let mdsColorThemeBackgroundSecondaryDisabled = #00000000
|
|
98
|
+
public static let mdsColorThemeBackgroundSecondaryHover = #00000033
|
|
99
|
+
public static let mdsColorThemeBackgroundSecondaryNormal = #0000001c
|
|
100
|
+
public static let mdsColorThemeBackgroundSkeletonNormal = linear-gradient(123deg, #00000033 0%, #0000004d 27.6%, #00000066 58.85%, #00000080 100%)
|
|
101
|
+
public static let mdsColorThemeBackgroundSolidPrimaryNormal = #ffffff
|
|
102
|
+
public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #ffffff
|
|
103
|
+
public static let mdsColorThemeBackgroundSolidSecondaryNormal = #f7f7f7
|
|
104
|
+
public static let mdsColorThemeBackgroundSolidTertiaryNormal = #ededed
|
|
105
|
+
public static let mdsColorThemeButtonAccentHover = #0353a8
|
|
106
|
+
public static let mdsColorThemeButtonAccentNormal = #1170cf
|
|
107
|
+
public static let mdsColorThemeButtonAccentPressed = #063a75
|
|
108
|
+
public static let mdsColorThemeButtonCancelHover = #ab0a15
|
|
109
|
+
public static let mdsColorThemeButtonCancelNormal = #db1f2e
|
|
110
|
+
public static let mdsColorThemeButtonCancelPressed = #780d13
|
|
111
|
+
public static let mdsColorThemeButtonGlassPrimaryHover = #000000b3
|
|
112
|
+
public static let mdsColorThemeButtonGlassPrimaryNormal = #000000cc
|
|
113
|
+
public static let mdsColorThemeButtonGlassPrimaryPressed = #00000099
|
|
114
|
+
public static let mdsColorThemeButtonJoinHover = #185e46
|
|
115
|
+
public static let mdsColorThemeButtonJoinNormal = #1d805f
|
|
116
|
+
public static let mdsColorThemeButtonJoinPressed = #134231
|
|
117
|
+
public static let mdsColorThemeButtonPrimaryDisabled = #00000033
|
|
118
|
+
public static let mdsColorThemeButtonPrimaryHover = #000000cc
|
|
119
|
+
public static let mdsColorThemeButtonPrimaryNormal = #000000f2
|
|
120
|
+
public static let mdsColorThemeButtonPrimaryPressed = #000000b3
|
|
121
|
+
public static let mdsColorThemeButtonSecondaryActiveDisabled = #0000001c
|
|
122
|
+
public static let mdsColorThemeButtonSecondaryActiveHover = #0000004d
|
|
123
|
+
public static let mdsColorThemeButtonSecondaryActiveNormal = #00000033
|
|
124
|
+
public static let mdsColorThemeButtonSecondaryActivePressed = #00000066
|
|
125
|
+
public static let mdsColorThemeButtonSecondaryDisabled = #00000000
|
|
126
|
+
public static let mdsColorThemeButtonSecondaryHover = #00000012
|
|
127
|
+
public static let mdsColorThemeButtonSecondaryNormal = #00000000
|
|
128
|
+
public static let mdsColorThemeButtonSecondaryPressed = #00000033
|
|
129
|
+
public static let mdsColorThemeCommonBackgroundAlertShareNormal = #c94403
|
|
130
|
+
public static let mdsColorThemeCommonBackgroundSolidDark = #1a1a1a
|
|
131
|
+
public static let mdsColorThemeCommonBackgroundSolidLight = #ffffff
|
|
132
|
+
public static let mdsColorThemeCommonButtonJoinAnimatedGradientNormal = linear-gradient(90deg, #30c9b0 0%, #64b4fa 51%, #30c9b0 100%)
|
|
133
|
+
public static let mdsColorThemeCommonButtonPrimaryDisabled = #ffffff33
|
|
134
|
+
public static let mdsColorThemeCommonButtonPrimaryHover = #ffffffcc
|
|
135
|
+
public static let mdsColorThemeCommonButtonPrimaryNormal = #fffffff2
|
|
136
|
+
public static let mdsColorThemeCommonButtonPrimaryPressed = #ffffffb3
|
|
137
|
+
public static let mdsColorThemeCommonButtonPromotionActive = linear-gradient(46deg, #3b1840 0%, #3b1e21 100%)
|
|
138
|
+
public static let mdsColorThemeCommonButtonPromotionHover = linear-gradient(46deg, #601e66 0%, #66262d 100%)
|
|
139
|
+
public static let mdsColorThemeCommonButtonPromotionNormal = linear-gradient(46deg, #932099 0%, #a12a3a 100%)
|
|
140
|
+
public static let mdsColorThemeCommonButtonSecondaryActiveDisabled = #ffffff1c
|
|
141
|
+
public static let mdsColorThemeCommonButtonSecondaryActiveHover = #ffffff4d
|
|
142
|
+
public static let mdsColorThemeCommonButtonSecondaryActiveNormal = #ffffff33
|
|
143
|
+
public static let mdsColorThemeCommonButtonSecondaryActivePressed = #ffffff66
|
|
144
|
+
public static let mdsColorThemeCommonButtonSecondaryDisabled = #ffffff00
|
|
145
|
+
public static let mdsColorThemeCommonButtonSecondaryHover = #ffffff12
|
|
146
|
+
public static let mdsColorThemeCommonButtonSecondaryNormal = #ffffff00
|
|
147
|
+
public static let mdsColorThemeCommonContentDoc = #4285f4
|
|
148
|
+
public static let mdsColorThemeCommonContentExcel = #00893e
|
|
149
|
+
public static let mdsColorThemeCommonContentKeynote = #029cfb
|
|
150
|
+
public static let mdsColorThemeCommonContentOnenote = #b839db
|
|
151
|
+
public static let mdsColorThemeCommonContentPdf = #ee0507
|
|
152
|
+
public static let mdsColorThemeCommonContentPowerpoint = #d93e17
|
|
153
|
+
public static let mdsColorThemeCommonContentSheets = #f4b400
|
|
154
|
+
public static let mdsColorThemeCommonContentSlides = #0f9d58
|
|
155
|
+
public static let mdsColorThemeCommonContentWord = #0078d6
|
|
156
|
+
public static let mdsColorThemeCommonControlInactiveNormal = #00000033
|
|
157
|
+
public static let mdsColorThemeCommonControlShareContentActive = #c94403
|
|
158
|
+
public static let mdsColorThemeCommonControlShareContentInactive = #707070
|
|
159
|
+
public static let mdsColorThemeCommonControlShareContentSelected = #3cc29a
|
|
160
|
+
public static let mdsColorThemeCommonInvertedButtonSecondaryDisabled = #00000000
|
|
161
|
+
public static let mdsColorThemeCommonInvertedButtonSecondaryHover = #00000012
|
|
162
|
+
public static let mdsColorThemeCommonInvertedButtonSecondaryNormal = #00000000
|
|
163
|
+
public static let mdsColorThemeCommonInvertedButtonSecondaryPressed = #00000033
|
|
164
|
+
public static let mdsColorThemeCommonInvertedTextPrimaryDisabled = #00000066
|
|
165
|
+
public static let mdsColorThemeCommonInvertedTextPrimaryNormal = #000000f2
|
|
166
|
+
public static let mdsColorThemeCommonInvertedTextSecondaryNormal = #00000099
|
|
167
|
+
public static let mdsColorThemeCommonOutlineButtonNormal = #ffffff4d
|
|
168
|
+
public static let mdsColorThemeCommonOutlineInputNormal = #ffffff80
|
|
169
|
+
public static let mdsColorThemeCommonOutlinePrimaryDisabled = #ffffff33
|
|
170
|
+
public static let mdsColorThemeCommonOutlinePrimaryNormal = #ffffff66
|
|
171
|
+
public static let mdsColorThemeCommonOutlineSecondaryDisabled = #00000033
|
|
172
|
+
public static let mdsColorThemeCommonOutlineSecondaryNormal = #00000033
|
|
173
|
+
public static let mdsColorThemeCommonOutlineWarningNormal = #f2990a
|
|
174
|
+
public static let mdsColorThemeCommonOverlaysMeetingNormal0 = #00000000
|
|
175
|
+
public static let mdsColorThemeCommonOverlaysMeetingNormal1 = #0000004d
|
|
176
|
+
public static let mdsColorThemeCommonOverlaysMeetingNormal2 = #000000cc
|
|
177
|
+
public static let mdsColorThemeCommonOverlaysPrimaryNormal = #000000e6
|
|
178
|
+
public static let mdsColorThemeCommonOverlaysSecondaryNormal = #00000066
|
|
179
|
+
public static let mdsColorThemeCommonTextErrorHover = #ffd4da
|
|
180
|
+
public static let mdsColorThemeCommonTextErrorNormal = #fc8b98
|
|
181
|
+
public static let mdsColorThemeCommonTextPrimaryDisabled = #ffffff66
|
|
182
|
+
public static let mdsColorThemeCommonTextPrimaryNormal = #fffffff2
|
|
183
|
+
public static let mdsColorThemeCommonTextSecondaryNormal = #ffffffb3
|
|
184
|
+
public static let mdsColorThemeCommonTextSuccessHover = #9fedd8
|
|
185
|
+
public static let mdsColorThemeCommonTextSuccessNormal = #3cc29a
|
|
186
|
+
public static let mdsColorThemeCommonTextWarningHover = #ffda94
|
|
187
|
+
public static let mdsColorThemeCommonTextWarningNormal = #f2990a
|
|
188
|
+
public static let mdsColorThemeCommonTouchbarBackgroundBlueNormal = #1170cf
|
|
189
|
+
public static let mdsColorThemeCommonTouchbarBackgroundBluePressed = #063a75
|
|
190
|
+
public static let mdsColorThemeCommonTouchbarBackgroundGreenNormal = #1d805f
|
|
191
|
+
public static let mdsColorThemeCommonTouchbarBackgroundGreenPressed = #134231
|
|
192
|
+
public static let mdsColorThemeCommonTouchbarBackgroundMintNormal = #148579
|
|
193
|
+
public static let mdsColorThemeCommonTouchbarBackgroundMintPressed = #12423f
|
|
194
|
+
public static let mdsColorThemeCommonTouchbarBackgroundOrangeNormal = #c94403
|
|
195
|
+
public static let mdsColorThemeCommonTouchbarBackgroundOrangePressed = #682601
|
|
196
|
+
public static let mdsColorThemeCommonTouchbarBackgroundPinkNormal = #d43b52
|
|
197
|
+
public static let mdsColorThemeCommonTouchbarBackgroundPinkPressed = #66262d
|
|
198
|
+
public static let mdsColorThemeCommonTouchbarBackgroundPurpleNormal = #c233c4
|
|
199
|
+
public static let mdsColorThemeCommonTouchbarBackgroundPurplePressed = #601e66
|
|
200
|
+
public static let mdsColorThemeCommonTouchbarBackgroundRedNormal = #db1f2e
|
|
201
|
+
public static let mdsColorThemeCommonTouchbarBackgroundRedPressed = #780d13
|
|
202
|
+
public static let mdsColorThemeCommonTouchbarBackgroundTransparent = #00000000
|
|
203
|
+
public static let mdsColorThemeCommonTouchbarBackgroundVioletNormal = #875ae0
|
|
204
|
+
public static let mdsColorThemeCommonTouchbarBackgroundVioletPressed = #432c78
|
|
205
|
+
public static let mdsColorThemeCommonTouchbarIconAttention = #fc8b98
|
|
206
|
+
public static let mdsColorThemeCommonTouchbarIconSecure = #64b4fa
|
|
207
|
+
public static let mdsColorThemeCommonTouchbarIconStable = #27a17a
|
|
208
|
+
public static let mdsColorThemeCommonWhiteboardPenBlack = #0f0f0f
|
|
209
|
+
public static let mdsColorThemeCommonWhiteboardPenBlue = #64b4fa
|
|
210
|
+
public static let mdsColorThemeCommonWhiteboardPenGreen = #3cc29a
|
|
211
|
+
public static let mdsColorThemeCommonWhiteboardPenPurple = #c233c4
|
|
212
|
+
public static let mdsColorThemeCommonWhiteboardPenRed = #f55868
|
|
213
|
+
public static let mdsColorThemeCommonWhiteboardPenWhite = #ffffff
|
|
214
|
+
public static let mdsColorThemeCommonWhiteboardPenYellow = #f2990a
|
|
215
|
+
public static let mdsColorThemeCommonWhiteboardStickyNoteCyan = #22c7d6
|
|
216
|
+
public static let mdsColorThemeCommonWhiteboardStickyNoteMint = #30c9b0
|
|
217
|
+
public static let mdsColorThemeCommonWhiteboardStickyNotePurple = #f294f1
|
|
218
|
+
public static let mdsColorThemeCommonWhiteboardStickyNoteRed = #fc8b98
|
|
219
|
+
public static let mdsColorThemeCommonWhiteboardStickyNoteYellow = #ffbe4f
|
|
220
|
+
public static let mdsColorThemeControlActiveActive = #063a75
|
|
221
|
+
public static let mdsColorThemeControlActiveDisabled = #00000033
|
|
222
|
+
public static let mdsColorThemeControlActiveHover = #0353a8
|
|
223
|
+
public static let mdsColorThemeControlActiveNormal = #1170cf
|
|
224
|
+
public static let mdsColorThemeControlActivePressed = #063a75
|
|
225
|
+
public static let mdsColorThemeControlInactiveDisabled = #00000012
|
|
226
|
+
public static let mdsColorThemeControlInactiveHover = #00000033
|
|
227
|
+
public static let mdsColorThemeControlInactiveNormal = #0000001c
|
|
228
|
+
public static let mdsColorThemeControlInactivePressed = #0000004d
|
|
229
|
+
public static let mdsColorThemeControlIndicatorInactiveNormal = #707070
|
|
230
|
+
public static let mdsColorThemeFocusDefault0 = #ffffff
|
|
231
|
+
public static let mdsColorThemeFocusDefault1 = #1170cf
|
|
232
|
+
public static let mdsColorThemeFocusDefault2 = #1170cf59
|
|
233
|
+
public static let mdsColorThemeGlobaltintNormal = #1170cf
|
|
234
|
+
public static let mdsColorThemeGlobaltintSelected = #1170cf
|
|
235
|
+
public static let mdsColorThemeGradientdividerAnnounceHover = linear-gradient(90deg, #0353a800 0%, #0353a8E6 76.04%, #0353a8E6 76.04%, #0353a800 100%)
|
|
236
|
+
public static let mdsColorThemeGradientdividerAnnounceNormal = linear-gradient(90deg, #0353a800 0%, #0353a899 22.4%, #0353a899 22.4%, #0353a800 100%)
|
|
237
|
+
public static let mdsColorThemeGradientdividerDefaultHover = linear-gradient(90deg, #00000000 0%, #00000099 22.4%, #00000099 72.4%, #00000000 100%)
|
|
238
|
+
public static let mdsColorThemeGradientdividerDefaultNormal = linear-gradient(90deg, #00000000 0%, #00000033 22.4%, #00000033 72.4%, #00000000 100%)
|
|
239
|
+
public static let mdsColorThemeGradientdividerErrorHover = linear-gradient(90deg, #ab0a1500 0%, #ab0a15e6 22.4%, #ab0a15e6 76.04%, #ab0a1500 100%)
|
|
240
|
+
public static let mdsColorThemeGradientdividerErrorNormal = linear-gradient(90deg, #ab0a1500 0%, #ab0a1599 22.4%, #ab0a1599 22.4%, #ab0a1500 100%)
|
|
241
|
+
public static let mdsColorThemeGradientdividerOrangeHover = linear-gradient(90deg, #9c320200 0%, #9c3202e6 22.4%, #9c3202e6 76.04%, #9c320200 100%)
|
|
242
|
+
public static let mdsColorThemeGradientdividerOrangeNormal = linear-gradient(90deg, #9c320200 0%, #9c320299 22.4%, #9c320299 76.04%, #9c320200 100%)
|
|
243
|
+
public static let mdsColorThemeGradientdividerPurpleHover = linear-gradient(90deg, #93209900 0%,#932099E6 22.4%, #932099E6 76.04%, #93209900 100%)
|
|
244
|
+
public static let mdsColorThemeGradientdividerPurpleNormal = linear-gradient(90deg, #93209900 0%, #93209999 22.4%, #93209999 76.04%, #93209900 100%)
|
|
245
|
+
public static let mdsColorThemeGradientdividerSuccessHover = linear-gradient(90deg, #185e4600 0%, #185e46E6 22.4%, #185e46E6 76.04%, #185e4600 100%)
|
|
246
|
+
public static let mdsColorThemeGradientdividerSuccessNormal = linear-gradient(90deg, #185e4600 0%, #185e4699 22.4%, #185e4699 76.04%, #185e4600 100%)
|
|
247
|
+
public static let mdsColorThemeGradientdividerVerticalHover = linear-gradient(0deg, #00000000 0%, #00000099 22.4%, #00000099 72.4%, #00000000 100%)
|
|
248
|
+
public static let mdsColorThemeGradientdividerVerticalNormal = linear-gradient(0deg, #00000000 0%, #00000033 22.4%, #00000033 72.4%, #00000000 100%)
|
|
249
|
+
public static let mdsColorThemeGradientdividerWarningHover = linear-gradient(90deg, #7d470500 0%, #7d4705e6 22.4%, #7d4705e6 76.04%, #7d470500 100%)
|
|
250
|
+
public static let mdsColorThemeGradientdividerWarningNormal = linear-gradient(90deg, #7d470500 0%, #7d470599 22.4%, #7d470599 76.04%, #7d470500 100%)
|
|
251
|
+
public static let mdsColorThemeGroupedbackgroundPrimaryNormal = #f7f7f7
|
|
252
|
+
public static let mdsColorThemeGroupedbackgroundQuaternaryNormal = #ffffff
|
|
253
|
+
public static let mdsColorThemeGroupedbackgroundSecondaryNormal = #ffffff
|
|
254
|
+
public static let mdsColorThemeGroupedbackgroundTertiaryNormal = #f7f7f7
|
|
255
|
+
public static let mdsColorThemeIllustrationsDefault = #000000
|
|
256
|
+
public static let mdsColorThemeIllustrationsEmptyPrimary0 = #93c437
|
|
257
|
+
public static let mdsColorThemeIllustrationsEmptyPrimary1 = #279be8
|
|
258
|
+
public static let mdsColorThemeIllustrationsEmptySecondary0 = #279be8
|
|
259
|
+
public static let mdsColorThemeIllustrationsEmptySecondary1 = #875ae0
|
|
260
|
+
public static let mdsColorThemeIllustrationsError0 = #f0677e
|
|
261
|
+
public static let mdsColorThemeIllustrationsError1 = #db1f2e
|
|
262
|
+
public static let mdsColorThemeIllustrationsOnboardingPrimary0 = #ffbe4f
|
|
263
|
+
public static let mdsColorThemeIllustrationsOnboardingPrimary1 = #93c437
|
|
264
|
+
public static let mdsColorThemeIllustrationsOnboardingQuartenary0 = #93c437
|
|
265
|
+
public static let mdsColorThemeIllustrationsOnboardingQuartenary1 = #279be8
|
|
266
|
+
public static let mdsColorThemeIllustrationsOnboardingQuinary0 = #279be8
|
|
267
|
+
public static let mdsColorThemeIllustrationsOnboardingQuinary1 = #875ae0
|
|
268
|
+
public static let mdsColorThemeIllustrationsOnboardingSecondary0 = #f55868
|
|
269
|
+
public static let mdsColorThemeIllustrationsOnboardingSecondary1 = #875ae0
|
|
270
|
+
public static let mdsColorThemeIllustrationsOnboardingTertiary0 = #ffbe4f
|
|
271
|
+
public static let mdsColorThemeIllustrationsOnboardingTertiary1 = #ec6400
|
|
272
|
+
public static let mdsColorThemeIllustrationsSuccess0 = #3cc29a
|
|
273
|
+
public static let mdsColorThemeIllustrationsSuccess1 = #93c437
|
|
274
|
+
public static let mdsColorThemeIndicatorAttention = #db1f2e
|
|
275
|
+
public static let mdsColorThemeIndicatorCaution = #a65e00
|
|
276
|
+
public static let mdsColorThemeIndicatorLocked = #707070
|
|
277
|
+
public static let mdsColorThemeIndicatorSecure = #1170cf
|
|
278
|
+
public static let mdsColorThemeIndicatorStable = #1d805f
|
|
279
|
+
public static let mdsColorThemeIndicatorUnstable = #c94403
|
|
280
|
+
public static let mdsColorThemeInvertedBackgroundNormal = #000000
|
|
281
|
+
public static let mdsColorThemeInvertedButtonPrimaryDisabled = #ffffff33
|
|
282
|
+
public static let mdsColorThemeInvertedButtonPrimaryHover = #ffffffcc
|
|
283
|
+
public static let mdsColorThemeInvertedButtonPrimaryNormal = #fffffff2
|
|
284
|
+
public static let mdsColorThemeInvertedButtonPrimaryPressed = #ffffffb3
|
|
285
|
+
public static let mdsColorThemeInvertedButtonSecondaryDisabled = #ffffff00
|
|
286
|
+
public static let mdsColorThemeInvertedButtonSecondaryHover = #ffffff12
|
|
287
|
+
public static let mdsColorThemeInvertedButtonSecondaryNormal = #ffffff00
|
|
288
|
+
public static let mdsColorThemeInvertedButtonSecondaryPressed = #ffffff33
|
|
289
|
+
public static let mdsColorThemeInvertedControlActiveActive = #1170cf
|
|
290
|
+
public static let mdsColorThemeInvertedControlActiveDisabled = #ffffff33
|
|
291
|
+
public static let mdsColorThemeInvertedControlActiveHover = #3492eb
|
|
292
|
+
public static let mdsColorThemeInvertedControlActiveNormal = #64b4fa
|
|
293
|
+
public static let mdsColorThemeInvertedControlActivePressed = #1170cf
|
|
294
|
+
public static let mdsColorThemeInvertedControlInactiveDisabled = #ffffff33
|
|
295
|
+
public static let mdsColorThemeInvertedControlInactiveHover = #ffffff4d
|
|
296
|
+
public static let mdsColorThemeInvertedControlInactiveNormal = #ffffff1c
|
|
297
|
+
public static let mdsColorThemeInvertedControlInactivePressed = #ffffff66
|
|
298
|
+
public static let mdsColorThemeInvertedControlIndicatorInactiveNormal = #8f8f8f
|
|
299
|
+
public static let mdsColorThemeInvertedOutlineButtonNormal = #ffffff80
|
|
300
|
+
public static let mdsColorThemeInvertedOutlineDisabledNormal = #ffffff33
|
|
301
|
+
public static let mdsColorThemeInvertedOutlineInputNormal = #ffffff80
|
|
302
|
+
public static let mdsColorThemeInvertedOutlinePrimaryNormal = #ffffff66
|
|
303
|
+
public static let mdsColorThemeInvertedOutlineThemeNormal = #64b4fa
|
|
304
|
+
public static let mdsColorThemeInvertedTextAccentActive = #bfe3ff
|
|
305
|
+
public static let mdsColorThemeInvertedTextAccentHover = #bfe3ff
|
|
306
|
+
public static let mdsColorThemeInvertedTextAccentNormal = #64b4fa
|
|
307
|
+
public static let mdsColorThemeInvertedTextPrimaryDisabled = #ffffff66
|
|
308
|
+
public static let mdsColorThemeInvertedTextPrimaryNormal = #fffffff2
|
|
309
|
+
public static let mdsColorThemeInvertedTextSecondaryNormal = #ffffffb3
|
|
310
|
+
public static let mdsColorThemeOutlineButtonNormal = #00000080
|
|
311
|
+
public static let mdsColorThemeOutlineCancelNormal = #ab0a15
|
|
312
|
+
public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%)
|
|
313
|
+
public static let mdsColorThemeOutlineHighContrastFocus = #000000
|
|
314
|
+
public static let mdsColorThemeOutlineInputActive = #000000e6
|
|
315
|
+
public static let mdsColorThemeOutlineInputNormal = #00000080
|
|
316
|
+
public static let mdsColorThemeOutlineJoinNormal = #185e46
|
|
317
|
+
public static let mdsColorThemeOutlineLabelCobalt = #5ebff7
|
|
318
|
+
public static let mdsColorThemeOutlineLabelGold = #d6b220
|
|
319
|
+
public static let mdsColorThemeOutlineLabelLime = #93c437
|
|
320
|
+
public static let mdsColorThemeOutlineLabelMint = #30c9b0
|
|
321
|
+
public static let mdsColorThemeOutlineLabelOrange = #fd884e
|
|
322
|
+
public static let mdsColorThemeOutlineLabelPink = #fc97aa
|
|
323
|
+
public static let mdsColorThemeOutlineLabelPurple = #f294f1
|
|
324
|
+
public static let mdsColorThemeOutlineLabelSlate = #b0b4d9
|
|
325
|
+
public static let mdsColorThemeOutlineLabelViolet = #c7a5fa
|
|
326
|
+
public static let mdsColorThemeOutlineOverlayNormal = #707070
|
|
327
|
+
public static let mdsColorThemeOutlinePrimaryDisabled = #00000033
|
|
328
|
+
public static let mdsColorThemeOutlinePrimaryNormal = #00000075
|
|
329
|
+
public static let mdsColorThemeOutlinePromotionNormal = #c233c4
|
|
330
|
+
public static let mdsColorThemeOutlineSecondaryNormal = #00000033
|
|
331
|
+
public static let mdsColorThemeOutlineShareActive = #ec6400
|
|
332
|
+
public static let mdsColorThemeOutlineShareInactive = #8f8f8f
|
|
333
|
+
public static let mdsColorThemeOutlineShareSelected = #27a17a
|
|
334
|
+
public static let mdsColorThemeOutlineThemeNormal = #1170cf
|
|
335
|
+
public static let mdsColorThemeOutlineWarningNormal = #7d4705
|
|
336
|
+
public static let mdsColorThemeOverlayButtonSecondaryHover = #ededed
|
|
337
|
+
public static let mdsColorThemeOverlayButtonSecondaryNormal = #ffffff
|
|
338
|
+
public static let mdsColorThemeOverlayButtonSecondaryPressed = #dedede
|
|
339
|
+
public static let mdsColorThemeOverlayMeetingsNormal = #ffffffcc
|
|
340
|
+
public static let mdsColorThemeScrollbarArrowBackgroundHover = #00000033
|
|
341
|
+
public static let mdsColorThemeScrollbarArrowBackgroundNormal = #00000000
|
|
342
|
+
public static let mdsColorThemeScrollbarArrowBackgroundPressed = #0000004d
|
|
343
|
+
public static let mdsColorThemeScrollbarArrowNormal = #00000099
|
|
344
|
+
public static let mdsColorThemeScrollbarBackgroundSecondaryGhost = #00000000
|
|
345
|
+
public static let mdsColorThemeScrollbarBackgroundSecondaryNormal = #0000001c
|
|
346
|
+
public static let mdsColorThemeScrollbarButtonHover = #00000080
|
|
347
|
+
public static let mdsColorThemeScrollbarButtonNormal = #00000075
|
|
348
|
+
public static let mdsColorThemeScrollbarButtonPressed = #00000099
|
|
349
|
+
public static let mdsColorThemeTextAccentActive = #0a274a
|
|
350
|
+
public static let mdsColorThemeTextAccentHover = #0a274a
|
|
351
|
+
public static let mdsColorThemeTextAccentNormal = #0353a8
|
|
352
|
+
public static let mdsColorThemeTextAlertOrangeActive = #411b04
|
|
353
|
+
public static let mdsColorThemeTextAlertOrangeHover = #411b04
|
|
354
|
+
public static let mdsColorThemeTextAlertOrangeNormal = #9c3202
|
|
355
|
+
public static let mdsColorThemeTextAlertPurpleActive = #3b1840
|
|
356
|
+
public static let mdsColorThemeTextAlertPurpleHover = #3b1840
|
|
357
|
+
public static let mdsColorThemeTextAlertPurpleNormal = #932099
|
|
358
|
+
public static let mdsColorThemeTextErrorActive = #4f0e10
|
|
359
|
+
public static let mdsColorThemeTextErrorHover = #4f0e10
|
|
360
|
+
public static let mdsColorThemeTextErrorNormal = #ab0a15
|
|
361
|
+
public static let mdsColorThemeTextHighlight = #bfe3ff
|
|
362
|
+
public static let mdsColorThemeTextPrimaryDisabled = #00000066
|
|
363
|
+
public static let mdsColorThemeTextPrimaryNormal = #000000f2
|
|
364
|
+
public static let mdsColorThemeTextSecondaryNormal = #000000b3
|
|
365
|
+
public static let mdsColorThemeTextSuccessActive = #0e2b20
|
|
366
|
+
public static let mdsColorThemeTextSuccessHover = #0e2b20
|
|
367
|
+
public static let mdsColorThemeTextSuccessNormal = #185e46
|
|
368
|
+
public static let mdsColorThemeTextTeamCobaltActive = #12283d
|
|
369
|
+
public static let mdsColorThemeTextTeamCobaltHover = #08599c
|
|
370
|
+
public static let mdsColorThemeTextTeamCobaltNormal = #08599c
|
|
371
|
+
public static let mdsColorThemeTextTeamCyanActive = #0b2a30
|
|
372
|
+
public static let mdsColorThemeTextTeamCyanHover = #0b2a30
|
|
373
|
+
public static let mdsColorThemeTextTeamCyanNormal = #066070
|
|
374
|
+
public static let mdsColorThemeTextTeamGoldActive = #30240d
|
|
375
|
+
public static let mdsColorThemeTextTeamGoldHover = #735107
|
|
376
|
+
public static let mdsColorThemeTextTeamGoldNormal = #735107
|
|
377
|
+
public static let mdsColorThemeTextTeamLimeActive = #1e2b10
|
|
378
|
+
public static let mdsColorThemeTextTeamLimeHover = #416116
|
|
379
|
+
public static let mdsColorThemeTextTeamLimeNormal = #416116
|
|
380
|
+
public static let mdsColorThemeTextTeamMintActive = #102b2a
|
|
381
|
+
public static let mdsColorThemeTextTeamMintHover = #102b2a
|
|
382
|
+
public static let mdsColorThemeTextTeamMintNormal = #12615a
|
|
383
|
+
public static let mdsColorThemeTextTeamOrangeActive = #411b04
|
|
384
|
+
public static let mdsColorThemeTextTeamOrangeHover = #9c3202
|
|
385
|
+
public static let mdsColorThemeTextTeamOrangeNormal = #9c3202
|
|
386
|
+
public static let mdsColorThemeTextTeamPinkActive = #3b1e21
|
|
387
|
+
public static let mdsColorThemeTextTeamPinkHover = #a12a3a
|
|
388
|
+
public static let mdsColorThemeTextTeamPinkNormal = #a12a3a
|
|
389
|
+
public static let mdsColorThemeTextTeamPurpleActive = #3b1840
|
|
390
|
+
public static let mdsColorThemeTextTeamPurpleHover = #932099
|
|
391
|
+
public static let mdsColorThemeTextTeamPurpleNormal = #932099
|
|
392
|
+
public static let mdsColorThemeTextTeamSlateActive = #26262b
|
|
393
|
+
public static let mdsColorThemeTextTeamSlateHover = #535573
|
|
394
|
+
public static let mdsColorThemeTextTeamSlateNormal = #535573
|
|
395
|
+
public static let mdsColorThemeTextTeamVioletActive = #29223d
|
|
396
|
+
public static let mdsColorThemeTextTeamVioletHover = #643abd
|
|
397
|
+
public static let mdsColorThemeTextTeamVioletNormal = #643abd
|
|
398
|
+
public static let mdsColorThemeTextTeamdefaultActive = #000000f2
|
|
399
|
+
public static let mdsColorThemeTextTeamdefaultHover = #000000b3
|
|
400
|
+
public static let mdsColorThemeTextTeamdefaultNormal = #000000b3
|
|
401
|
+
public static let mdsColorThemeTextWarningActive = #36220c
|
|
402
|
+
public static let mdsColorThemeTextWarningHover = #36220c
|
|
403
|
+
public static let mdsColorThemeTextWarningNormal = #7d4705
|
|
404
|
+
}
|