@times-design-system/theme-scss 2.4.0 → 2.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 (39) hide show
  1. package/dist/palettes/business-dark.scss +47 -21
  2. package/dist/palettes/business-light.scss +38 -12
  3. package/dist/palettes/comment-dark.scss +47 -21
  4. package/dist/palettes/comment-light.scss +38 -12
  5. package/dist/palettes/core-dark.scss +52 -26
  6. package/dist/palettes/core-light.scss +27 -1
  7. package/dist/palettes/culture-dark.scss +47 -21
  8. package/dist/palettes/culture-light.scss +38 -12
  9. package/dist/palettes/home-dark.scss +47 -21
  10. package/dist/palettes/home-light.scss +38 -12
  11. package/dist/palettes/ireland-dark.scss +43 -17
  12. package/dist/palettes/ireland-light.scss +38 -12
  13. package/dist/palettes/lifeAndStyle-dark.scss +47 -21
  14. package/dist/palettes/lifeAndStyle-light.scss +31 -5
  15. package/dist/palettes/magazineLuxx-dark.scss +36 -10
  16. package/dist/palettes/magazineLuxx-light.scss +27 -1
  17. package/dist/palettes/magazineSundayTimes-dark.scss +36 -10
  18. package/dist/palettes/magazineSundayTimes-light.scss +27 -1
  19. package/dist/palettes/magazineTimes-dark.scss +36 -10
  20. package/dist/palettes/magazineTimes-light.scss +27 -1
  21. package/dist/palettes/money-dark.scss +47 -21
  22. package/dist/palettes/money-light.scss +38 -12
  23. package/dist/palettes/obituaries-dark.scss +47 -21
  24. package/dist/palettes/obituaries-light.scss +38 -12
  25. package/dist/palettes/puzzles-dark.scss +47 -21
  26. package/dist/palettes/puzzles-light.scss +31 -5
  27. package/dist/palettes/sport-dark.scss +47 -21
  28. package/dist/palettes/sport-light.scss +38 -12
  29. package/dist/palettes/timesEvents-dark.scss +330 -0
  30. package/dist/palettes/timesEvents-light.scss +330 -0
  31. package/dist/palettes/timesPlus-dark.scss +36 -10
  32. package/dist/palettes/timesPlus-light.scss +27 -1
  33. package/dist/palettes/travel-dark.scss +47 -21
  34. package/dist/palettes/travel-light.scss +38 -12
  35. package/dist/palettes/uk-dark.scss +47 -21
  36. package/dist/palettes/uk-light.scss +38 -12
  37. package/dist/palettes/world-dark.scss +47 -21
  38. package/dist/palettes/world-light.scss +38 -12
  39. package/package.json +2 -2
@@ -0,0 +1,330 @@
1
+ $dark-timesEvents-surface-undercanvas: #1a1a1a;
2
+ $dark-timesEvents-surface-canvas: #000000;
3
+ $dark-timesEvents-surface-transparent: rgba(0, 0, 0, 0);
4
+ $dark-timesEvents-surface-level-1: #0d0d0d;
5
+ $dark-timesEvents-surface-level-2: #1a1a1a;
6
+ $dark-timesEvents-surface-level-3: #262626;
7
+ $dark-timesEvents-surface-level-4: #1a1a1a;
8
+ $dark-timesEvents-surface-overlay: rgba(0, 0, 0, 0.55);
9
+ $dark-timesEvents-surface-channel-50: #2a0512;
10
+ $dark-timesEvents-surface-channel-100: #540724;
11
+ $dark-timesEvents-surface-channel-200: #aa0749;
12
+ $dark-timesEvents-surface-channel-300: #da3d73;
13
+ $dark-timesEvents-surface-channel-400: #e56c94;
14
+ $dark-timesEvents-surface-channel-500: #ed8fae;
15
+ $dark-timesEvents-surface-static-dark: #000000;
16
+ $dark-timesEvents-surface-static-light: #ffffff;
17
+ $dark-timesEvents-surface-inverse: #ffffff;
18
+ $dark-timesEvents-text-primary: #ffffff;
19
+ $dark-timesEvents-text-secondary: #d9d9d9;
20
+ $dark-timesEvents-text-tertiary: #737373;
21
+ $dark-timesEvents-text-channel-primary: #ed8fae;
22
+ $dark-timesEvents-text-channel-secondary: #ea7a9c;
23
+ $dark-timesEvents-text-channel-tertiary: #df497d;
24
+ $dark-timesEvents-text-static-dark: #000000;
25
+ $dark-timesEvents-text-static-light: #ffffff;
26
+ $dark-timesEvents-text-inverse: #000000;
27
+ $dark-timesEvents-icon-primary: #ffffff;
28
+ $dark-timesEvents-icon-secondary: #d9d9d9;
29
+ $dark-timesEvents-icon-tertiary: #737373;
30
+ $dark-timesEvents-icon-channel-primary: #bd0951;
31
+ $dark-timesEvents-icon-channel-secondary: #d61b63;
32
+ $dark-timesEvents-icon-channel-tertiary: #df497d;
33
+ $dark-timesEvents-icon-inverse: #000000;
34
+ $dark-timesEvents-icon-static-light: #ffffff;
35
+ $dark-timesEvents-icon-static-dark: #000000;
36
+ $dark-timesEvents-border-primary: #575757;
37
+ $dark-timesEvents-border-secondary: #333333;
38
+ $dark-timesEvents-border-tertiary: #1a1a1a;
39
+ $dark-timesEvents-border-channel-primary: #e15585;
40
+ $dark-timesEvents-border-channel-secondary: #da3d73;
41
+ $dark-timesEvents-border-channel-tertiary: #d61b63;
42
+ $dark-timesEvents-border-elevation: #333333;
43
+ $dark-timesEvents-border-static-dark: #000000;
44
+ $dark-timesEvents-border-static-light: #ffffff;
45
+ $dark-timesEvents-input-fill-default: #000000;
46
+ $dark-timesEvents-input-fill-error: #670909;
47
+ $dark-timesEvents-input-fill-hover: #0d0d0d;
48
+ $dark-timesEvents-input-fill-active: #000000;
49
+ $dark-timesEvents-input-fill-completed: #000000;
50
+ $dark-timesEvents-input-fill-success: #1b5339;
51
+ $dark-timesEvents-input-fill-warning: #664109;
52
+ $dark-timesEvents-input-fill-info: #08295a;
53
+ $dark-timesEvents-input-border-default: #737373;
54
+ $dark-timesEvents-input-border-error: #ff7268;
55
+ $dark-timesEvents-input-border-hover: #6d6d6d;
56
+ $dark-timesEvents-input-border-active: #a6a6a6;
57
+ $dark-timesEvents-input-border-completed: #d9d9d9;
58
+ $dark-timesEvents-input-border-success: #80c4a1;
59
+ $dark-timesEvents-input-border-warning: #ffc77f;
60
+ $dark-timesEvents-input-border-info: #466fb5;
61
+ $dark-timesEvents-input-text-default: #737373;
62
+ $dark-timesEvents-input-text-error: #ffffff;
63
+ $dark-timesEvents-input-text-hover: #d9d9d9;
64
+ $dark-timesEvents-input-text-active: #ffffff;
65
+ $dark-timesEvents-input-text-completed: #ffffff;
66
+ $dark-timesEvents-input-text-success: #ffffff;
67
+ $dark-timesEvents-input-text-warning: #ffffff;
68
+ $dark-timesEvents-input-text-info: #ffffff;
69
+ $dark-timesEvents-input-icon-default: #737373;
70
+ $dark-timesEvents-input-icon-hover: #6d6d6d;
71
+ $dark-timesEvents-input-icon-active: #a6a6a6;
72
+ $dark-timesEvents-input-icon-completed: #d9d9d9;
73
+ $dark-timesEvents-input-icon-error: #ff7268;
74
+ $dark-timesEvents-input-icon-success: #80c4a1;
75
+ $dark-timesEvents-input-icon-warning: #ffc77f;
76
+ $dark-timesEvents-input-icon-info: #466fb5;
77
+ $dark-timesEvents-active-fill: #ffffff;
78
+ $dark-timesEvents-active-text: #000000;
79
+ $dark-timesEvents-active-border: #ffffff;
80
+ $dark-timesEvents-active-icon: #000000;
81
+ $dark-timesEvents-focus-border: #8c8c8c;
82
+ $dark-timesEvents-label-primary: #ffffff;
83
+ $dark-timesEvents-label-secondary: #d9d9d9;
84
+ $dark-timesEvents-label-channel: #da3d73;
85
+ $dark-timesEvents-label-callout: #ff3933;
86
+ $dark-timesEvents-tag-primary-fill: #ffffff;
87
+ $dark-timesEvents-tag-primary-text: #000000;
88
+ $dark-timesEvents-tag-primary-icon: #000000;
89
+ $dark-timesEvents-tag-secondary-fill: #262626;
90
+ $dark-timesEvents-tag-secondary-text: #ffffff;
91
+ $dark-timesEvents-tag-secondary-icon: #ffffff;
92
+ $dark-timesEvents-tag-tertiary-text: #ffffff;
93
+ $dark-timesEvents-tag-tertiary-icon: #ffffff;
94
+ $dark-timesEvents-tag-callout-primary-fill: #ff3933;
95
+ $dark-timesEvents-tag-callout-primary-text: #ffffff;
96
+ $dark-timesEvents-tag-callout-primary-icon: #ffffff;
97
+ $dark-timesEvents-tag-callout-secondary-fill: #670909;
98
+ $dark-timesEvents-tag-callout-secondary-text: #ff3933;
99
+ $dark-timesEvents-tag-callout-secondary-icon: #ff3933;
100
+ $dark-timesEvents-tag-callout-tertiary-text: #ff3933;
101
+ $dark-timesEvents-tag-callout-tertiary-icon: #ff3933;
102
+ $dark-timesEvents-interactive-primary-fill-default: #ffffff;
103
+ $dark-timesEvents-interactive-primary-fill-hover: #ffffff;
104
+ $dark-timesEvents-interactive-primary-fill-pressed: #ffffff;
105
+ $dark-timesEvents-interactive-primary-text-default: #000000;
106
+ $dark-timesEvents-interactive-primary-text-hover: #000000;
107
+ $dark-timesEvents-interactive-primary-text-pressed: #000000;
108
+ $dark-timesEvents-interactive-primary-icon-default: #000000;
109
+ $dark-timesEvents-interactive-primary-icon-hover: #000000;
110
+ $dark-timesEvents-interactive-primary-icon-pressed: #000000;
111
+ $dark-timesEvents-interactive-secondary-fill-default: #000000;
112
+ $dark-timesEvents-interactive-secondary-fill-hover: #262626;
113
+ $dark-timesEvents-interactive-secondary-fill-pressed: #333333;
114
+ $dark-timesEvents-interactive-secondary-border-default: #8c8c8c;
115
+ $dark-timesEvents-interactive-secondary-border-hover: #9d9d9d;
116
+ $dark-timesEvents-interactive-secondary-border-pressed: #a3a3a3;
117
+ $dark-timesEvents-interactive-secondary-text-default: #ffffff;
118
+ $dark-timesEvents-interactive-secondary-text-hover: #ffffff;
119
+ $dark-timesEvents-interactive-secondary-text-pressed: #ffffff;
120
+ $dark-timesEvents-interactive-secondary-icon-default: #ffffff;
121
+ $dark-timesEvents-interactive-secondary-icon-hover: #ffffff;
122
+ $dark-timesEvents-interactive-secondary-icon-pressed: #ffffff;
123
+ $dark-timesEvents-interactive-listItem-fill-default: #1a1a1a;
124
+ $dark-timesEvents-interactive-listItem-fill-hover: #262626;
125
+ $dark-timesEvents-interactive-listItem-fill-pressed: #333333;
126
+ $dark-timesEvents-interactive-listItem-text-default: #ffffff;
127
+ $dark-timesEvents-interactive-listItem-text-hover: #ffffff;
128
+ $dark-timesEvents-interactive-listItem-text-pressed: #ffffff;
129
+ $dark-timesEvents-interactive-listItem-icon-default: #d9d9d9;
130
+ $dark-timesEvents-interactive-listItem-icon-hover: #dfdfdf;
131
+ $dark-timesEvents-interactive-listItem-icon-pressed: #e1e1e1;
132
+ $dark-timesEvents-interactive-listItem-border-default: #333333;
133
+ $dark-timesEvents-interactive-listItem-border-hover: #525252;
134
+ $dark-timesEvents-interactive-listItem-border-pressed: #5c5c5c;
135
+ $dark-timesEvents-interactive-disabled-a: #262626;
136
+ $dark-timesEvents-interactive-disabled-b: #404040;
137
+ $dark-timesEvents-interactive-disabled-c: #575757;
138
+ $dark-timesEvents-interactive-negative-fill-default: #000000;
139
+ $dark-timesEvents-interactive-negative-fill-hover: #000000;
140
+ $dark-timesEvents-interactive-negative-fill-pressed: #000000;
141
+ $dark-timesEvents-interactive-negative-border-default: #e70300;
142
+ $dark-timesEvents-interactive-negative-border-hover: #c40300;
143
+ $dark-timesEvents-interactive-negative-border-pressed: #b90200;
144
+ $dark-timesEvents-interactive-negative-text-default: #e70300;
145
+ $dark-timesEvents-interactive-negative-text-hover: #c40300;
146
+ $dark-timesEvents-interactive-negative-text-pressed: #b90200;
147
+ $dark-timesEvents-interactive-negative-icon-default: #e70300;
148
+ $dark-timesEvents-interactive-negative-icon-hover: #c40300;
149
+ $dark-timesEvents-interactive-negative-icon-pressed: #b90200;
150
+ $dark-timesEvents-interactive-link-secondary-text-default: #8c8c8c;
151
+ $dark-timesEvents-interactive-link-secondary-text-hover: #777777;
152
+ $dark-timesEvents-interactive-link-secondary-text-pressed: #707070;
153
+ $dark-timesEvents-interactive-link-secondary-text-visited: #9a9a9a;
154
+ $dark-timesEvents-interactive-link-secondary-icon-default: #8c8c8c;
155
+ $dark-timesEvents-interactive-link-secondary-icon-hover: #777777;
156
+ $dark-timesEvents-interactive-link-secondary-icon-pressed: #707070;
157
+ $dark-timesEvents-interactive-link-secondary-icon-visited: #9a9a9a;
158
+ $dark-timesEvents-interactive-link-secondary-underline-default: #8c8c8c;
159
+ $dark-timesEvents-interactive-link-secondary-underline-hover: #9d9d9d;
160
+ $dark-timesEvents-interactive-link-secondary-underline-pressed: #a3a3a3;
161
+ $dark-timesEvents-interactive-link-secondary-underline-visited: #7e7e7e;
162
+ $dark-timesEvents-interactive-link-primary-text-default: #ffffff;
163
+ $dark-timesEvents-interactive-link-primary-text-hover: #d9d9d9;
164
+ $dark-timesEvents-interactive-link-primary-text-pressed: #cccccc;
165
+ $dark-timesEvents-interactive-link-primary-text-visited: #ffffff;
166
+ $dark-timesEvents-interactive-link-primary-icon-default: #ffffff;
167
+ $dark-timesEvents-interactive-link-primary-icon-hover: #d9d9d9;
168
+ $dark-timesEvents-interactive-link-primary-icon-pressed: #cccccc;
169
+ $dark-timesEvents-interactive-link-primary-icon-visited: #ffffff;
170
+ $dark-timesEvents-interactive-link-primary-underline-default: #ffffff;
171
+ $dark-timesEvents-interactive-link-primary-underline-hover: #ffffff;
172
+ $dark-timesEvents-interactive-link-primary-underline-pressed: #ffffff;
173
+ $dark-timesEvents-interactive-link-primary-underline-visited: #e6e6e6;
174
+ $dark-timesEvents-interactive-chip-primary-on-fill-default: #ffffff;
175
+ $dark-timesEvents-interactive-chip-primary-on-fill-hover: #d9d9d9;
176
+ $dark-timesEvents-interactive-chip-primary-on-fill-pressed: #cccccc;
177
+ $dark-timesEvents-interactive-chip-primary-on-text-default: #000000;
178
+ $dark-timesEvents-interactive-chip-primary-on-text-hover: #000000;
179
+ $dark-timesEvents-interactive-chip-primary-on-text-pressed: #000000;
180
+ $dark-timesEvents-interactive-chip-primary-on-icon-default: #000000;
181
+ $dark-timesEvents-interactive-chip-primary-on-icon-hover: #000000;
182
+ $dark-timesEvents-interactive-chip-primary-on-icon-pressed: #000000;
183
+ $dark-timesEvents-interactive-chip-primary-off-fill-default: #000000;
184
+ $dark-timesEvents-interactive-chip-primary-off-fill-hover: #000000;
185
+ $dark-timesEvents-interactive-chip-primary-off-fill-pressed: #000000;
186
+ $dark-timesEvents-interactive-chip-primary-off-text-default: #ffffff;
187
+ $dark-timesEvents-interactive-chip-primary-off-text-hover: #d9d9d9;
188
+ $dark-timesEvents-interactive-chip-primary-off-text-pressed: #cccccc;
189
+ $dark-timesEvents-interactive-chip-primary-off-icon-default: #ffffff;
190
+ $dark-timesEvents-interactive-chip-primary-off-icon-hover: #d9d9d9;
191
+ $dark-timesEvents-interactive-chip-primary-off-icon-pressed: #cccccc;
192
+ $dark-timesEvents-interactive-chip-primary-off-border-default: #ffffff;
193
+ $dark-timesEvents-interactive-chip-primary-off-border-hover: #d9d9d9;
194
+ $dark-timesEvents-interactive-chip-primary-off-border-pressed: #cccccc;
195
+ $dark-timesEvents-interactive-chip-secondary-on-text-default: #ffffff;
196
+ $dark-timesEvents-interactive-chip-secondary-on-text-hover: #d9d9d9;
197
+ $dark-timesEvents-interactive-chip-secondary-on-text-pressed: #cccccc;
198
+ $dark-timesEvents-interactive-chip-secondary-on-fill-default: #262626;
199
+ $dark-timesEvents-interactive-chip-secondary-on-fill-hover: #202020;
200
+ $dark-timesEvents-interactive-chip-secondary-on-fill-pressed: #1e1e1e;
201
+ $dark-timesEvents-interactive-chip-secondary-on-border-default: #8c8c8c;
202
+ $dark-timesEvents-interactive-chip-secondary-on-border-hover: #777777;
203
+ $dark-timesEvents-interactive-chip-secondary-on-border-pressed: #707070;
204
+ $dark-timesEvents-interactive-chip-secondary-on-icon-default: #ffffff;
205
+ $dark-timesEvents-interactive-chip-secondary-on-icon-hover: #d9d9d9;
206
+ $dark-timesEvents-interactive-chip-secondary-on-icon-pressed: #cccccc;
207
+ $dark-timesEvents-interactive-chip-secondary-off-fill-default: #262626;
208
+ $dark-timesEvents-interactive-chip-secondary-off-fill-hover: #202020;
209
+ $dark-timesEvents-interactive-chip-secondary-off-fill-pressed: #1e1e1e;
210
+ $dark-timesEvents-interactive-chip-secondary-off-text-default: #737373;
211
+ $dark-timesEvents-interactive-chip-secondary-off-text-hover: #626262;
212
+ $dark-timesEvents-interactive-chip-secondary-off-text-pressed: #5c5c5c;
213
+ $dark-timesEvents-interactive-chip-secondary-off-icon-default: #737373;
214
+ $dark-timesEvents-interactive-chip-secondary-off-icon-hover: #626262;
215
+ $dark-timesEvents-interactive-chip-secondary-off-icon-pressed: #5c5c5c;
216
+ $dark-timesEvents-interactive-chip-channel-secondary-off-fill-default: #540724;
217
+ $dark-timesEvents-interactive-chip-channel-secondary-off-fill-hover: #48061f;
218
+ $dark-timesEvents-interactive-chip-channel-secondary-off-fill-pressed: #43061d;
219
+ $dark-timesEvents-interactive-chip-channel-secondary-off-text-default: #e56c94;
220
+ $dark-timesEvents-interactive-chip-channel-secondary-off-text-hover: #dd4175;
221
+ $dark-timesEvents-interactive-chip-channel-secondary-off-text-pressed: #db336b;
222
+ $dark-timesEvents-interactive-chip-channel-secondary-off-icon-default: #e56c94;
223
+ $dark-timesEvents-interactive-chip-channel-secondary-off-icon-hover: #dd4175;
224
+ $dark-timesEvents-interactive-chip-channel-secondary-off-icon-pressed: #db336b;
225
+ $dark-timesEvents-interactive-chip-channel-secondary-on-border-default: #e56c94;
226
+ $dark-timesEvents-interactive-chip-channel-secondary-on-border-hover: #dd4175;
227
+ $dark-timesEvents-interactive-chip-channel-secondary-on-border-pressed: #db336b;
228
+ $dark-timesEvents-interactive-chip-channel-secondary-on-fill-default: #540724;
229
+ $dark-timesEvents-interactive-chip-channel-secondary-on-fill-hover: #48061f;
230
+ $dark-timesEvents-interactive-chip-channel-secondary-on-fill-pressed: #43061d;
231
+ $dark-timesEvents-interactive-chip-channel-secondary-on-text-default: #ffffff;
232
+ $dark-timesEvents-interactive-chip-channel-secondary-on-text-hover: #d9d9d9;
233
+ $dark-timesEvents-interactive-chip-channel-secondary-on-text-pressed: #cccccc;
234
+ $dark-timesEvents-interactive-chip-channel-secondary-on-icon-default: #ffffff;
235
+ $dark-timesEvents-interactive-chip-channel-secondary-on-icon-hover: #d9d9d9;
236
+ $dark-timesEvents-interactive-chip-channel-secondary-on-icon-pressed: #cccccc;
237
+ $dark-timesEvents-interactive-chip-channel-primary-off-fill-default: #2a0512;
238
+ $dark-timesEvents-interactive-chip-channel-primary-off-fill-hover: #24040f;
239
+ $dark-timesEvents-interactive-chip-channel-primary-off-fill-pressed: #22040e;
240
+ $dark-timesEvents-interactive-chip-channel-primary-off-text-default: #ed8fae;
241
+ $dark-timesEvents-interactive-chip-channel-primary-off-text-hover: #e55e8b;
242
+ $dark-timesEvents-interactive-chip-channel-primary-off-text-pressed: #e24d7f;
243
+ $dark-timesEvents-interactive-chip-channel-primary-off-icon-default: #ed8fae;
244
+ $dark-timesEvents-interactive-chip-channel-primary-off-icon-hover: #e55e8b;
245
+ $dark-timesEvents-interactive-chip-channel-primary-off-icon-pressed: #e24d7f;
246
+ $dark-timesEvents-interactive-chip-channel-primary-off-border-default: #aa0749;
247
+ $dark-timesEvents-interactive-chip-channel-primary-off-border-hover: #91063d;
248
+ $dark-timesEvents-interactive-chip-channel-primary-off-border-pressed: #88063a;
249
+ $dark-timesEvents-interactive-chip-channel-primary-on-fill-default: #aa0749;
250
+ $dark-timesEvents-interactive-chip-channel-primary-on-fill-hover: #91063d;
251
+ $dark-timesEvents-interactive-chip-channel-primary-on-fill-pressed: #88063a;
252
+ $dark-timesEvents-interactive-chip-channel-primary-on-text-default: #ffffff;
253
+ $dark-timesEvents-interactive-chip-channel-primary-on-text-hover: #d9d9d9;
254
+ $dark-timesEvents-interactive-chip-channel-primary-on-text-pressed: #cccccc;
255
+ $dark-timesEvents-interactive-chip-channel-primary-on-icon-default: #ffffff;
256
+ $dark-timesEvents-interactive-chip-channel-primary-on-icon-hover: #d9d9d9;
257
+ $dark-timesEvents-interactive-chip-channel-primary-on-icon-pressed: #cccccc;
258
+ $dark-timesEvents-interactive-tab-fill-default: #000000;
259
+ $dark-timesEvents-interactive-tab-fill-hover: #0d0d0d;
260
+ $dark-timesEvents-interactive-tab-fill-pressed: #262626;
261
+ $dark-timesEvents-interactive-tab-text-default: #ffffff;
262
+ $dark-timesEvents-interactive-tab-text-hover: #d9d9d9;
263
+ $dark-timesEvents-interactive-tab-text-pressed: #d9d9d9;
264
+ $dark-timesEvents-interactive-tab-icon-default: #ffffff;
265
+ $dark-timesEvents-interactive-tab-icon-hover: #d9d9d9;
266
+ $dark-timesEvents-interactive-tab-icon-pressed: #d9d9d9;
267
+ $dark-timesEvents-interactive-tab-selected-border-default: #ffffff;
268
+ $dark-timesEvents-interactive-switch-off-fill-default: #737373;
269
+ $dark-timesEvents-interactive-switch-off-fill-hover: #626262;
270
+ $dark-timesEvents-interactive-switch-off-fill-pressed: #5c5c5c;
271
+ $dark-timesEvents-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
272
+ $dark-timesEvents-interactive-switch-off-control-border-hover: rgba(255, 255, 255, 0.25);
273
+ $dark-timesEvents-interactive-switch-off-control-border-pressed: rgba(255, 255, 255, 0.3);
274
+ $dark-timesEvents-interactive-switch-on-fill-default: #2c9365;
275
+ $dark-timesEvents-interactive-switch-on-fill-hover: #257d55;
276
+ $dark-timesEvents-interactive-switch-on-fill-pressed: #237651;
277
+ $dark-timesEvents-interactive-switch-on-control-border-default: #2c9365;
278
+ $dark-timesEvents-interactive-switch-on-control-border-hover: #257d55;
279
+ $dark-timesEvents-interactive-switch-on-control-border-pressed: #237651;
280
+ $dark-timesEvents-toast-fill-info: #0f4aa2;
281
+ $dark-timesEvents-toast-fill-success: #2c865b;
282
+ $dark-timesEvents-toast-fill-warning: #e49307;
283
+ $dark-timesEvents-toast-fill-error: #cb0705;
284
+ $dark-timesEvents-toast-icon-info: #aabbdc;
285
+ $dark-timesEvents-toast-icon-success: #c1e1d0;
286
+ $dark-timesEvents-toast-icon-warning: #ffddb0;
287
+ $dark-timesEvents-toast-icon-error: #ffbfbb;
288
+ $dark-timesEvents-toast-text-info: #ffffff;
289
+ $dark-timesEvents-toast-text-success: #ffffff;
290
+ $dark-timesEvents-toast-text-error: #ffffff;
291
+ $dark-timesEvents-toast-text-warning: #000000;
292
+ $dark-timesEvents-toast-link-info-default: #ffffff;
293
+ $dark-timesEvents-toast-link-info-hover: #d9d9d9;
294
+ $dark-timesEvents-toast-link-info-pressed: #cccccc;
295
+ $dark-timesEvents-toast-link-success-default: #ffffff;
296
+ $dark-timesEvents-toast-link-success-hover: #d9d9d9;
297
+ $dark-timesEvents-toast-link-success-pressed: #cccccc;
298
+ $dark-timesEvents-toast-link-error-default: #ffffff;
299
+ $dark-timesEvents-toast-link-error-hover: #d9d9d9;
300
+ $dark-timesEvents-toast-link-error-pressed: #cccccc;
301
+ $dark-timesEvents-toast-link-warning-default: #000000;
302
+ $dark-timesEvents-toast-link-warning-hover: #000000;
303
+ $dark-timesEvents-toast-link-warning-pressed: #000000;
304
+ $dark-timesEvents-messaging-fill-error: #670909;
305
+ $dark-timesEvents-messaging-fill-success: #1b5339;
306
+ $dark-timesEvents-messaging-fill-warning: #664109;
307
+ $dark-timesEvents-messaging-fill-info: #08295a;
308
+ $dark-timesEvents-messaging-border-error: #ff7268;
309
+ $dark-timesEvents-messaging-border-success: #80c4a1;
310
+ $dark-timesEvents-messaging-border-warning: #ffa722;
311
+ $dark-timesEvents-messaging-border-info: #6f8dc6;
312
+ $dark-timesEvents-messaging-icon-error: #ff7268;
313
+ $dark-timesEvents-messaging-icon-success: #80c4a1;
314
+ $dark-timesEvents-messaging-icon-warning: #ffa722;
315
+ $dark-timesEvents-messaging-icon-info: #6f8dc6;
316
+ $dark-timesEvents-messaging-link-text-default: #ffffff;
317
+ $dark-timesEvents-messaging-link-text-hover: #d9d9d9;
318
+ $dark-timesEvents-messaging-link-text-pressed: #cccccc;
319
+ $dark-timesEvents-messaging-link-text-visited: #ffffff;
320
+ $dark-timesEvents-messaging-link-icon-default: #ffffff;
321
+ $dark-timesEvents-messaging-link-icon-hover: #d9d9d9;
322
+ $dark-timesEvents-messaging-link-icon-pressed: #cccccc;
323
+ $dark-timesEvents-messaging-link-icon-visited: #ffffff;
324
+ $dark-timesEvents-messaging-link-underline-default: #ffffff;
325
+ $dark-timesEvents-messaging-link-underline-hover: #ffffff;
326
+ $dark-timesEvents-messaging-link-underline-pressed: #ffffff;
327
+ $dark-timesEvents-messaging-link-underline-visited: #e6e6e6;
328
+ $dark-timesEvents-tooltip-fill: #ffffff;
329
+ $dark-timesEvents-tooltip-text: #000000;
330
+ $dark-timesEvents-tooltip-icon: #000000;
@@ -0,0 +1,330 @@
1
+ $light-timesEvents-surface-undercanvas: #f2f2f2;
2
+ $light-timesEvents-surface-canvas: #ffffff;
3
+ $light-timesEvents-surface-transparent: rgba(255, 255, 255, 0);
4
+ $light-timesEvents-surface-level-1: #ffffff;
5
+ $light-timesEvents-surface-level-2: #ffffff;
6
+ $light-timesEvents-surface-level-3: #ffffff;
7
+ $light-timesEvents-surface-level-4: #ffffff;
8
+ $light-timesEvents-surface-overlay: rgba(0, 0, 0, 0.45);
9
+ $light-timesEvents-surface-channel-50: #fceff2;
10
+ $light-timesEvents-surface-channel-100: #fadde6;
11
+ $light-timesEvents-surface-channel-200: #f5b2c5;
12
+ $light-timesEvents-surface-channel-300: #d3035a;
13
+ $light-timesEvents-surface-channel-400: #94063f;
14
+ $light-timesEvents-surface-channel-500: #6a082e;
15
+ $light-timesEvents-surface-static-dark: #000000;
16
+ $light-timesEvents-surface-static-light: #ffffff;
17
+ $light-timesEvents-surface-inverse: #000000;
18
+ $light-timesEvents-text-primary: #1a1a1a;
19
+ $light-timesEvents-text-secondary: #404040;
20
+ $light-timesEvents-text-tertiary: #737373;
21
+ $light-timesEvents-text-channel-primary: #d82466;
22
+ $light-timesEvents-text-channel-secondary: #e15585;
23
+ $light-timesEvents-text-channel-tertiary: #ec85a6;
24
+ $light-timesEvents-text-static-dark: #000000;
25
+ $light-timesEvents-text-static-light: #ffffff;
26
+ $light-timesEvents-text-inverse: #ffffff;
27
+ $light-timesEvents-icon-primary: #1a1a1a;
28
+ $light-timesEvents-icon-secondary: #404040;
29
+ $light-timesEvents-icon-tertiary: #737373;
30
+ $light-timesEvents-icon-channel-primary: #d3035a;
31
+ $light-timesEvents-icon-channel-secondary: #da3d73;
32
+ $light-timesEvents-icon-channel-tertiary: #ec85a6;
33
+ $light-timesEvents-icon-inverse: #ffffff;
34
+ $light-timesEvents-icon-static-light: #ffffff;
35
+ $light-timesEvents-icon-static-dark: #000000;
36
+ $light-timesEvents-border-primary: #b3b3b3;
37
+ $light-timesEvents-border-secondary: #cccccc;
38
+ $light-timesEvents-border-tertiary: #e6e6e6;
39
+ $light-timesEvents-border-channel-primary: #f5b2c5;
40
+ $light-timesEvents-border-channel-secondary: #fbd7e3;
41
+ $light-timesEvents-border-channel-tertiary: #fbe5eb;
42
+ $light-timesEvents-border-elevation: #e6e6e6;
43
+ $light-timesEvents-border-static-dark: #000000;
44
+ $light-timesEvents-border-static-light: #ffffff;
45
+ $light-timesEvents-input-fill-default: #ffffff;
46
+ $light-timesEvents-input-fill-error: #ffefef;
47
+ $light-timesEvents-input-fill-hover: #f2f2f2;
48
+ $light-timesEvents-input-fill-active: #ffffff;
49
+ $light-timesEvents-input-fill-completed: #ffffff;
50
+ $light-timesEvents-input-fill-success: #e9f3ed;
51
+ $light-timesEvents-input-fill-warning: #fff7ef;
52
+ $light-timesEvents-input-fill-info: #eff2f8;
53
+ $light-timesEvents-input-border-default: #8c8c8c;
54
+ $light-timesEvents-input-border-error: #b20908;
55
+ $light-timesEvents-input-border-hover: #6d6d6d;
56
+ $light-timesEvents-input-border-active: #595959;
57
+ $light-timesEvents-input-border-completed: #262626;
58
+ $light-timesEvents-input-border-success: #298458;
59
+ $light-timesEvents-input-border-warning: #cc8103;
60
+ $light-timesEvents-input-border-info: #2658a9;
61
+ $light-timesEvents-input-text-default: #737373;
62
+ $light-timesEvents-input-text-error: #1a1a1a;
63
+ $light-timesEvents-input-text-hover: #404040;
64
+ $light-timesEvents-input-text-active: #1a1a1a;
65
+ $light-timesEvents-input-text-completed: #1a1a1a;
66
+ $light-timesEvents-input-text-success: #1a1a1a;
67
+ $light-timesEvents-input-text-warning: #1a1a1a;
68
+ $light-timesEvents-input-text-info: #1a1a1a;
69
+ $light-timesEvents-input-icon-default: #8c8c8c;
70
+ $light-timesEvents-input-icon-hover: #6d6d6d;
71
+ $light-timesEvents-input-icon-active: #595959;
72
+ $light-timesEvents-input-icon-completed: #262626;
73
+ $light-timesEvents-input-icon-error: #b20908;
74
+ $light-timesEvents-input-icon-success: #298458;
75
+ $light-timesEvents-input-icon-warning: #cc8103;
76
+ $light-timesEvents-input-icon-info: #2658a9;
77
+ $light-timesEvents-interactive-primary-fill-default: #005c8a;
78
+ $light-timesEvents-interactive-primary-fill-hover: #004e75;
79
+ $light-timesEvents-interactive-primary-fill-pressed: #00496e;
80
+ $light-timesEvents-interactive-primary-text-default: #ffffff;
81
+ $light-timesEvents-interactive-primary-text-hover: #ffffff;
82
+ $light-timesEvents-interactive-primary-text-pressed: #ffffff;
83
+ $light-timesEvents-interactive-primary-icon-default: #ffffff;
84
+ $light-timesEvents-interactive-primary-icon-hover: #ffffff;
85
+ $light-timesEvents-interactive-primary-icon-pressed: #ffffff;
86
+ $light-timesEvents-interactive-secondary-fill-default: #ffffff;
87
+ $light-timesEvents-interactive-secondary-fill-hover: #d9d9d9;
88
+ $light-timesEvents-interactive-secondary-fill-pressed: #cccccc;
89
+ $light-timesEvents-interactive-secondary-border-default: #8c8c8c;
90
+ $light-timesEvents-interactive-secondary-border-hover: #777777;
91
+ $light-timesEvents-interactive-secondary-border-pressed: #707070;
92
+ $light-timesEvents-interactive-secondary-text-default: #1a1a1a;
93
+ $light-timesEvents-interactive-secondary-text-hover: #161616;
94
+ $light-timesEvents-interactive-secondary-text-pressed: #151515;
95
+ $light-timesEvents-interactive-secondary-icon-default: #1a1a1a;
96
+ $light-timesEvents-interactive-secondary-icon-hover: #161616;
97
+ $light-timesEvents-interactive-secondary-icon-pressed: #111111;
98
+ $light-timesEvents-interactive-listItem-fill-default: #ffffff;
99
+ $light-timesEvents-interactive-listItem-fill-hover: #f2f2f2;
100
+ $light-timesEvents-interactive-listItem-fill-pressed: #e6e6e6;
101
+ $light-timesEvents-interactive-listItem-text-default: #1a1a1a;
102
+ $light-timesEvents-interactive-listItem-text-hover: #161616;
103
+ $light-timesEvents-interactive-listItem-text-pressed: #151515;
104
+ $light-timesEvents-interactive-listItem-icon-default: #404040;
105
+ $light-timesEvents-interactive-listItem-icon-hover: #363636;
106
+ $light-timesEvents-interactive-listItem-icon-pressed: #333333;
107
+ $light-timesEvents-interactive-listItem-border-default: #cccccc;
108
+ $light-timesEvents-interactive-listItem-border-hover: #adadad;
109
+ $light-timesEvents-interactive-listItem-border-pressed: #a3a3a3;
110
+ $light-timesEvents-interactive-disabled-a: #d9d9d9;
111
+ $light-timesEvents-interactive-disabled-b: #bfbfbf;
112
+ $light-timesEvents-interactive-disabled-c: #a8a8a8;
113
+ $light-timesEvents-interactive-negative-fill-default: #ffffff;
114
+ $light-timesEvents-interactive-negative-fill-hover: #d9d9d9;
115
+ $light-timesEvents-interactive-negative-fill-pressed: #cccccc;
116
+ $light-timesEvents-interactive-negative-border-default: #cb0705;
117
+ $light-timesEvents-interactive-negative-border-hover: #ad0604;
118
+ $light-timesEvents-interactive-negative-border-pressed: #a20604;
119
+ $light-timesEvents-interactive-negative-text-default: #cb0705;
120
+ $light-timesEvents-interactive-negative-text-hover: #ad0604;
121
+ $light-timesEvents-interactive-negative-text-pressed: #a20604;
122
+ $light-timesEvents-interactive-negative-icon-default: #cb0705;
123
+ $light-timesEvents-interactive-negative-icon-hover: #ad0604;
124
+ $light-timesEvents-interactive-negative-icon-pressed: #a20604;
125
+ $light-timesEvents-interactive-link-primary-text-default: #266d95;
126
+ $light-timesEvents-interactive-link-primary-text-hover: #205c7f;
127
+ $light-timesEvents-interactive-link-primary-text-pressed: #1e5777;
128
+ $light-timesEvents-interactive-link-primary-text-visited: #2d7faf;
129
+ $light-timesEvents-interactive-link-primary-icon-default: #266d95;
130
+ $light-timesEvents-interactive-link-primary-icon-hover: #205c7f;
131
+ $light-timesEvents-interactive-link-primary-icon-pressed: #1e5777;
132
+ $light-timesEvents-interactive-link-primary-icon-visited: #2d7faf;
133
+ $light-timesEvents-interactive-link-primary-underline-default: #266d95;
134
+ $light-timesEvents-interactive-link-primary-underline-hover: #205c7f;
135
+ $light-timesEvents-interactive-link-primary-underline-pressed: #1e5777;
136
+ $light-timesEvents-interactive-link-primary-underline-visited: #2d7faf;
137
+ $light-timesEvents-interactive-link-secondary-text-default: #1a1a1a;
138
+ $light-timesEvents-interactive-link-secondary-text-hover: #161616;
139
+ $light-timesEvents-interactive-link-secondary-text-pressed: #151515;
140
+ $light-timesEvents-interactive-link-secondary-text-visited: #484848;
141
+ $light-timesEvents-interactive-link-secondary-icon-default: #1a1a1a;
142
+ $light-timesEvents-interactive-link-secondary-icon-hover: #161616;
143
+ $light-timesEvents-interactive-link-secondary-icon-pressed: #151515;
144
+ $light-timesEvents-interactive-link-secondary-icon-visited: #484848;
145
+ $light-timesEvents-interactive-link-secondary-underline-default: #1a1a1a;
146
+ $light-timesEvents-interactive-link-secondary-underline-hover: #3c3c3c;
147
+ $light-timesEvents-interactive-link-secondary-underline-pressed: #484848;
148
+ $light-timesEvents-interactive-link-secondary-underline-visited: #4e4e4e;
149
+ $light-timesEvents-interactive-chip-primary-on-fill-default: #005c8a;
150
+ $light-timesEvents-interactive-chip-primary-on-fill-hover: #004e75;
151
+ $light-timesEvents-interactive-chip-primary-on-fill-pressed: #00496e;
152
+ $light-timesEvents-interactive-chip-primary-on-text-default: #ffffff;
153
+ $light-timesEvents-interactive-chip-primary-on-text-hover: #d9d9d9;
154
+ $light-timesEvents-interactive-chip-primary-on-text-pressed: #cccccc;
155
+ $light-timesEvents-interactive-chip-primary-on-icon-default: #ffffff;
156
+ $light-timesEvents-interactive-chip-primary-on-icon-hover: #d9d9d9;
157
+ $light-timesEvents-interactive-chip-primary-on-icon-pressed: #cccccc;
158
+ $light-timesEvents-interactive-chip-primary-off-fill-default: #f2f2f2;
159
+ $light-timesEvents-interactive-chip-primary-off-fill-hover: #cecece;
160
+ $light-timesEvents-interactive-chip-primary-off-fill-pressed: #c2c2c2;
161
+ $light-timesEvents-interactive-chip-primary-off-text-default: #005c8a;
162
+ $light-timesEvents-interactive-chip-primary-off-text-hover: #004e75;
163
+ $light-timesEvents-interactive-chip-primary-off-text-pressed: #00496e;
164
+ $light-timesEvents-interactive-chip-primary-off-icon-default: #005c8a;
165
+ $light-timesEvents-interactive-chip-primary-off-icon-hover: #004e75;
166
+ $light-timesEvents-interactive-chip-primary-off-icon-pressed: #00496e;
167
+ $light-timesEvents-interactive-chip-primary-off-border-default: #005c8a;
168
+ $light-timesEvents-interactive-chip-primary-off-border-hover: #004e75;
169
+ $light-timesEvents-interactive-chip-primary-off-border-pressed: #00496e;
170
+ $light-timesEvents-interactive-chip-secondary-on-text-default: #1a1a1a;
171
+ $light-timesEvents-interactive-chip-secondary-on-text-hover: #161616;
172
+ $light-timesEvents-interactive-chip-secondary-on-text-pressed: #151515;
173
+ $light-timesEvents-interactive-chip-secondary-on-fill-default: #ffffff;
174
+ $light-timesEvents-interactive-chip-secondary-on-fill-hover: #d9d9d9;
175
+ $light-timesEvents-interactive-chip-secondary-on-fill-pressed: #cccccc;
176
+ $light-timesEvents-interactive-chip-secondary-on-border-default: #8c8c8c;
177
+ $light-timesEvents-interactive-chip-secondary-on-border-hover: #777777;
178
+ $light-timesEvents-interactive-chip-secondary-on-border-pressed: #707070;
179
+ $light-timesEvents-interactive-chip-secondary-on-icon-default: #1a1a1a;
180
+ $light-timesEvents-interactive-chip-secondary-on-icon-hover: #161616;
181
+ $light-timesEvents-interactive-chip-secondary-on-icon-pressed: #151515;
182
+ $light-timesEvents-interactive-chip-secondary-off-fill-default: #f2f2f2;
183
+ $light-timesEvents-interactive-chip-secondary-off-fill-hover: #cecece;
184
+ $light-timesEvents-interactive-chip-secondary-off-fill-pressed: #c2c2c2;
185
+ $light-timesEvents-interactive-chip-secondary-off-text-default: #404040;
186
+ $light-timesEvents-interactive-chip-secondary-off-text-hover: #363636;
187
+ $light-timesEvents-interactive-chip-secondary-off-text-pressed: #333333;
188
+ $light-timesEvents-interactive-chip-secondary-off-icon-default: #404040;
189
+ $light-timesEvents-interactive-chip-secondary-off-icon-hover: #363636;
190
+ $light-timesEvents-interactive-chip-secondary-off-icon-pressed: #333333;
191
+ $light-timesEvents-interactive-chip-channel-secondary-on-fill-default: #fceff2;
192
+ $light-timesEvents-interactive-chip-channel-secondary-on-fill-hover: #f0b1c0;
193
+ $light-timesEvents-interactive-chip-channel-secondary-on-fill-pressed: #ec9caf;
194
+ $light-timesEvents-interactive-chip-channel-secondary-on-text-default: #d3035a;
195
+ $light-timesEvents-interactive-chip-channel-secondary-on-text-hover: #b4034c;
196
+ $light-timesEvents-interactive-chip-channel-secondary-on-text-pressed: #a90248;
197
+ $light-timesEvents-interactive-chip-channel-secondary-on-icon-default: #d3035a;
198
+ $light-timesEvents-interactive-chip-channel-secondary-on-icon-hover: #b4034c;
199
+ $light-timesEvents-interactive-chip-channel-secondary-on-icon-pressed: #a90248;
200
+ $light-timesEvents-interactive-chip-channel-secondary-on-border-default: #d3035a;
201
+ $light-timesEvents-interactive-chip-channel-secondary-on-border-hover: #b4034c;
202
+ $light-timesEvents-interactive-chip-channel-secondary-on-border-pressed: #a90248;
203
+ $light-timesEvents-interactive-chip-channel-secondary-off-fill-default: #fadde6;
204
+ $light-timesEvents-interactive-chip-channel-secondary-off-fill-hover: #f19fb9;
205
+ $light-timesEvents-interactive-chip-channel-secondary-off-fill-pressed: #ee8baa;
206
+ $light-timesEvents-interactive-chip-channel-secondary-off-text-default: #94063f;
207
+ $light-timesEvents-interactive-chip-channel-secondary-off-text-hover: #7e0535;
208
+ $light-timesEvents-interactive-chip-channel-secondary-off-text-pressed: #770532;
209
+ $light-timesEvents-interactive-chip-channel-secondary-off-icon-default: #94063f;
210
+ $light-timesEvents-interactive-chip-channel-secondary-off-icon-hover: #7e0535;
211
+ $light-timesEvents-interactive-chip-channel-secondary-off-icon-pressed: #770532;
212
+ $light-timesEvents-interactive-chip-channel-primary-on-fill-default: #d3035a;
213
+ $light-timesEvents-interactive-chip-channel-primary-on-fill-hover: #b4034c;
214
+ $light-timesEvents-interactive-chip-channel-primary-on-fill-pressed: #a90248;
215
+ $light-timesEvents-interactive-chip-channel-primary-on-text-default: #ffffff;
216
+ $light-timesEvents-interactive-chip-channel-primary-on-text-hover: #d9d9d9;
217
+ $light-timesEvents-interactive-chip-channel-primary-on-text-pressed: #cccccc;
218
+ $light-timesEvents-interactive-chip-channel-primary-on-icon-default: #ffffff;
219
+ $light-timesEvents-interactive-chip-channel-primary-on-icon-hover: #d9d9d9;
220
+ $light-timesEvents-interactive-chip-channel-primary-on-icon-pressed: #cccccc;
221
+ $light-timesEvents-interactive-chip-channel-primary-off-fill-default: #fadde6;
222
+ $light-timesEvents-interactive-chip-channel-primary-off-fill-hover: #f19fb9;
223
+ $light-timesEvents-interactive-chip-channel-primary-off-fill-pressed: #ee8baa;
224
+ $light-timesEvents-interactive-chip-channel-primary-off-text-default: #6a082e;
225
+ $light-timesEvents-interactive-chip-channel-primary-off-text-hover: #5a0727;
226
+ $light-timesEvents-interactive-chip-channel-primary-off-text-pressed: #550624;
227
+ $light-timesEvents-interactive-chip-channel-primary-off-icon-default: #6a082e;
228
+ $light-timesEvents-interactive-chip-channel-primary-off-icon-hover: #5a0727;
229
+ $light-timesEvents-interactive-chip-channel-primary-off-icon-pressed: #550624;
230
+ $light-timesEvents-interactive-chip-channel-primary-off-border-default: #f5b2c5;
231
+ $light-timesEvents-interactive-chip-channel-primary-off-border-hover: #ee7a9b;
232
+ $light-timesEvents-interactive-chip-channel-primary-off-border-pressed: #eb678d;
233
+ $light-timesEvents-interactive-tab-fill-default: #ffffff;
234
+ $light-timesEvents-interactive-tab-fill-hover: #f2f2f2;
235
+ $light-timesEvents-interactive-tab-fill-pressed: #d9d9d9;
236
+ $light-timesEvents-interactive-tab-text-default: #1a1a1a;
237
+ $light-timesEvents-interactive-tab-text-hover: #404040;
238
+ $light-timesEvents-interactive-tab-text-pressed: #404040;
239
+ $light-timesEvents-interactive-tab-icon-default: #1a1a1a;
240
+ $light-timesEvents-interactive-tab-icon-hover: #404040;
241
+ $light-timesEvents-interactive-tab-icon-pressed: #404040;
242
+ $light-timesEvents-interactive-tab-selected-border-default: #000000;
243
+ $light-timesEvents-interactive-switch-off-fill-default: #8c8c8c;
244
+ $light-timesEvents-interactive-switch-off-fill-hover: #777777;
245
+ $light-timesEvents-interactive-switch-off-fill-pressed: #707070;
246
+ $light-timesEvents-interactive-switch-off-control-border-default: rgba(0, 0, 0, 0);
247
+ $light-timesEvents-interactive-switch-off-control-border-hover: rgba(0, 0, 0, 0.25);
248
+ $light-timesEvents-interactive-switch-off-control-border-pressed: rgba(0, 0, 0, 0.3);
249
+ $light-timesEvents-interactive-switch-on-fill-default: #298458;
250
+ $light-timesEvents-interactive-switch-on-fill-hover: #23704b;
251
+ $light-timesEvents-interactive-switch-on-fill-pressed: #216946;
252
+ $light-timesEvents-interactive-switch-on-control-border-default: #95ceb1;
253
+ $light-timesEvents-interactive-switch-on-control-border-hover: #71bd96;
254
+ $light-timesEvents-interactive-switch-on-control-border-pressed: #64b88d;
255
+ $light-timesEvents-active-fill: #000000;
256
+ $light-timesEvents-active-text: #ffffff;
257
+ $light-timesEvents-active-border: #000000;
258
+ $light-timesEvents-active-icon: #ffffff;
259
+ $light-timesEvents-focus-border: #737373;
260
+ $light-timesEvents-label-primary: #1a1a1a;
261
+ $light-timesEvents-label-secondary: #737373;
262
+ $light-timesEvents-label-channel: #227f91;
263
+ $light-timesEvents-label-callout: #b20908;
264
+ $light-timesEvents-tag-primary-fill: #000000;
265
+ $light-timesEvents-tag-primary-text: #ffffff;
266
+ $light-timesEvents-tag-primary-icon: #ffffff;
267
+ $light-timesEvents-tag-secondary-fill: #d9d9d9;
268
+ $light-timesEvents-tag-secondary-text: #1a1a1a;
269
+ $light-timesEvents-tag-secondary-icon: #1a1a1a;
270
+ $light-timesEvents-tag-tertiary-text: #1a1a1a;
271
+ $light-timesEvents-tag-tertiary-icon: #1a1a1a;
272
+ $light-timesEvents-tag-callout-primary-fill: #b20908;
273
+ $light-timesEvents-tag-callout-primary-text: #ffffff;
274
+ $light-timesEvents-tag-callout-primary-icon: #ffffff;
275
+ $light-timesEvents-tag-callout-secondary-fill: #ffefef;
276
+ $light-timesEvents-tag-callout-secondary-text: #b20908;
277
+ $light-timesEvents-tag-callout-secondary-icon: #b20908;
278
+ $light-timesEvents-tag-callout-tertiary-text: #b20908;
279
+ $light-timesEvents-tag-callout-tertiary-icon: #b20908;
280
+ $light-timesEvents-toast-fill-info: #0a3472;
281
+ $light-timesEvents-toast-fill-success: #22724f;
282
+ $light-timesEvents-toast-fill-warning: #e49307;
283
+ $light-timesEvents-toast-fill-error: #cb0705;
284
+ $light-timesEvents-toast-icon-info: #97aed7;
285
+ $light-timesEvents-toast-icon-success: #a9d8be;
286
+ $light-timesEvents-toast-icon-warning: #ffdfb5;
287
+ $light-timesEvents-toast-icon-error: #ffb4b0;
288
+ $light-timesEvents-toast-text-info: #ffffff;
289
+ $light-timesEvents-toast-text-success: #ffffff;
290
+ $light-timesEvents-toast-text-error: #ffffff;
291
+ $light-timesEvents-toast-text-warning: #000000;
292
+ $light-timesEvents-toast-link-info-default: #ffffff;
293
+ $light-timesEvents-toast-link-info-hover: #d9d9d9;
294
+ $light-timesEvents-toast-link-info-pressed: #cccccc;
295
+ $light-timesEvents-toast-link-success-default: #ffffff;
296
+ $light-timesEvents-toast-link-success-hover: #d9d9d9;
297
+ $light-timesEvents-toast-link-success-pressed: #cccccc;
298
+ $light-timesEvents-toast-link-error-default: #ffffff;
299
+ $light-timesEvents-toast-link-error-hover: #d9d9d9;
300
+ $light-timesEvents-toast-link-error-pressed: #cccccc;
301
+ $light-timesEvents-toast-link-warning-default: #000000;
302
+ $light-timesEvents-toast-link-warning-hover: #000000;
303
+ $light-timesEvents-toast-link-warning-pressed: #000000;
304
+ $light-timesEvents-messaging-fill-error: #ffefef;
305
+ $light-timesEvents-messaging-fill-success: #e9f3ed;
306
+ $light-timesEvents-messaging-fill-warning: #fff7ef;
307
+ $light-timesEvents-messaging-fill-info: #eff2f8;
308
+ $light-timesEvents-messaging-border-error: #b20908;
309
+ $light-timesEvents-messaging-border-success: #298458;
310
+ $light-timesEvents-messaging-border-warning: #e49307;
311
+ $light-timesEvents-messaging-border-info: #0f4aa2;
312
+ $light-timesEvents-messaging-icon-error: #cb0705;
313
+ $light-timesEvents-messaging-icon-success: #31a46f;
314
+ $light-timesEvents-messaging-icon-warning: #e49307;
315
+ $light-timesEvents-messaging-icon-info: #0f4aa2;
316
+ $light-timesEvents-messaging-link-text-default: #1a1a1a;
317
+ $light-timesEvents-messaging-link-text-hover: #161616;
318
+ $light-timesEvents-messaging-link-text-pressed: #151515;
319
+ $light-timesEvents-messaging-link-text-visited: #484848;
320
+ $light-timesEvents-messaging-link-icon-default: #1a1a1a;
321
+ $light-timesEvents-messaging-link-icon-hover: #161616;
322
+ $light-timesEvents-messaging-link-icon-pressed: #151515;
323
+ $light-timesEvents-messaging-link-icon-visited: #484848;
324
+ $light-timesEvents-messaging-link-underline-default: #1a1a1a;
325
+ $light-timesEvents-messaging-link-underline-hover: #3c3c3c;
326
+ $light-timesEvents-messaging-link-underline-pressed: #484848;
327
+ $light-timesEvents-messaging-link-underline-visited: #4e4e4e;
328
+ $light-timesEvents-tooltip-fill: #000000;
329
+ $light-timesEvents-tooltip-text: #ffffff;
330
+ $light-timesEvents-tooltip-icon: #ffffff;