@sproutsocial/seeds-color 1.7.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ios/Blue/Blue 0.colorset/Contents.json +1 -1
- package/dist/ios/Blue/Blue 100.colorset/Contents.json +3 -3
- package/dist/ios/Blue/Blue 1000.colorset/Contents.json +1 -1
- package/dist/ios/Blue/Blue 1100.colorset/Contents.json +1 -1
- package/dist/ios/Blue/Blue 200.colorset/Contents.json +1 -1
- package/dist/ios/Blue/Blue 300.colorset/Contents.json +1 -1
- package/dist/ios/Blue/Blue 400.colorset/Contents.json +3 -3
- package/dist/ios/Blue/Blue 500.colorset/Contents.json +1 -1
- package/dist/ios/Blue/Blue 600.colorset/Contents.json +1 -1
- package/dist/ios/Blue/Blue 700.colorset/Contents.json +1 -1
- package/dist/ios/Blue/Blue 800.colorset/Contents.json +1 -1
- package/dist/ios/Blue/Blue 900.colorset/Contents.json +1 -1
- package/dist/seeds-color.css +12 -12
- package/dist/seeds-color.js +141 -139
- package/dist/seeds-color.scss +12 -12
- package/dist/seeds-color.sketchpalette +16 -16
- package/dist/seeds-color.xml +12 -12
- package/dist/tokens.json +24 -24
- package/package.json +1 -1
package/dist/seeds-color.css
CHANGED
|
@@ -35,18 +35,18 @@
|
|
|
35
35
|
--color-aqua-900: #035e73;
|
|
36
36
|
--color-aqua-1000: #083d4f;
|
|
37
37
|
--color-aqua-1100: #002838;
|
|
38
|
-
--color-blue-0: #
|
|
39
|
-
--color-blue-100: #
|
|
40
|
-
--color-blue-200: #
|
|
41
|
-
--color-blue-300: #
|
|
42
|
-
--color-blue-400: #
|
|
43
|
-
--color-blue-500: #
|
|
44
|
-
--color-blue-600: #
|
|
45
|
-
--color-blue-700: #
|
|
46
|
-
--color-blue-800: #
|
|
47
|
-
--color-blue-900: #
|
|
48
|
-
--color-blue-1000: #
|
|
49
|
-
--color-blue-1100: #
|
|
38
|
+
--color-blue-0: #e9f4ff;
|
|
39
|
+
--color-blue-100: #deebfe;
|
|
40
|
+
--color-blue-200: #c7dbf9;
|
|
41
|
+
--color-blue-300: #a1c2f8;
|
|
42
|
+
--color-blue-400: #679eff;
|
|
43
|
+
--color-blue-500: #3876e3;
|
|
44
|
+
--color-blue-600: #2b68d3;
|
|
45
|
+
--color-blue-700: #205bc3;
|
|
46
|
+
--color-blue-800: #1150aa;
|
|
47
|
+
--color-blue-900: #0c3f89;
|
|
48
|
+
--color-blue-1000: #0a2960;
|
|
49
|
+
--color-blue-1100: #001738;
|
|
50
50
|
--color-purple-0: #f2f2f9;
|
|
51
51
|
--color-purple-100: #eaeaf9;
|
|
52
52
|
--color-purple-200: #d8d7f9;
|
package/dist/seeds-color.js
CHANGED
|
@@ -1,140 +1,142 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
1
3
|
module.exports = {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
};
|
|
4
|
+
COLOR_GREEN_0: '#ebf9eb',
|
|
5
|
+
COLOR_GREEN_100: '#d7f4d7',
|
|
6
|
+
COLOR_GREEN_200: '#c2f2bd',
|
|
7
|
+
COLOR_GREEN_300: '#98e58e',
|
|
8
|
+
COLOR_GREEN_400: '#75dd66',
|
|
9
|
+
COLOR_GREEN_500: '#59cb59',
|
|
10
|
+
COLOR_GREEN_600: '#2bb656',
|
|
11
|
+
COLOR_GREEN_700: '#0ca750',
|
|
12
|
+
COLOR_GREEN_800: '#008b46',
|
|
13
|
+
COLOR_GREEN_900: '#006b40',
|
|
14
|
+
COLOR_GREEN_1000: '#08422f',
|
|
15
|
+
COLOR_GREEN_1100: '#002b20',
|
|
16
|
+
COLOR_TEAL_0: '#e5f9f5',
|
|
17
|
+
COLOR_TEAL_100: '#cdf7ef',
|
|
18
|
+
COLOR_TEAL_200: '#b3f2e6',
|
|
19
|
+
COLOR_TEAL_300: '#7dead5',
|
|
20
|
+
COLOR_TEAL_400: '#24e0c5',
|
|
21
|
+
COLOR_TEAL_500: '#08c4b2',
|
|
22
|
+
COLOR_TEAL_600: '#00a99c',
|
|
23
|
+
COLOR_TEAL_700: '#0b968f',
|
|
24
|
+
COLOR_TEAL_800: '#067c7c',
|
|
25
|
+
COLOR_TEAL_900: '#026661',
|
|
26
|
+
COLOR_TEAL_1000: '#083f3f',
|
|
27
|
+
COLOR_TEAL_1100: '#002528',
|
|
28
|
+
COLOR_AQUA_0: '#d9fcfb',
|
|
29
|
+
COLOR_AQUA_100: '#c5f9f9',
|
|
30
|
+
COLOR_AQUA_200: '#a5f2f2',
|
|
31
|
+
COLOR_AQUA_300: '#76e5e2',
|
|
32
|
+
COLOR_AQUA_400: '#33d6e2',
|
|
33
|
+
COLOR_AQUA_500: '#17b8ce',
|
|
34
|
+
COLOR_AQUA_600: '#0797ae',
|
|
35
|
+
COLOR_AQUA_700: '#0b8599',
|
|
36
|
+
COLOR_AQUA_800: '#0f6e84',
|
|
37
|
+
COLOR_AQUA_900: '#035e73',
|
|
38
|
+
COLOR_AQUA_1000: '#083d4f',
|
|
39
|
+
COLOR_AQUA_1100: '#002838',
|
|
40
|
+
COLOR_BLUE_0: '#e9f4ff',
|
|
41
|
+
COLOR_BLUE_100: '#deebfe',
|
|
42
|
+
COLOR_BLUE_200: '#c7dbf9',
|
|
43
|
+
COLOR_BLUE_300: '#a1c2f8',
|
|
44
|
+
COLOR_BLUE_400: '#679eff',
|
|
45
|
+
COLOR_BLUE_500: '#3876e3',
|
|
46
|
+
COLOR_BLUE_600: '#2b68d3',
|
|
47
|
+
COLOR_BLUE_700: '#205bc3',
|
|
48
|
+
COLOR_BLUE_800: '#1150aa',
|
|
49
|
+
COLOR_BLUE_900: '#0c3f89',
|
|
50
|
+
COLOR_BLUE_1000: '#0a2960',
|
|
51
|
+
COLOR_BLUE_1100: '#001738',
|
|
52
|
+
COLOR_PURPLE_0: '#f2f2f9',
|
|
53
|
+
COLOR_PURPLE_100: '#eaeaf9',
|
|
54
|
+
COLOR_PURPLE_200: '#d8d7f9',
|
|
55
|
+
COLOR_PURPLE_300: '#c1c1f7',
|
|
56
|
+
COLOR_PURPLE_400: '#a193f2',
|
|
57
|
+
COLOR_PURPLE_500: '#9180f4',
|
|
58
|
+
COLOR_PURPLE_600: '#816fea',
|
|
59
|
+
COLOR_PURPLE_700: '#6f5ed3',
|
|
60
|
+
COLOR_PURPLE_800: '#5e4eba',
|
|
61
|
+
COLOR_PURPLE_900: '#483a9c',
|
|
62
|
+
COLOR_PURPLE_1000: '#2d246b',
|
|
63
|
+
COLOR_PURPLE_1100: '#1d1d38',
|
|
64
|
+
COLOR_MAGENTA_0: '#fef0ff',
|
|
65
|
+
COLOR_MAGENTA_100: '#f9e3fc',
|
|
66
|
+
COLOR_MAGENTA_200: '#f4c4f7',
|
|
67
|
+
COLOR_MAGENTA_300: '#edadf2',
|
|
68
|
+
COLOR_MAGENTA_400: '#f282f5',
|
|
69
|
+
COLOR_MAGENTA_500: '#db61db',
|
|
70
|
+
COLOR_MAGENTA_600: '#c44eb9',
|
|
71
|
+
COLOR_MAGENTA_700: '#ac44a8',
|
|
72
|
+
COLOR_MAGENTA_800: '#8f3896',
|
|
73
|
+
COLOR_MAGENTA_900: '#6c2277',
|
|
74
|
+
COLOR_MAGENTA_1000: '#451551',
|
|
75
|
+
COLOR_MAGENTA_1100: '#29192d',
|
|
76
|
+
COLOR_PINK_0: '#ffe9f3',
|
|
77
|
+
COLOR_PINK_100: '#fcdbeb',
|
|
78
|
+
COLOR_PINK_200: '#ffb5d5',
|
|
79
|
+
COLOR_PINK_300: '#ff95c1',
|
|
80
|
+
COLOR_PINK_400: '#ff76ae',
|
|
81
|
+
COLOR_PINK_500: '#ef588b',
|
|
82
|
+
COLOR_PINK_600: '#e0447c',
|
|
83
|
+
COLOR_PINK_700: '#ce3665',
|
|
84
|
+
COLOR_PINK_800: '#b22f5b',
|
|
85
|
+
COLOR_PINK_900: '#931847',
|
|
86
|
+
COLOR_PINK_1000: '#561231',
|
|
87
|
+
COLOR_PINK_1100: '#2b1721',
|
|
88
|
+
COLOR_RED_0: '#ffeae9',
|
|
89
|
+
COLOR_RED_100: '#ffd5d2',
|
|
90
|
+
COLOR_RED_200: '#ffb8b1',
|
|
91
|
+
COLOR_RED_300: '#ff9c8f',
|
|
92
|
+
COLOR_RED_400: '#ff7f6e',
|
|
93
|
+
COLOR_RED_500: '#f76054',
|
|
94
|
+
COLOR_RED_600: '#ed4c42',
|
|
95
|
+
COLOR_RED_700: '#db3e3e',
|
|
96
|
+
COLOR_RED_800: '#c63434',
|
|
97
|
+
COLOR_RED_900: '#992222',
|
|
98
|
+
COLOR_RED_1000: '#6d1313',
|
|
99
|
+
COLOR_RED_1100: '#2b1111',
|
|
100
|
+
COLOR_ORANGE_0: '#ffede3',
|
|
101
|
+
COLOR_ORANGE_100: '#fcdccc',
|
|
102
|
+
COLOR_ORANGE_200: '#ffc6a4',
|
|
103
|
+
COLOR_ORANGE_300: '#ffb180',
|
|
104
|
+
COLOR_ORANGE_400: '#ff9c5d',
|
|
105
|
+
COLOR_ORANGE_500: '#fc8943',
|
|
106
|
+
COLOR_ORANGE_600: '#f57d33',
|
|
107
|
+
COLOR_ORANGE_700: '#ed7024',
|
|
108
|
+
COLOR_ORANGE_800: '#ce5511',
|
|
109
|
+
COLOR_ORANGE_900: '#962c0b',
|
|
110
|
+
COLOR_ORANGE_1000: '#601700',
|
|
111
|
+
COLOR_ORANGE_1100: '#2d130e',
|
|
112
|
+
COLOR_NEUTRAL_0: '#FFFFFF',
|
|
113
|
+
COLOR_NEUTRAL_100: '#f3f4f4',
|
|
114
|
+
COLOR_NEUTRAL_200: '#dee1e1',
|
|
115
|
+
COLOR_NEUTRAL_300: '#c8cccc',
|
|
116
|
+
COLOR_NEUTRAL_400: '#b0b6b7',
|
|
117
|
+
COLOR_NEUTRAL_500: '#929a9b',
|
|
118
|
+
COLOR_NEUTRAL_600: '#6e797a',
|
|
119
|
+
COLOR_NEUTRAL_700: '#515e5f',
|
|
120
|
+
COLOR_NEUTRAL_800: '#364141',
|
|
121
|
+
COLOR_NEUTRAL_900: '#273333',
|
|
122
|
+
COLOR_NEUTRAL_1000: '#162020',
|
|
123
|
+
COLOR_NEUTRAL_1100: '#040404',
|
|
124
|
+
COLOR_YELLOW_0: '#fff8e2',
|
|
125
|
+
COLOR_YELLOW_100: '#fdefcd',
|
|
126
|
+
COLOR_YELLOW_200: '#ffe99a',
|
|
127
|
+
COLOR_YELLOW_300: '#ffe16e',
|
|
128
|
+
COLOR_YELLOW_400: '#ffd943',
|
|
129
|
+
COLOR_YELLOW_500: '#ffcd1c',
|
|
130
|
+
COLOR_YELLOW_600: '#ffbc00',
|
|
131
|
+
COLOR_YELLOW_700: '#dd9903',
|
|
132
|
+
COLOR_YELLOW_800: '#ba7506',
|
|
133
|
+
COLOR_YELLOW_900: '#944c0c',
|
|
134
|
+
COLOR_YELLOW_1000: '#542a00',
|
|
135
|
+
COLOR_YELLOW_1100: '#2d1a05',
|
|
136
|
+
COLOR_BAMBU_TEAL_400: '#11a7aa',
|
|
137
|
+
COLOR_BAMBU_TEAL_500: '#078888',
|
|
138
|
+
COLOR_BAMBU_TEAL_600: '#0f6270',
|
|
139
|
+
COLOR_BAMBU_TEAL_700: '#0a3f49',
|
|
140
|
+
COLOR_BAMBU_YELLOW_500: '#f9b450',
|
|
141
|
+
COLOR_BAMBU_YELLOW_600: '#ffa017'
|
|
142
|
+
};
|
package/dist/seeds-color.scss
CHANGED
|
@@ -34,18 +34,18 @@ $Color-aqua--800: #0f6e84;
|
|
|
34
34
|
$Color-aqua--900: #035e73;
|
|
35
35
|
$Color-aqua--1000: #083d4f;
|
|
36
36
|
$Color-aqua--1100: #002838;
|
|
37
|
-
$Color-blue--0: #
|
|
38
|
-
$Color-blue--100: #
|
|
39
|
-
$Color-blue--200: #
|
|
40
|
-
$Color-blue--300: #
|
|
41
|
-
$Color-blue--400: #
|
|
42
|
-
$Color-blue--500: #
|
|
43
|
-
$Color-blue--600: #
|
|
44
|
-
$Color-blue--700: #
|
|
45
|
-
$Color-blue--800: #
|
|
46
|
-
$Color-blue--900: #
|
|
47
|
-
$Color-blue--1000: #
|
|
48
|
-
$Color-blue--1100: #
|
|
37
|
+
$Color-blue--0: #e9f4ff;
|
|
38
|
+
$Color-blue--100: #deebfe;
|
|
39
|
+
$Color-blue--200: #c7dbf9;
|
|
40
|
+
$Color-blue--300: #a1c2f8;
|
|
41
|
+
$Color-blue--400: #679eff;
|
|
42
|
+
$Color-blue--500: #3876e3;
|
|
43
|
+
$Color-blue--600: #2b68d3;
|
|
44
|
+
$Color-blue--700: #205bc3;
|
|
45
|
+
$Color-blue--800: #1150aa;
|
|
46
|
+
$Color-blue--900: #0c3f89;
|
|
47
|
+
$Color-blue--1000: #0a2960;
|
|
48
|
+
$Color-blue--1100: #001738;
|
|
49
49
|
$Color-purple--0: #f2f2f9;
|
|
50
50
|
$Color-purple--100: #eaeaf9;
|
|
51
51
|
$Color-purple--200: #d8d7f9;
|
|
@@ -257,84 +257,84 @@
|
|
|
257
257
|
{
|
|
258
258
|
"name": "Blue 0",
|
|
259
259
|
"red": 0.9137254901960784,
|
|
260
|
-
"green": 0.
|
|
260
|
+
"green": 0.9568627450980393,
|
|
261
261
|
"blue": 1,
|
|
262
262
|
"alpha": 1
|
|
263
263
|
},
|
|
264
264
|
{
|
|
265
265
|
"name": "Blue 100",
|
|
266
|
-
"red": 0.
|
|
267
|
-
"green": 0.
|
|
268
|
-
"blue":
|
|
266
|
+
"red": 0.8705882352941177,
|
|
267
|
+
"green": 0.9215686274509803,
|
|
268
|
+
"blue": 0.996078431372549,
|
|
269
269
|
"alpha": 1
|
|
270
270
|
},
|
|
271
271
|
{
|
|
272
272
|
"name": "Blue 200",
|
|
273
273
|
"red": 0.7803921568627451,
|
|
274
|
-
"green": 0.
|
|
274
|
+
"green": 0.8588235294117647,
|
|
275
275
|
"blue": 0.9764705882352941,
|
|
276
276
|
"alpha": 1
|
|
277
277
|
},
|
|
278
278
|
{
|
|
279
279
|
"name": "Blue 300",
|
|
280
280
|
"red": 0.6313725490196078,
|
|
281
|
-
"green": 0.
|
|
281
|
+
"green": 0.7607843137254902,
|
|
282
282
|
"blue": 0.9725490196078431,
|
|
283
283
|
"alpha": 1
|
|
284
284
|
},
|
|
285
285
|
{
|
|
286
286
|
"name": "Blue 400",
|
|
287
|
-
"red": 0.
|
|
288
|
-
"green": 0.
|
|
289
|
-
"blue":
|
|
287
|
+
"red": 0.403921568627451,
|
|
288
|
+
"green": 0.6196078431372549,
|
|
289
|
+
"blue": 1,
|
|
290
290
|
"alpha": 1
|
|
291
291
|
},
|
|
292
292
|
{
|
|
293
293
|
"name": "Blue 500",
|
|
294
294
|
"red": 0.2196078431372549,
|
|
295
|
-
"green": 0.
|
|
295
|
+
"green": 0.4627450980392157,
|
|
296
296
|
"blue": 0.8901960784313725,
|
|
297
297
|
"alpha": 1
|
|
298
298
|
},
|
|
299
299
|
{
|
|
300
300
|
"name": "Blue 600",
|
|
301
301
|
"red": 0.16862745098039217,
|
|
302
|
-
"green": 0.
|
|
302
|
+
"green": 0.40784313725490196,
|
|
303
303
|
"blue": 0.8274509803921568,
|
|
304
304
|
"alpha": 1
|
|
305
305
|
},
|
|
306
306
|
{
|
|
307
307
|
"name": "Blue 700",
|
|
308
308
|
"red": 0.12549019607843137,
|
|
309
|
-
"green": 0.
|
|
309
|
+
"green": 0.3568627450980392,
|
|
310
310
|
"blue": 0.7647058823529411,
|
|
311
311
|
"alpha": 1
|
|
312
312
|
},
|
|
313
313
|
{
|
|
314
314
|
"name": "Blue 800",
|
|
315
315
|
"red": 0.06666666666666667,
|
|
316
|
-
"green": 0.
|
|
316
|
+
"green": 0.3137254901960784,
|
|
317
317
|
"blue": 0.6666666666666666,
|
|
318
318
|
"alpha": 1
|
|
319
319
|
},
|
|
320
320
|
{
|
|
321
321
|
"name": "Blue 900",
|
|
322
322
|
"red": 0.047058823529411764,
|
|
323
|
-
"green": 0.
|
|
323
|
+
"green": 0.24705882352941178,
|
|
324
324
|
"blue": 0.5372549019607843,
|
|
325
325
|
"alpha": 1
|
|
326
326
|
},
|
|
327
327
|
{
|
|
328
328
|
"name": "Blue 1000",
|
|
329
329
|
"red": 0.0392156862745098,
|
|
330
|
-
"green": 0.
|
|
330
|
+
"green": 0.1607843137254902,
|
|
331
331
|
"blue": 0.3764705882352941,
|
|
332
332
|
"alpha": 1
|
|
333
333
|
},
|
|
334
334
|
{
|
|
335
335
|
"name": "Blue 1100",
|
|
336
336
|
"red": 0,
|
|
337
|
-
"green": 0.
|
|
337
|
+
"green": 0.09019607843137255,
|
|
338
338
|
"blue": 0.2196078431372549,
|
|
339
339
|
"alpha": 1
|
|
340
340
|
},
|
package/dist/seeds-color.xml
CHANGED
|
@@ -38,18 +38,18 @@
|
|
|
38
38
|
<color name="aqua_900">#ff035e73</color>
|
|
39
39
|
<color name="aqua_1000">#ff083d4f</color>
|
|
40
40
|
<color name="aqua_1100">#ff002838</color>
|
|
41
|
-
<color name="blue_0">#
|
|
42
|
-
<color name="blue_100">#
|
|
43
|
-
<color name="blue_200">#
|
|
44
|
-
<color name="blue_300">#
|
|
45
|
-
<color name="blue_400">#
|
|
46
|
-
<color name="blue_500">#
|
|
47
|
-
<color name="blue_600">#
|
|
48
|
-
<color name="blue_700">#
|
|
49
|
-
<color name="blue_800">#
|
|
50
|
-
<color name="blue_900">#
|
|
51
|
-
<color name="blue_1000">#
|
|
52
|
-
<color name="blue_1100">#
|
|
41
|
+
<color name="blue_0">#ffe9f4ff</color>
|
|
42
|
+
<color name="blue_100">#ffdeebfe</color>
|
|
43
|
+
<color name="blue_200">#ffc7dbf9</color>
|
|
44
|
+
<color name="blue_300">#ffa1c2f8</color>
|
|
45
|
+
<color name="blue_400">#ff679eff</color>
|
|
46
|
+
<color name="blue_500">#ff3876e3</color>
|
|
47
|
+
<color name="blue_600">#ff2b68d3</color>
|
|
48
|
+
<color name="blue_700">#ff205bc3</color>
|
|
49
|
+
<color name="blue_800">#ff1150aa</color>
|
|
50
|
+
<color name="blue_900">#ff0c3f89</color>
|
|
51
|
+
<color name="blue_1000">#ff0a2960</color>
|
|
52
|
+
<color name="blue_1100">#ff001738</color>
|
|
53
53
|
<color name="purple_0">#fff2f2f9</color>
|
|
54
54
|
<color name="purple_100">#ffeaeaf9</color>
|
|
55
55
|
<color name="purple_200">#ffd8d7f9</color>
|
package/dist/tokens.json
CHANGED
|
@@ -439,8 +439,8 @@
|
|
|
439
439
|
"android": "blue_0",
|
|
440
440
|
"app": "Blue 0",
|
|
441
441
|
"value": {
|
|
442
|
-
"hex": "#
|
|
443
|
-
"rgb": "rgb(233,
|
|
442
|
+
"hex": "#e9f4ff",
|
|
443
|
+
"rgb": "rgb(233, 244, 255)"
|
|
444
444
|
}
|
|
445
445
|
},
|
|
446
446
|
{
|
|
@@ -451,8 +451,8 @@
|
|
|
451
451
|
"android": "blue_100",
|
|
452
452
|
"app": "Blue 100",
|
|
453
453
|
"value": {
|
|
454
|
-
"hex": "#
|
|
455
|
-
"rgb": "rgb(
|
|
454
|
+
"hex": "#deebfe",
|
|
455
|
+
"rgb": "rgb(222, 235, 254)"
|
|
456
456
|
}
|
|
457
457
|
},
|
|
458
458
|
{
|
|
@@ -463,8 +463,8 @@
|
|
|
463
463
|
"android": "blue_200",
|
|
464
464
|
"app": "Blue 200",
|
|
465
465
|
"value": {
|
|
466
|
-
"hex": "#
|
|
467
|
-
"rgb": "rgb(199,
|
|
466
|
+
"hex": "#c7dbf9",
|
|
467
|
+
"rgb": "rgb(199, 219, 249)"
|
|
468
468
|
}
|
|
469
469
|
},
|
|
470
470
|
{
|
|
@@ -475,8 +475,8 @@
|
|
|
475
475
|
"android": "blue_300",
|
|
476
476
|
"app": "Blue 300",
|
|
477
477
|
"value": {
|
|
478
|
-
"hex": "#
|
|
479
|
-
"rgb": "rgb(161,
|
|
478
|
+
"hex": "#a1c2f8",
|
|
479
|
+
"rgb": "rgb(161, 194, 248)"
|
|
480
480
|
}
|
|
481
481
|
},
|
|
482
482
|
{
|
|
@@ -487,8 +487,8 @@
|
|
|
487
487
|
"android": "blue_400",
|
|
488
488
|
"app": "Blue 400",
|
|
489
489
|
"value": {
|
|
490
|
-
"hex": "#
|
|
491
|
-
"rgb": "rgb(
|
|
490
|
+
"hex": "#679eff",
|
|
491
|
+
"rgb": "rgb(103, 158, 255)"
|
|
492
492
|
}
|
|
493
493
|
},
|
|
494
494
|
{
|
|
@@ -499,8 +499,8 @@
|
|
|
499
499
|
"android": "blue_500",
|
|
500
500
|
"app": "Blue 500",
|
|
501
501
|
"value": {
|
|
502
|
-
"hex": "#
|
|
503
|
-
"rgb": "rgb(56,
|
|
502
|
+
"hex": "#3876e3",
|
|
503
|
+
"rgb": "rgb(56, 118, 227)"
|
|
504
504
|
}
|
|
505
505
|
},
|
|
506
506
|
{
|
|
@@ -511,8 +511,8 @@
|
|
|
511
511
|
"android": "blue_600",
|
|
512
512
|
"app": "Blue 600",
|
|
513
513
|
"value": {
|
|
514
|
-
"hex": "#
|
|
515
|
-
"rgb": "rgb(43,
|
|
514
|
+
"hex": "#2b68d3",
|
|
515
|
+
"rgb": "rgb(43, 104, 211)"
|
|
516
516
|
}
|
|
517
517
|
},
|
|
518
518
|
{
|
|
@@ -523,8 +523,8 @@
|
|
|
523
523
|
"android": "blue_700",
|
|
524
524
|
"app": "Blue 700",
|
|
525
525
|
"value": {
|
|
526
|
-
"hex": "#
|
|
527
|
-
"rgb": "rgb(32,
|
|
526
|
+
"hex": "#205bc3",
|
|
527
|
+
"rgb": "rgb(32, 91, 195)"
|
|
528
528
|
}
|
|
529
529
|
},
|
|
530
530
|
{
|
|
@@ -535,8 +535,8 @@
|
|
|
535
535
|
"android": "blue_800",
|
|
536
536
|
"app": "Blue 800",
|
|
537
537
|
"value": {
|
|
538
|
-
"hex": "#
|
|
539
|
-
"rgb": "rgb(17,
|
|
538
|
+
"hex": "#1150aa",
|
|
539
|
+
"rgb": "rgb(17, 80, 170)"
|
|
540
540
|
}
|
|
541
541
|
},
|
|
542
542
|
{
|
|
@@ -547,8 +547,8 @@
|
|
|
547
547
|
"android": "blue_900",
|
|
548
548
|
"app": "Blue 900",
|
|
549
549
|
"value": {
|
|
550
|
-
"hex": "#
|
|
551
|
-
"rgb": "rgb(12,
|
|
550
|
+
"hex": "#0c3f89",
|
|
551
|
+
"rgb": "rgb(12, 63, 137)"
|
|
552
552
|
}
|
|
553
553
|
},
|
|
554
554
|
{
|
|
@@ -559,8 +559,8 @@
|
|
|
559
559
|
"android": "blue_1000",
|
|
560
560
|
"app": "Blue 1000",
|
|
561
561
|
"value": {
|
|
562
|
-
"hex": "#
|
|
563
|
-
"rgb": "rgb(10,
|
|
562
|
+
"hex": "#0a2960",
|
|
563
|
+
"rgb": "rgb(10, 41, 96)"
|
|
564
564
|
}
|
|
565
565
|
},
|
|
566
566
|
{
|
|
@@ -571,8 +571,8 @@
|
|
|
571
571
|
"android": "blue_1100",
|
|
572
572
|
"app": "Blue 1100",
|
|
573
573
|
"value": {
|
|
574
|
-
"hex": "#
|
|
575
|
-
"rgb": "rgb(0,
|
|
574
|
+
"hex": "#001738",
|
|
575
|
+
"rgb": "rgb(0, 23, 56)"
|
|
576
576
|
}
|
|
577
577
|
},
|
|
578
578
|
{
|