@mozaic-ds/vue 1.0.0-rc.0 → 1.0.0-rc.2

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 (41) hide show
  1. package/README.md +10 -8
  2. package/dist/mozaic-vue.adeo.css +45 -43
  3. package/dist/mozaic-vue.adeo.umd.js +11694 -22360
  4. package/dist/mozaic-vue.common.js +11694 -22360
  5. package/dist/mozaic-vue.common.js.map +1 -1
  6. package/dist/mozaic-vue.css +1 -1
  7. package/dist/mozaic-vue.umd.js +11694 -22360
  8. package/dist/mozaic-vue.umd.js.map +1 -1
  9. package/dist/mozaic-vue.umd.min.js +2 -2
  10. package/dist/mozaic-vue.umd.min.js.map +1 -1
  11. package/package.json +23 -22
  12. package/src/components/autocomplete/MAutocomplete.vue +294 -111
  13. package/src/components/checkbox/MCheckboxGroup.vue +8 -0
  14. package/src/components/dropdown/MDropdown.vue +317 -0
  15. package/src/components/dropdown/index.js +7 -0
  16. package/src/components/flag/MFlag.vue +1 -1
  17. package/src/components/icon/MIcon.vue +18 -2
  18. package/src/components/index.js +2 -1
  19. package/src/components/link/MLink.vue +14 -3
  20. package/src/components/listbox/MListBox.vue +97 -57
  21. package/src/components/listbox/MListBoxActions.vue +251 -0
  22. package/src/components/listbox/index.js +6 -1
  23. package/src/components/passwordinput/MPasswordInput.vue +1 -0
  24. package/src/components/phonenumber/MPhoneNumber.vue +11 -3
  25. package/src/components/quantityselector/MQuantitySelector.vue +15 -2
  26. package/src/components/ratingstars/MStarsInput.vue +1 -0
  27. package/src/components/stepper/MStepper.vue +68 -27
  28. package/src/components/tabs/MTab.vue +73 -59
  29. package/src/components/textarea/MTextArea.vue +1 -0
  30. package/src/components/textinput/MTextInputField.vue +1 -1
  31. package/src/index.js +2 -1
  32. package/src/tokens/adeo/android/colors.xml +183 -126
  33. package/src/tokens/adeo/css/_variables.scss +183 -126
  34. package/src/tokens/adeo/css/root.scss +80 -23
  35. package/src/tokens/adeo/ios/StyleDictionaryColor.h +60 -3
  36. package/src/tokens/adeo/ios/StyleDictionaryColor.m +187 -130
  37. package/src/tokens/adeo/ios/StyleDictionaryColor.swift +183 -126
  38. package/src/tokens/adeo/js/tokens.js +183 -126
  39. package/src/tokens/adeo/js/tokensObject.js +1570 -283
  40. package/src/tokens/adeo/scss/_tokens.scss +342 -128
  41. package/types/index.d.ts +4 -0
@@ -140,6 +140,8 @@ ColorSuccess600,
140
140
  ColorSuccess700,
141
141
  ColorSuccess800,
142
142
  ColorSuccess900,
143
+ ColorBreadcrumbArrow,
144
+ ColorBreadcrumbArrowInvert,
143
145
  ColorButtonSolidBackground,
144
146
  ColorButtonSolidFont,
145
147
  ColorButtonSolidFocusBorder,
@@ -204,6 +206,12 @@ ColorButtonBorderedDangerDisabledBackground,
204
206
  ColorButtonBorderedDangerDisabledFont,
205
207
  ColorButtonBorderedDangerActiveBackground,
206
208
  ColorButtonBorderedDangerHoverBackground,
209
+ ColorCardBorderedBackground,
210
+ ColorCardBorderedBorder,
211
+ ColorDialogBackground,
212
+ ColorDialogIcon,
213
+ ColorDialogClose,
214
+ ColorDialogFooterShadow,
207
215
  ColorDividerLightest,
208
216
  ColorDividerLight,
209
217
  ColorDividerDefault,
@@ -260,6 +268,9 @@ ColorFontInfo,
260
268
  ColorFontSuccess,
261
269
  ColorFontWarning,
262
270
  ColorFontDanger,
271
+ ColorHeadingUnderlineDefault,
272
+ ColorHeadingUnderlineLightest,
273
+ ColorHeroCoverBackground,
263
274
  ColorInputText,
264
275
  ColorInputBorder,
265
276
  ColorInputPlaceholder,
@@ -302,6 +313,12 @@ ColorLinkDangerVisited,
302
313
  ColorLinkDangerActive,
303
314
  ColorLinkDangerDisabled,
304
315
  ColorLinkDangerHover,
316
+ ColorListboxBackground,
317
+ ColorListboxBorder,
318
+ ColorListboxTileBorder,
319
+ ColorListboxTileShadow,
320
+ ColorListboxTileHoverBackground,
321
+ ColorListboxDisabledBackground,
305
322
  ColorNotificationFont,
306
323
  ColorNotificationInformationBackground,
307
324
  ColorNotificationInformationBorder,
@@ -315,6 +332,22 @@ ColorNotificationWarningIcon,
315
332
  ColorNotificationDangerBackground,
316
333
  ColorNotificationDangerBorder,
317
334
  ColorNotificationDangerIcon,
335
+ ColorOptionButtonLabelShadow,
336
+ ColorOptionButtonHoverLabelShadow,
337
+ ColorOptionButtonCheckedLabelBorder,
338
+ ColorOptionButtonCheckedLabelShadow,
339
+ ColorOptionButtonDisabledLabelBackground,
340
+ ColorOptionCardLabelShadow,
341
+ ColorOptionCardHoverLabelShadow,
342
+ ColorOptionCardCheckedLabelBorder,
343
+ ColorOptionCardCheckedLabelShadow,
344
+ ColorOverlayBackground,
345
+ ColorOverlayLoaderBackground,
346
+ ColorPasswordInputButtonHoverBackground,
347
+ ColorPhoneNumberButtonBorder,
348
+ ColorPhoneNumberListBackground,
349
+ ColorPhoneNumberItemBorder,
350
+ ColorPhoneNumberItemFocusBackground,
318
351
  ColorProgressBackground,
319
352
  ColorProgressIndicator,
320
353
  ColorProgressPercentageDefault,
@@ -324,12 +357,25 @@ ColorStarEmpty,
324
357
  ColorStarFocus,
325
358
  ColorStarFull,
326
359
  ColorStarHover,
360
+ ColorStepperItemBackground,
361
+ ColorStepperItemCurrentBackground,
362
+ ColorStepperLinkHoverText,
363
+ ColorStepperIndicatorBackground,
364
+ ColorStepperIndicatorBorder,
365
+ ColorStepperIndicatorCurrentBackground,
366
+ ColorStepperIndicatorCurrentBorder,
367
+ ColorStepperIcon,
368
+ ColorStepperTitle,
327
369
  ColorTabsBackground,
328
370
  ColorTabsShadow,
329
371
  ColorTabsDefault,
372
+ ColorTabsElementBackground,
330
373
  ColorTabsHover,
331
- ColorTabsDisabled,
332
- ColorTabsActive,
374
+ ColorTabsDisabledBackground,
375
+ ColorTabsActiveBackground,
376
+ ColorTabsActiveText,
377
+ ColorTabsSelectedBorder,
378
+ ColorTabsSelectedText,
333
379
  ColorTabsActiveDisabled,
334
380
  ColorTagTextLightBackground,
335
381
  ColorTagTextLightBorder,
@@ -390,7 +436,18 @@ ColorToggleHoverCircle,
390
436
  ColorToggleDisabledBackground,
391
437
  ColorToggleDisabledCircle,
392
438
  ColorToggleDisabledCheckedBackground,
393
- ColorToggleDisabledCheckedCircle
439
+ ColorToggleDisabledCheckedCircle,
440
+ ColorTooltipBackground,
441
+ ColorTooltipBorder,
442
+ ColorSecondarySandgrey100,
443
+ ColorSecondarySandgrey200,
444
+ ColorSecondarySandgrey300,
445
+ ColorSecondarySandgrey400,
446
+ ColorSecondarySandgrey500,
447
+ ColorSecondarySandgrey600,
448
+ ColorSecondarySandgrey700,
449
+ ColorSecondarySandgrey800,
450
+ ColorSecondarySandgrey900
394
451
  };
395
452
 
396
453
  @interface StyleDictionaryColor : NSObject
@@ -29,9 +29,9 @@
29
29
  [UIColor colorWithRed:0.992f green:0.918f blue:0.918f alpha:1.000f],
30
30
  [UIColor colorWithRed:0.918f green:0.188f blue:0.176f alpha:1.000f],
31
31
  [UIColor colorWithRed:0.549f green:0.000f blue:0.012f alpha:1.000f],
32
- [UIColor colorWithRed:0.933f green:0.929f blue:0.918f alpha:1.000f],
33
- [UIColor colorWithRed:0.549f green:0.545f blue:0.522f alpha:1.000f],
34
- [UIColor colorWithRed:0.333f green:0.333f blue:0.314f alpha:1.000f],
32
+ [UIColor colorWithRed:0.902f green:0.902f blue:0.902f alpha:1.000f],
33
+ [UIColor colorWithRed:0.502f green:0.502f blue:0.502f alpha:1.000f],
34
+ [UIColor colorWithRed:0.302f green:0.302f blue:0.302f alpha:1.000f],
35
35
  [UIColor colorWithRed:0.851f green:0.941f blue:0.953f alpha:1.000f],
36
36
  [UIColor colorWithRed:0.569f green:0.835f blue:0.859f alpha:1.000f],
37
37
  [UIColor colorWithRed:0.282f green:0.729f blue:0.769f alpha:1.000f],
@@ -41,24 +41,24 @@
41
41
  [UIColor colorWithRed:0.000f green:0.412f blue:0.455f alpha:1.000f],
42
42
  [UIColor colorWithRed:0.000f green:0.306f blue:0.341f alpha:1.000f],
43
43
  [UIColor colorWithRed:0.000f green:0.180f blue:0.200f alpha:1.000f],
44
- [UIColor colorWithRed:0.859f green:0.929f blue:0.918f alpha:1.000f],
45
- [UIColor colorWithRed:0.647f green:0.820f blue:0.796f alpha:1.000f],
46
- [UIColor colorWithRed:0.431f green:0.706f blue:0.678f alpha:1.000f],
47
- [UIColor colorWithRed:0.216f green:0.584f blue:0.565f alpha:1.000f],
48
- [UIColor colorWithRed:0.000f green:0.459f blue:0.455f alpha:1.000f],
49
- [UIColor colorWithRed:0.012f green:0.373f blue:0.392f alpha:1.000f],
50
- [UIColor colorWithRed:0.016f green:0.298f blue:0.325f alpha:1.000f],
51
- [UIColor colorWithRed:0.024f green:0.227f blue:0.267f alpha:1.000f],
52
- [UIColor colorWithRed:0.024f green:0.169f blue:0.208f alpha:1.000f],
53
- [UIColor colorWithRed:0.933f green:0.929f blue:0.918f alpha:1.000f],
54
- [UIColor colorWithRed:0.867f green:0.863f blue:0.835f alpha:1.000f],
55
- [UIColor colorWithRed:0.761f green:0.757f blue:0.729f alpha:1.000f],
56
- [UIColor colorWithRed:0.655f green:0.651f blue:0.627f alpha:1.000f],
57
- [UIColor colorWithRed:0.549f green:0.545f blue:0.522f alpha:1.000f],
58
- [UIColor colorWithRed:0.443f green:0.439f blue:0.420f alpha:1.000f],
59
- [UIColor colorWithRed:0.333f green:0.333f blue:0.314f alpha:1.000f],
60
- [UIColor colorWithRed:0.227f green:0.224f blue:0.212f alpha:1.000f],
61
- [UIColor colorWithRed:0.118f green:0.118f blue:0.110f alpha:1.000f],
44
+ [UIColor colorWithRed:0.933f green:0.937f blue:0.945f alpha:1.000f],
45
+ [UIColor colorWithRed:0.812f green:0.824f blue:0.847f alpha:1.000f],
46
+ [UIColor colorWithRed:0.702f green:0.718f blue:0.757f alpha:1.000f],
47
+ [UIColor colorWithRed:0.561f green:0.580f blue:0.639f alpha:1.000f],
48
+ [UIColor colorWithRed:0.416f green:0.439f blue:0.506f alpha:1.000f],
49
+ [UIColor colorWithRed:0.286f green:0.310f blue:0.376f alpha:1.000f],
50
+ [UIColor colorWithRed:0.204f green:0.231f blue:0.298f alpha:1.000f],
51
+ [UIColor colorWithRed:0.141f green:0.161f blue:0.220f alpha:1.000f],
52
+ [UIColor colorWithRed:0.090f green:0.106f blue:0.149f alpha:1.000f],
53
+ [UIColor colorWithRed:0.902f green:0.902f blue:0.902f alpha:1.000f],
54
+ [UIColor colorWithRed:0.800f green:0.800f blue:0.800f alpha:1.000f],
55
+ [UIColor colorWithRed:0.702f green:0.702f blue:0.702f alpha:1.000f],
56
+ [UIColor colorWithRed:0.600f green:0.600f blue:0.600f alpha:1.000f],
57
+ [UIColor colorWithRed:0.502f green:0.502f blue:0.502f alpha:1.000f],
58
+ [UIColor colorWithRed:0.400f green:0.400f blue:0.400f alpha:1.000f],
59
+ [UIColor colorWithRed:0.302f green:0.302f blue:0.302f alpha:1.000f],
60
+ [UIColor colorWithRed:0.200f green:0.200f blue:0.200f alpha:1.000f],
61
+ [UIColor colorWithRed:0.098f green:0.098f blue:0.098f alpha:1.000f],
62
62
  [UIColor colorWithRed:0.000f green:0.000f blue:0.000f alpha:1.000f],
63
63
  [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
64
64
  [UIColor colorWithRed:0.918f green:0.929f blue:0.937f alpha:1.000f],
@@ -151,35 +151,37 @@
151
151
  [UIColor colorWithRed:0.000f green:0.412f blue:0.008f alpha:1.000f],
152
152
  [UIColor colorWithRed:0.012f green:0.314f blue:0.063f alpha:1.000f],
153
153
  [UIColor colorWithRed:0.008f green:0.212f blue:0.094f alpha:1.000f],
154
+ [UIColor colorWithRed:0.200f green:0.200f blue:0.200f alpha:1.000f],
155
+ [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
154
156
  [UIColor colorWithRed:0.000f green:0.498f blue:0.549f alpha:1.000f],
155
157
  [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
156
158
  [UIColor colorWithRed:0.000f green:0.412f blue:0.455f alpha:1.000f],
157
- [UIColor colorWithRed:0.867f green:0.863f blue:0.835f alpha:1.000f],
158
- [UIColor colorWithRed:0.443f green:0.439f blue:0.420f alpha:1.000f],
159
+ [UIColor colorWithRed:0.800f green:0.800f blue:0.800f alpha:1.000f],
160
+ [UIColor colorWithRed:0.400f green:0.400f blue:0.400f alpha:1.000f],
159
161
  [UIColor colorWithRed:0.000f green:0.412f blue:0.455f alpha:1.000f],
160
162
  [UIColor colorWithRed:0.000f green:0.412f blue:0.455f alpha:1.000f],
161
163
  [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
162
- [UIColor colorWithRed:0.000f green:0.459f blue:0.455f alpha:1.000f],
164
+ [UIColor colorWithRed:0.416f green:0.439f blue:0.506f alpha:1.000f],
163
165
  [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
164
- [UIColor colorWithRed:0.024f green:0.169f blue:0.208f alpha:1.000f],
165
- [UIColor colorWithRed:0.867f green:0.863f blue:0.835f alpha:1.000f],
166
- [UIColor colorWithRed:0.443f green:0.439f blue:0.420f alpha:1.000f],
167
- [UIColor colorWithRed:0.024f green:0.169f blue:0.208f alpha:1.000f],
168
- [UIColor colorWithRed:0.024f green:0.227f blue:0.267f alpha:1.000f],
166
+ [UIColor colorWithRed:0.090f green:0.106f blue:0.149f alpha:1.000f],
167
+ [UIColor colorWithRed:0.800f green:0.800f blue:0.800f alpha:1.000f],
168
+ [UIColor colorWithRed:0.400f green:0.400f blue:0.400f alpha:1.000f],
169
+ [UIColor colorWithRed:0.090f green:0.106f blue:0.149f alpha:1.000f],
170
+ [UIColor colorWithRed:0.141f green:0.161f blue:0.220f alpha:1.000f],
169
171
  [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
170
- [UIColor colorWithRed:0.227f green:0.224f blue:0.212f alpha:1.000f],
172
+ [UIColor colorWithRed:0.200f green:0.200f blue:0.200f alpha:1.000f],
171
173
  [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
172
- [UIColor colorWithRed:0.118f green:0.118f blue:0.110f alpha:1.000f],
173
- [UIColor colorWithRed:0.867f green:0.863f blue:0.835f alpha:1.000f],
174
- [UIColor colorWithRed:0.443f green:0.439f blue:0.420f alpha:1.000f],
175
- [UIColor colorWithRed:0.227f green:0.224f blue:0.212f alpha:1.000f],
176
- [UIColor colorWithRed:0.118f green:0.118f blue:0.110f alpha:1.000f],
174
+ [UIColor colorWithRed:0.098f green:0.098f blue:0.098f alpha:1.000f],
175
+ [UIColor colorWithRed:0.800f green:0.800f blue:0.800f alpha:1.000f],
176
+ [UIColor colorWithRed:0.400f green:0.400f blue:0.400f alpha:1.000f],
177
+ [UIColor colorWithRed:0.200f green:0.200f blue:0.200f alpha:1.000f],
178
+ [UIColor colorWithRed:0.098f green:0.098f blue:0.098f alpha:1.000f],
177
179
  [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
178
180
  [UIColor colorWithRed:0.776f green:0.067f blue:0.071f alpha:1.000f],
179
181
  [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
180
182
  [UIColor colorWithRed:0.549f green:0.000f blue:0.012f alpha:1.000f],
181
- [UIColor colorWithRed:0.867f green:0.863f blue:0.835f alpha:1.000f],
182
- [UIColor colorWithRed:0.443f green:0.439f blue:0.420f alpha:1.000f],
183
+ [UIColor colorWithRed:0.800f green:0.800f blue:0.800f alpha:1.000f],
184
+ [UIColor colorWithRed:0.400f green:0.400f blue:0.400f alpha:1.000f],
183
185
  [UIColor colorWithRed:0.549f green:0.000f blue:0.012f alpha:1.000f],
184
186
  [UIColor colorWithRed:0.549f green:0.000f blue:0.012f alpha:1.000f],
185
187
  [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
@@ -187,45 +189,51 @@
187
189
  [UIColor colorWithRed:0.000f green:0.498f blue:0.549f alpha:1.000f],
188
190
  [UIColor colorWithRed:0.000f green:0.498f blue:0.549f alpha:1.000f],
189
191
  [UIColor colorWithRed:0.000f green:0.412f blue:0.455f alpha:1.000f],
190
- [UIColor colorWithRed:0.867f green:0.863f blue:0.835f alpha:1.000f],
191
- [UIColor colorWithRed:0.443f green:0.439f blue:0.420f alpha:1.000f],
192
+ [UIColor colorWithRed:0.800f green:0.800f blue:0.800f alpha:1.000f],
193
+ [UIColor colorWithRed:0.400f green:0.400f blue:0.400f alpha:1.000f],
192
194
  [UIColor colorWithRed:0.569f green:0.835f blue:0.859f alpha:1.000f],
193
195
  [UIColor colorWithRed:0.851f green:0.941f blue:0.953f alpha:1.000f],
194
196
  [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
195
- [UIColor colorWithRed:0.000f green:0.459f blue:0.455f alpha:1.000f],
196
- [UIColor colorWithRed:0.000f green:0.459f blue:0.455f alpha:1.000f],
197
- [UIColor colorWithRed:0.024f green:0.169f blue:0.208f alpha:1.000f],
198
- [UIColor colorWithRed:0.867f green:0.863f blue:0.835f alpha:1.000f],
199
- [UIColor colorWithRed:0.443f green:0.439f blue:0.420f alpha:1.000f],
200
- [UIColor colorWithRed:0.647f green:0.820f blue:0.796f alpha:1.000f],
201
- [UIColor colorWithRed:0.859f green:0.929f blue:0.918f alpha:1.000f],
202
- [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
203
- [UIColor colorWithRed:0.227f green:0.224f blue:0.212f alpha:1.000f],
204
- [UIColor colorWithRed:0.227f green:0.224f blue:0.212f alpha:1.000f],
205
- [UIColor colorWithRed:0.118f green:0.118f blue:0.110f alpha:1.000f],
206
- [UIColor colorWithRed:0.867f green:0.863f blue:0.835f alpha:1.000f],
207
- [UIColor colorWithRed:0.443f green:0.439f blue:0.420f alpha:1.000f],
208
- [UIColor colorWithRed:0.867f green:0.863f blue:0.835f alpha:1.000f],
209
- [UIColor colorWithRed:0.933f green:0.929f blue:0.918f alpha:1.000f],
197
+ [UIColor colorWithRed:0.416f green:0.439f blue:0.506f alpha:1.000f],
198
+ [UIColor colorWithRed:0.416f green:0.439f blue:0.506f alpha:1.000f],
199
+ [UIColor colorWithRed:0.090f green:0.106f blue:0.149f alpha:1.000f],
200
+ [UIColor colorWithRed:0.800f green:0.800f blue:0.800f alpha:1.000f],
201
+ [UIColor colorWithRed:0.400f green:0.400f blue:0.400f alpha:1.000f],
202
+ [UIColor colorWithRed:0.812f green:0.824f blue:0.847f alpha:1.000f],
203
+ [UIColor colorWithRed:0.933f green:0.937f blue:0.945f alpha:1.000f],
204
+ [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
205
+ [UIColor colorWithRed:0.200f green:0.200f blue:0.200f alpha:1.000f],
206
+ [UIColor colorWithRed:0.200f green:0.200f blue:0.200f alpha:1.000f],
207
+ [UIColor colorWithRed:0.098f green:0.098f blue:0.098f alpha:1.000f],
208
+ [UIColor colorWithRed:0.800f green:0.800f blue:0.800f alpha:1.000f],
209
+ [UIColor colorWithRed:0.400f green:0.400f blue:0.400f alpha:1.000f],
210
+ [UIColor colorWithRed:0.800f green:0.800f blue:0.800f alpha:1.000f],
211
+ [UIColor colorWithRed:0.902f green:0.902f blue:0.902f alpha:1.000f],
210
212
  [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
211
213
  [UIColor colorWithRed:0.776f green:0.067f blue:0.071f alpha:1.000f],
212
214
  [UIColor colorWithRed:0.776f green:0.067f blue:0.071f alpha:1.000f],
213
215
  [UIColor colorWithRed:0.549f green:0.000f blue:0.012f alpha:1.000f],
214
- [UIColor colorWithRed:0.867f green:0.863f blue:0.835f alpha:1.000f],
215
- [UIColor colorWithRed:0.443f green:0.439f blue:0.420f alpha:1.000f],
216
+ [UIColor colorWithRed:0.800f green:0.800f blue:0.800f alpha:1.000f],
217
+ [UIColor colorWithRed:0.400f green:0.400f blue:0.400f alpha:1.000f],
216
218
  [UIColor colorWithRed:0.973f green:0.737f blue:0.733f alpha:1.000f],
217
219
  [UIColor colorWithRed:0.992f green:0.918f blue:0.918f alpha:1.000f],
218
220
  [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
219
- [UIColor colorWithRed:0.761f green:0.757f blue:0.729f alpha:1.000f],
220
- [UIColor colorWithRed:0.443f green:0.439f blue:0.420f alpha:1.000f],
221
+ [UIColor colorWithRed:0.502f green:0.502f blue:0.502f alpha:1.000f],
222
+ [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
223
+ [UIColor colorWithRed:0.400f green:0.400f blue:0.400f alpha:1.000f],
224
+ [UIColor colorWithRed:0.502f green:0.502f blue:0.502f alpha:1.000f],
225
+ [UIColor colorWithRed:0.098f green:0.098f blue:0.098f alpha:1.000f],
226
+ [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
227
+ [UIColor colorWithRed:0.702f green:0.702f blue:0.702f alpha:1.000f],
228
+ [UIColor colorWithRed:0.400f green:0.400f blue:0.400f alpha:1.000f],
221
229
  [UIColor colorWithRed:0.000f green:0.000f blue:0.000f alpha:1.000f],
222
230
  [UIColor colorWithRed:0.776f green:0.067f blue:0.071f alpha:1.000f],
223
- [UIColor colorWithRed:0.227f green:0.224f blue:0.212f alpha:1.000f],
224
- [UIColor colorWithRed:0.443f green:0.439f blue:0.420f alpha:1.000f],
225
- [UIColor colorWithRed:0.443f green:0.439f blue:0.420f alpha:1.000f],
231
+ [UIColor colorWithRed:0.200f green:0.200f blue:0.200f alpha:1.000f],
232
+ [UIColor colorWithRed:0.400f green:0.400f blue:0.400f alpha:1.000f],
233
+ [UIColor colorWithRed:0.400f green:0.400f blue:0.400f alpha:1.000f],
226
234
  [UIColor colorWithRed:0.000f green:0.000f blue:0.000f alpha:1.000f],
227
- [UIColor colorWithRed:0.933f green:0.929f blue:0.918f alpha:1.000f],
228
- [UIColor colorWithRed:0.867f green:0.863f blue:0.835f alpha:1.000f],
235
+ [UIColor colorWithRed:0.902f green:0.902f blue:0.902f alpha:1.000f],
236
+ [UIColor colorWithRed:0.800f green:0.800f blue:0.800f alpha:1.000f],
229
237
  [UIColor colorWithRed:0.000f green:0.569f blue:0.624f alpha:1.000f],
230
238
  [UIColor colorWithRed:0.776f green:0.067f blue:0.071f alpha:1.000f],
231
239
  [UIColor colorWithRed:0.000f green:0.498f blue:0.549f alpha:1.000f],
@@ -261,24 +269,27 @@
261
269
  [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
262
270
  [UIColor colorWithRed:0.459f green:0.537f blue:0.573f alpha:1.000f],
263
271
  [UIColor colorWithRed:0.000f green:0.498f blue:0.549f alpha:1.000f],
264
- [UIColor colorWithRed:0.000f green:0.459f blue:0.455f alpha:1.000f],
272
+ [UIColor colorWithRed:0.416f green:0.439f blue:0.506f alpha:1.000f],
265
273
  [UIColor colorWithRed:0.000f green:0.000f blue:0.000f alpha:1.000f],
266
- [UIColor colorWithRed:0.118f green:0.118f blue:0.110f alpha:1.000f],
267
- [UIColor colorWithRed:0.227f green:0.224f blue:0.212f alpha:1.000f],
268
- [UIColor colorWithRed:0.443f green:0.439f blue:0.420f alpha:1.000f],
274
+ [UIColor colorWithRed:0.098f green:0.098f blue:0.098f alpha:1.000f],
275
+ [UIColor colorWithRed:0.200f green:0.200f blue:0.200f alpha:1.000f],
276
+ [UIColor colorWithRed:0.400f green:0.400f blue:0.400f alpha:1.000f],
269
277
  [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
270
278
  [UIColor colorWithRed:0.000f green:0.482f blue:0.706f alpha:1.000f],
271
279
  [UIColor colorWithRed:0.094f green:0.533f blue:0.012f alpha:1.000f],
272
280
  [UIColor colorWithRed:0.776f green:0.322f blue:0.000f alpha:1.000f],
273
281
  [UIColor colorWithRed:0.776f green:0.067f blue:0.071f alpha:1.000f],
274
- [UIColor colorWithRed:0.118f green:0.118f blue:0.110f alpha:1.000f],
275
- [UIColor colorWithRed:0.443f green:0.439f blue:0.420f alpha:1.000f],
276
- [UIColor colorWithRed:0.549f green:0.545f blue:0.522f alpha:1.000f],
277
- [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
278
- [UIColor colorWithRed:0.933f green:0.929f blue:0.918f alpha:1.000f],
279
- [UIColor colorWithRed:0.933f green:0.929f blue:0.918f alpha:1.000f],
280
- [UIColor colorWithRed:0.655f green:0.651f blue:0.627f alpha:1.000f],
281
- [UIColor colorWithRed:0.118f green:0.118f blue:0.110f alpha:1.000f],
282
+ [UIColor colorWithRed:0.000f green:0.569f blue:0.624f alpha:1.000f],
283
+ [UIColor colorWithRed:0.569f green:0.835f blue:0.859f alpha:1.000f],
284
+ [UIColor colorWithRed:0.098f green:0.098f blue:0.098f alpha:1.000f],
285
+ [UIColor colorWithRed:0.098f green:0.098f blue:0.098f alpha:1.000f],
286
+ [UIColor colorWithRed:0.400f green:0.400f blue:0.400f alpha:1.000f],
287
+ [UIColor colorWithRed:0.502f green:0.502f blue:0.502f alpha:1.000f],
288
+ [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
289
+ [UIColor colorWithRed:0.902f green:0.902f blue:0.902f alpha:1.000f],
290
+ [UIColor colorWithRed:0.902f green:0.902f blue:0.902f alpha:1.000f],
291
+ [UIColor colorWithRed:0.600f green:0.600f blue:0.600f alpha:1.000f],
292
+ [UIColor colorWithRed:0.098f green:0.098f blue:0.098f alpha:1.000f],
282
293
  [UIColor colorWithRed:0.459f green:0.537f blue:0.573f alpha:1.000f],
283
294
  [UIColor colorWithRed:0.275f green:0.651f blue:0.063f alpha:1.000f],
284
295
  [UIColor colorWithRed:0.012f green:0.314f blue:0.063f alpha:1.000f],
@@ -289,30 +300,36 @@
289
300
  [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
290
301
  [UIColor colorWithRed:0.000f green:0.306f blue:0.341f alpha:1.000f],
291
302
  [UIColor colorWithRed:0.000f green:0.000f blue:0.000f alpha:1.000f],
292
- [UIColor colorWithRed:0.227f green:0.224f blue:0.212f alpha:1.000f],
293
- [UIColor colorWithRed:0.227f green:0.224f blue:0.212f alpha:1.000f],
294
- [UIColor colorWithRed:0.933f green:0.929f blue:0.918f alpha:1.000f],
295
- [UIColor colorWithRed:0.443f green:0.439f blue:0.420f alpha:1.000f],
296
- [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
297
- [UIColor colorWithRed:0.867f green:0.863f blue:0.835f alpha:1.000f],
298
- [UIColor colorWithRed:0.867f green:0.863f blue:0.835f alpha:1.000f],
299
- [UIColor colorWithRed:0.933f green:0.929f blue:0.918f alpha:1.000f],
300
- [UIColor colorWithRed:0.655f green:0.651f blue:0.627f alpha:1.000f],
303
+ [UIColor colorWithRed:0.200f green:0.200f blue:0.200f alpha:1.000f],
304
+ [UIColor colorWithRed:0.200f green:0.200f blue:0.200f alpha:1.000f],
305
+ [UIColor colorWithRed:0.902f green:0.902f blue:0.902f alpha:1.000f],
306
+ [UIColor colorWithRed:0.400f green:0.400f blue:0.400f alpha:1.000f],
307
+ [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
308
+ [UIColor colorWithRed:0.800f green:0.800f blue:0.800f alpha:1.000f],
309
+ [UIColor colorWithRed:0.800f green:0.800f blue:0.800f alpha:1.000f],
310
+ [UIColor colorWithRed:0.902f green:0.902f blue:0.902f alpha:1.000f],
311
+ [UIColor colorWithRed:0.600f green:0.600f blue:0.600f alpha:1.000f],
301
312
  [UIColor colorWithRed:0.000f green:0.498f blue:0.549f alpha:1.000f],
302
313
  [UIColor colorWithRed:0.000f green:0.412f blue:0.455f alpha:1.000f],
303
314
  [UIColor colorWithRed:0.000f green:0.412f blue:0.455f alpha:1.000f],
304
- [UIColor colorWithRed:0.933f green:0.929f blue:0.918f alpha:1.000f],
315
+ [UIColor colorWithRed:0.902f green:0.902f blue:0.902f alpha:1.000f],
305
316
  [UIColor colorWithRed:0.000f green:0.306f blue:0.341f alpha:1.000f],
306
- [UIColor colorWithRed:0.012f green:0.373f blue:0.392f alpha:1.000f],
307
- [UIColor colorWithRed:0.016f green:0.298f blue:0.325f alpha:1.000f],
308
- [UIColor colorWithRed:0.016f green:0.298f blue:0.325f alpha:1.000f],
309
- [UIColor colorWithRed:0.933f green:0.929f blue:0.918f alpha:1.000f],
310
- [UIColor colorWithRed:0.024f green:0.169f blue:0.208f alpha:1.000f],
317
+ [UIColor colorWithRed:0.286f green:0.310f blue:0.376f alpha:1.000f],
318
+ [UIColor colorWithRed:0.204f green:0.231f blue:0.298f alpha:1.000f],
319
+ [UIColor colorWithRed:0.204f green:0.231f blue:0.298f alpha:1.000f],
320
+ [UIColor colorWithRed:0.902f green:0.902f blue:0.902f alpha:1.000f],
321
+ [UIColor colorWithRed:0.090f green:0.106f blue:0.149f alpha:1.000f],
311
322
  [UIColor colorWithRed:0.776f green:0.067f blue:0.071f alpha:1.000f],
312
323
  [UIColor colorWithRed:0.549f green:0.000f blue:0.012f alpha:1.000f],
313
324
  [UIColor colorWithRed:0.549f green:0.000f blue:0.012f alpha:1.000f],
314
- [UIColor colorWithRed:0.933f green:0.929f blue:0.918f alpha:1.000f],
325
+ [UIColor colorWithRed:0.902f green:0.902f blue:0.902f alpha:1.000f],
315
326
  [UIColor colorWithRed:0.325f green:0.000f blue:0.000f alpha:1.000f],
327
+ [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
328
+ [UIColor colorWithRed:0.400f green:0.400f blue:0.400f alpha:1.000f],
329
+ [UIColor colorWithRed:0.702f green:0.702f blue:0.702f alpha:1.000f],
330
+ [UIColor colorWithRed:0.098f green:0.098f blue:0.098f alpha:1.000f],
331
+ [UIColor colorWithRed:0.902f green:0.902f blue:0.902f alpha:1.000f],
332
+ [UIColor colorWithRed:0.800f green:0.800f blue:0.800f alpha:1.000f],
316
333
  [UIColor colorWithRed:0.000f green:0.000f blue:0.000f alpha:1.000f],
317
334
  [UIColor colorWithRed:0.855f green:0.937f blue:0.969f alpha:1.000f],
318
335
  [UIColor colorWithRed:0.043f green:0.588f blue:0.800f alpha:1.000f],
@@ -326,82 +343,122 @@
326
343
  [UIColor colorWithRed:0.992f green:0.918f blue:0.918f alpha:1.000f],
327
344
  [UIColor colorWithRed:0.918f green:0.188f blue:0.176f alpha:1.000f],
328
345
  [UIColor colorWithRed:0.776f green:0.067f blue:0.071f alpha:1.000f],
329
- [UIColor colorWithRed:0.867f green:0.863f blue:0.835f alpha:1.000f],
346
+ [UIColor colorWithRed:0.702f green:0.702f blue:0.702f alpha:1.000f],
347
+ [UIColor colorWithRed:0.200f green:0.200f blue:0.200f alpha:1.000f],
348
+ [UIColor colorWithRed:0.000f green:0.569f blue:0.624f alpha:1.000f],
349
+ [UIColor colorWithRed:0.851f green:0.941f blue:0.953f alpha:1.000f],
350
+ [UIColor colorWithRed:0.800f green:0.800f blue:0.800f alpha:1.000f],
351
+ [UIColor colorWithRed:0.702f green:0.702f blue:0.702f alpha:1.000f],
352
+ [UIColor colorWithRed:0.200f green:0.200f blue:0.200f alpha:1.000f],
353
+ [UIColor colorWithRed:0.000f green:0.569f blue:0.624f alpha:1.000f],
354
+ [UIColor colorWithRed:0.851f green:0.941f blue:0.953f alpha:1.000f],
355
+ [UIColor colorWithRed:0.098f green:0.098f blue:0.098f alpha:1.000f],
356
+ [UIColor colorWithRed:0.031f green:0.141f blue:0.208f alpha:1.000f],
357
+ [UIColor colorWithRed:0.902f green:0.902f blue:0.902f alpha:1.000f],
358
+ [UIColor colorWithRed:0.400f green:0.400f blue:0.400f alpha:1.000f],
359
+ [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
360
+ [UIColor colorWithRed:0.702f green:0.702f blue:0.702f alpha:1.000f],
361
+ [UIColor colorWithRed:0.902f green:0.902f blue:0.902f alpha:1.000f],
362
+ [UIColor colorWithRed:0.800f green:0.800f blue:0.800f alpha:1.000f],
330
363
  [UIColor colorWithRed:0.000f green:0.482f blue:0.706f alpha:1.000f],
331
- [UIColor colorWithRed:0.118f green:0.118f blue:0.110f alpha:1.000f],
364
+ [UIColor colorWithRed:0.098f green:0.098f blue:0.098f alpha:1.000f],
332
365
  [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
333
366
  [UIColor colorWithRed:0.000f green:0.569f blue:0.624f alpha:1.000f],
334
- [UIColor colorWithRed:0.867f green:0.863f blue:0.835f alpha:1.000f],
367
+ [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
335
368
  [UIColor colorWithRed:0.459f green:0.537f blue:0.573f alpha:1.000f],
336
369
  [UIColor colorWithRed:0.918f green:0.451f blue:0.082f alpha:1.000f],
337
370
  [UIColor colorWithRed:0.957f green:0.698f blue:0.494f alpha:1.000f],
371
+ [UIColor colorWithRed:0.600f green:0.600f blue:0.600f alpha:1.000f],
372
+ [UIColor colorWithRed:0.000f green:0.569f blue:0.624f alpha:1.000f],
373
+ [UIColor colorWithRed:0.000f green:0.569f blue:0.624f alpha:1.000f],
374
+ [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
375
+ [UIColor colorWithRed:0.600f green:0.600f blue:0.600f alpha:1.000f],
376
+ [UIColor colorWithRed:0.000f green:0.569f blue:0.624f alpha:1.000f],
377
+ [UIColor colorWithRed:0.000f green:0.569f blue:0.624f alpha:1.000f],
378
+ [UIColor colorWithRed:0.000f green:0.569f blue:0.624f alpha:1.000f],
379
+ [UIColor colorWithRed:0.000f green:0.569f blue:0.624f alpha:1.000f],
338
380
  [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
339
381
  [UIColor colorWithRed:0.000f green:0.000f blue:0.000f alpha:1.000f],
340
- [UIColor colorWithRed:0.118f green:0.118f blue:0.110f alpha:1.000f],
382
+ [UIColor colorWithRed:0.400f green:0.400f blue:0.400f alpha:1.000f],
383
+ [UIColor colorWithRed:0.933f green:0.937f blue:0.945f alpha:1.000f],
341
384
  [UIColor colorWithRed:0.000f green:0.306f blue:0.341f alpha:1.000f],
342
- [UIColor colorWithRed:0.443f green:0.439f blue:0.420f alpha:1.000f],
343
- [UIColor colorWithRed:0.000f green:0.498f blue:0.549f alpha:1.000f],
385
+ [UIColor colorWithRed:0.800f green:0.800f blue:0.800f alpha:1.000f],
386
+ [UIColor colorWithRed:0.812f green:0.824f blue:0.847f alpha:1.000f],
387
+ [UIColor colorWithRed:0.200f green:0.200f blue:0.200f alpha:1.000f],
388
+ [UIColor colorWithRed:0.000f green:0.000f blue:0.000f alpha:1.000f],
389
+ [UIColor colorWithRed:0.000f green:0.000f blue:0.000f alpha:1.000f],
344
390
  [UIColor colorWithRed:0.569f green:0.835f blue:0.859f alpha:1.000f],
345
391
  [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
346
- [UIColor colorWithRed:0.549f green:0.545f blue:0.522f alpha:1.000f],
347
- [UIColor colorWithRed:0.118f green:0.118f blue:0.110f alpha:1.000f],
348
- [UIColor colorWithRed:0.118f green:0.118f blue:0.110f alpha:1.000f],
392
+ [UIColor colorWithRed:0.502f green:0.502f blue:0.502f alpha:1.000f],
393
+ [UIColor colorWithRed:0.098f green:0.098f blue:0.098f alpha:1.000f],
394
+ [UIColor colorWithRed:0.098f green:0.098f blue:0.098f alpha:1.000f],
349
395
  [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
350
396
  [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
351
397
  [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
352
- [UIColor colorWithRed:0.549f green:0.545f blue:0.522f alpha:1.000f],
353
- [UIColor colorWithRed:0.118f green:0.118f blue:0.110f alpha:1.000f],
354
- [UIColor colorWithRed:0.933f green:0.929f blue:0.918f alpha:1.000f],
355
- [UIColor colorWithRed:0.867f green:0.863f blue:0.835f alpha:1.000f],
356
- [UIColor colorWithRed:0.118f green:0.118f blue:0.110f alpha:1.000f],
398
+ [UIColor colorWithRed:0.502f green:0.502f blue:0.502f alpha:1.000f],
399
+ [UIColor colorWithRed:0.098f green:0.098f blue:0.098f alpha:1.000f],
400
+ [UIColor colorWithRed:0.902f green:0.902f blue:0.902f alpha:1.000f],
401
+ [UIColor colorWithRed:0.800f green:0.800f blue:0.800f alpha:1.000f],
402
+ [UIColor colorWithRed:0.098f green:0.098f blue:0.098f alpha:1.000f],
357
403
  [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
358
404
  [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
359
- [UIColor colorWithRed:0.227f green:0.224f blue:0.212f alpha:1.000f],
360
- [UIColor colorWithRed:0.333f green:0.333f blue:0.314f alpha:1.000f],
405
+ [UIColor colorWithRed:0.200f green:0.200f blue:0.200f alpha:1.000f],
406
+ [UIColor colorWithRed:0.302f green:0.302f blue:0.302f alpha:1.000f],
361
407
  [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
362
- [UIColor colorWithRed:0.549f green:0.545f blue:0.522f alpha:1.000f],
363
- [UIColor colorWithRed:0.118f green:0.118f blue:0.110f alpha:1.000f],
408
+ [UIColor colorWithRed:0.502f green:0.502f blue:0.502f alpha:1.000f],
409
+ [UIColor colorWithRed:0.098f green:0.098f blue:0.098f alpha:1.000f],
364
410
  [UIColor colorWithRed:0.282f green:0.729f blue:0.769f alpha:1.000f],
365
411
  [UIColor colorWithRed:0.000f green:0.306f blue:0.341f alpha:1.000f],
366
412
  [UIColor colorWithRed:0.000f green:0.306f blue:0.341f alpha:1.000f],
367
413
  [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
368
- [UIColor colorWithRed:0.933f green:0.929f blue:0.918f alpha:1.000f],
369
- [UIColor colorWithRed:0.549f green:0.545f blue:0.522f alpha:1.000f],
414
+ [UIColor colorWithRed:0.902f green:0.902f blue:0.902f alpha:1.000f],
415
+ [UIColor colorWithRed:0.502f green:0.502f blue:0.502f alpha:1.000f],
370
416
  [UIColor colorWithRed:0.000f green:0.498f blue:0.549f alpha:1.000f],
371
417
  [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
372
418
  [UIColor colorWithRed:0.000f green:0.412f blue:0.455f alpha:1.000f],
373
- [UIColor colorWithRed:0.118f green:0.118f blue:0.110f alpha:1.000f],
419
+ [UIColor colorWithRed:0.098f green:0.098f blue:0.098f alpha:1.000f],
374
420
  [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
375
421
  [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
376
422
  [UIColor colorWithRed:0.000f green:0.412f blue:0.455f alpha:1.000f],
377
423
  [UIColor colorWithRed:0.569f green:0.835f blue:0.859f alpha:1.000f],
378
424
  [UIColor colorWithRed:0.569f green:0.835f blue:0.859f alpha:1.000f],
379
- [UIColor colorWithRed:0.118f green:0.118f blue:0.110f alpha:1.000f],
425
+ [UIColor colorWithRed:0.098f green:0.098f blue:0.098f alpha:1.000f],
380
426
  [UIColor colorWithRed:0.000f green:0.620f blue:0.675f alpha:1.000f],
381
427
  [UIColor colorWithRed:0.000f green:0.620f blue:0.675f alpha:1.000f],
382
- [UIColor colorWithRed:0.118f green:0.118f blue:0.110f alpha:1.000f],
428
+ [UIColor colorWithRed:0.098f green:0.098f blue:0.098f alpha:1.000f],
383
429
  [UIColor colorWithRed:0.282f green:0.729f blue:0.769f alpha:1.000f],
384
- [UIColor colorWithRed:0.333f green:0.333f blue:0.314f alpha:1.000f],
385
- [UIColor colorWithRed:0.549f green:0.545f blue:0.522f alpha:1.000f],
386
- [UIColor colorWithRed:0.227f green:0.224f blue:0.212f alpha:1.000f],
387
- [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
388
- [UIColor colorWithRed:0.867f green:0.863f blue:0.835f alpha:1.000f],
389
- [UIColor colorWithRed:0.333f green:0.333f blue:0.314f alpha:1.000f],
390
- [UIColor colorWithRed:0.443f green:0.439f blue:0.420f alpha:1.000f],
391
- [UIColor colorWithRed:0.867f green:0.863f blue:0.835f alpha:1.000f],
392
- [UIColor colorWithRed:0.118f green:0.118f blue:0.110f alpha:1.000f],
393
- [UIColor colorWithRed:0.118f green:0.118f blue:0.110f alpha:1.000f],
394
- [UIColor colorWithRed:0.761f green:0.757f blue:0.729f alpha:1.000f],
395
- [UIColor colorWithRed:0.655f green:0.651f blue:0.627f alpha:1.000f],
396
- [UIColor colorWithRed:0.443f green:0.439f blue:0.420f alpha:1.000f],
430
+ [UIColor colorWithRed:0.302f green:0.302f blue:0.302f alpha:1.000f],
431
+ [UIColor colorWithRed:0.502f green:0.502f blue:0.502f alpha:1.000f],
432
+ [UIColor colorWithRed:0.200f green:0.200f blue:0.200f alpha:1.000f],
433
+ [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
434
+ [UIColor colorWithRed:0.800f green:0.800f blue:0.800f alpha:1.000f],
435
+ [UIColor colorWithRed:0.302f green:0.302f blue:0.302f alpha:1.000f],
436
+ [UIColor colorWithRed:0.400f green:0.400f blue:0.400f alpha:1.000f],
437
+ [UIColor colorWithRed:0.800f green:0.800f blue:0.800f alpha:1.000f],
438
+ [UIColor colorWithRed:0.098f green:0.098f blue:0.098f alpha:1.000f],
439
+ [UIColor colorWithRed:0.098f green:0.098f blue:0.098f alpha:1.000f],
440
+ [UIColor colorWithRed:0.702f green:0.702f blue:0.702f alpha:1.000f],
441
+ [UIColor colorWithRed:0.600f green:0.600f blue:0.600f alpha:1.000f],
442
+ [UIColor colorWithRed:0.400f green:0.400f blue:0.400f alpha:1.000f],
397
443
  [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
398
444
  [UIColor colorWithRed:0.000f green:0.569f blue:0.624f alpha:1.000f],
399
445
  [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
446
+ [UIColor colorWithRed:0.902f green:0.902f blue:0.902f alpha:1.000f],
447
+ [UIColor colorWithRed:0.902f green:0.902f blue:0.902f alpha:1.000f],
448
+ [UIColor colorWithRed:0.702f green:0.702f blue:0.702f alpha:1.000f],
449
+ [UIColor colorWithRed:0.569f green:0.835f blue:0.859f alpha:1.000f],
450
+ [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
451
+ [UIColor colorWithRed:0.302f green:0.302f blue:0.302f alpha:1.000f],
452
+ [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
400
453
  [UIColor colorWithRed:0.933f green:0.929f blue:0.918f alpha:1.000f],
401
- [UIColor colorWithRed:0.933f green:0.929f blue:0.918f alpha:1.000f],
454
+ [UIColor colorWithRed:0.867f green:0.863f blue:0.835f alpha:1.000f],
402
455
  [UIColor colorWithRed:0.761f green:0.757f blue:0.729f alpha:1.000f],
403
- [UIColor colorWithRed:0.569f green:0.835f blue:0.859f alpha:1.000f],
404
- [UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f]
456
+ [UIColor colorWithRed:0.655f green:0.651f blue:0.627f alpha:1.000f],
457
+ [UIColor colorWithRed:0.549f green:0.545f blue:0.522f alpha:1.000f],
458
+ [UIColor colorWithRed:0.443f green:0.439f blue:0.420f alpha:1.000f],
459
+ [UIColor colorWithRed:0.333f green:0.333f blue:0.314f alpha:1.000f],
460
+ [UIColor colorWithRed:0.227f green:0.224f blue:0.212f alpha:1.000f],
461
+ [UIColor colorWithRed:0.118f green:0.118f blue:0.110f alpha:1.000f]
405
462
  ];
406
463
  });
407
464