@transferwise/neptune-tokens 8.11.0 → 8.12.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/colors-base.css +1 -1
- package/colors-base.less +1 -1
- package/colors.json +1091 -47
- package/package.json +1 -1
- package/themes/dark/tokens.css +1 -1
- package/themes/dark/tokens.less +1 -1
- package/themes/light/tokens.css +1 -1
- package/themes/light/tokens.less +1 -1
- package/themes/navy/tokens.css +1 -1
- package/themes/navy/tokens.less +1 -1
- package/themes/personal/tokens.css +10 -1
- package/themes/personal/tokens.less +10 -1
- package/themes/personal--bright-green/tokens.css +10 -1
- package/themes/personal--bright-green/tokens.less +10 -1
- package/themes/personal--dark/tokens.css +10 -1
- package/themes/personal--dark/tokens.less +10 -1
- package/themes/personal--forest-green/tokens.css +10 -1
- package/themes/personal--forest-green/tokens.less +10 -1
- package/themes/platform/tokens.css +1 -1
- package/themes/platform/tokens.less +1 -1
- package/themes/platform--forest-green/tokens.css +1 -1
- package/themes/platform--forest-green/tokens.less +1 -1
- package/tokens.css +1 -1
- package/tokens.less +1 -1
package/colors.json
CHANGED
|
@@ -2675,6 +2675,93 @@
|
|
|
2675
2675
|
"interactive",
|
|
2676
2676
|
"contrast-active"
|
|
2677
2677
|
]
|
|
2678
|
+
},
|
|
2679
|
+
"neutral": {
|
|
2680
|
+
"value": {
|
|
2681
|
+
"r": 0.08627450980392157,
|
|
2682
|
+
"g": 0.2,
|
|
2683
|
+
"b": 0
|
|
2684
|
+
},
|
|
2685
|
+
"theme": "personal--bright-green",
|
|
2686
|
+
"filePath": "tokens/colors/themes/personal--bright-green.json",
|
|
2687
|
+
"isSource": true,
|
|
2688
|
+
"original": {
|
|
2689
|
+
"value": {
|
|
2690
|
+
"hex": "#163300"
|
|
2691
|
+
},
|
|
2692
|
+
"theme": "personal--bright-green"
|
|
2693
|
+
},
|
|
2694
|
+
"name": "personalBrightGreenInteractiveNeutral",
|
|
2695
|
+
"attributes": {
|
|
2696
|
+
"category": "color",
|
|
2697
|
+
"type": "personal--bright-green",
|
|
2698
|
+
"item": "interactive",
|
|
2699
|
+
"subitem": "neutral"
|
|
2700
|
+
},
|
|
2701
|
+
"path": [
|
|
2702
|
+
"color",
|
|
2703
|
+
"personal--bright-green",
|
|
2704
|
+
"interactive",
|
|
2705
|
+
"neutral"
|
|
2706
|
+
]
|
|
2707
|
+
},
|
|
2708
|
+
"neutral-hover": {
|
|
2709
|
+
"value": {
|
|
2710
|
+
"r": 0.050980392156862744,
|
|
2711
|
+
"g": 0.12156862745098039,
|
|
2712
|
+
"b": 0
|
|
2713
|
+
},
|
|
2714
|
+
"theme": "personal--bright-green",
|
|
2715
|
+
"filePath": "tokens/colors/themes/personal--bright-green.json",
|
|
2716
|
+
"isSource": true,
|
|
2717
|
+
"original": {
|
|
2718
|
+
"value": {
|
|
2719
|
+
"hex": "#0D1F00"
|
|
2720
|
+
},
|
|
2721
|
+
"theme": "personal--bright-green"
|
|
2722
|
+
},
|
|
2723
|
+
"name": "personalBrightGreenInteractiveNeutralHover",
|
|
2724
|
+
"attributes": {
|
|
2725
|
+
"category": "color",
|
|
2726
|
+
"type": "personal--bright-green",
|
|
2727
|
+
"item": "interactive",
|
|
2728
|
+
"subitem": "neutral-hover"
|
|
2729
|
+
},
|
|
2730
|
+
"path": [
|
|
2731
|
+
"color",
|
|
2732
|
+
"personal--bright-green",
|
|
2733
|
+
"interactive",
|
|
2734
|
+
"neutral-hover"
|
|
2735
|
+
]
|
|
2736
|
+
},
|
|
2737
|
+
"neutral-active": {
|
|
2738
|
+
"value": {
|
|
2739
|
+
"r": 0.054901960784313725,
|
|
2740
|
+
"g": 0.058823529411764705,
|
|
2741
|
+
"b": 0.047058823529411764
|
|
2742
|
+
},
|
|
2743
|
+
"theme": "personal--bright-green",
|
|
2744
|
+
"filePath": "tokens/colors/themes/personal--bright-green.json",
|
|
2745
|
+
"isSource": true,
|
|
2746
|
+
"original": {
|
|
2747
|
+
"value": {
|
|
2748
|
+
"hex": "#0E0F0C"
|
|
2749
|
+
},
|
|
2750
|
+
"theme": "personal--bright-green"
|
|
2751
|
+
},
|
|
2752
|
+
"name": "personalBrightGreenInteractiveNeutralActive",
|
|
2753
|
+
"attributes": {
|
|
2754
|
+
"category": "color",
|
|
2755
|
+
"type": "personal--bright-green",
|
|
2756
|
+
"item": "interactive",
|
|
2757
|
+
"subitem": "neutral-active"
|
|
2758
|
+
},
|
|
2759
|
+
"path": [
|
|
2760
|
+
"color",
|
|
2761
|
+
"personal--bright-green",
|
|
2762
|
+
"interactive",
|
|
2763
|
+
"neutral-active"
|
|
2764
|
+
]
|
|
2678
2765
|
}
|
|
2679
2766
|
},
|
|
2680
2767
|
"border": {
|
|
@@ -3081,6 +3168,180 @@
|
|
|
3081
3168
|
"negative-active"
|
|
3082
3169
|
]
|
|
3083
3170
|
},
|
|
3171
|
+
"negative-primary": {
|
|
3172
|
+
"value": {
|
|
3173
|
+
"r": 0.6588235294117647,
|
|
3174
|
+
"g": 0.12549019607843137,
|
|
3175
|
+
"b": 0.050980392156862744
|
|
3176
|
+
},
|
|
3177
|
+
"theme": "personal--bright-green",
|
|
3178
|
+
"filePath": "tokens/colors/themes/personal--bright-green.json",
|
|
3179
|
+
"isSource": true,
|
|
3180
|
+
"original": {
|
|
3181
|
+
"value": {
|
|
3182
|
+
"hex": "#A8200D"
|
|
3183
|
+
},
|
|
3184
|
+
"theme": "personal--bright-green"
|
|
3185
|
+
},
|
|
3186
|
+
"name": "personalBrightGreenSentimentNegativePrimary",
|
|
3187
|
+
"attributes": {
|
|
3188
|
+
"category": "color",
|
|
3189
|
+
"type": "personal--bright-green",
|
|
3190
|
+
"item": "sentiment",
|
|
3191
|
+
"subitem": "negative-primary"
|
|
3192
|
+
},
|
|
3193
|
+
"path": [
|
|
3194
|
+
"color",
|
|
3195
|
+
"personal--bright-green",
|
|
3196
|
+
"sentiment",
|
|
3197
|
+
"negative-primary"
|
|
3198
|
+
]
|
|
3199
|
+
},
|
|
3200
|
+
"negative-primary-hover": {
|
|
3201
|
+
"value": {
|
|
3202
|
+
"r": 0.5568627450980392,
|
|
3203
|
+
"g": 0.10588235294117647,
|
|
3204
|
+
"b": 0.043137254901960784
|
|
3205
|
+
},
|
|
3206
|
+
"theme": "personal--bright-green",
|
|
3207
|
+
"filePath": "tokens/colors/themes/personal--bright-green.json",
|
|
3208
|
+
"isSource": true,
|
|
3209
|
+
"original": {
|
|
3210
|
+
"value": {
|
|
3211
|
+
"hex": "#8E1B0B"
|
|
3212
|
+
},
|
|
3213
|
+
"theme": "personal--bright-green"
|
|
3214
|
+
},
|
|
3215
|
+
"name": "personalBrightGreenSentimentNegativePrimaryHover",
|
|
3216
|
+
"attributes": {
|
|
3217
|
+
"category": "color",
|
|
3218
|
+
"type": "personal--bright-green",
|
|
3219
|
+
"item": "sentiment",
|
|
3220
|
+
"subitem": "negative-primary-hover"
|
|
3221
|
+
},
|
|
3222
|
+
"path": [
|
|
3223
|
+
"color",
|
|
3224
|
+
"personal--bright-green",
|
|
3225
|
+
"sentiment",
|
|
3226
|
+
"negative-primary-hover"
|
|
3227
|
+
]
|
|
3228
|
+
},
|
|
3229
|
+
"negative-primary-active": {
|
|
3230
|
+
"value": {
|
|
3231
|
+
"r": 0.4627450980392157,
|
|
3232
|
+
"g": 0.09019607843137255,
|
|
3233
|
+
"b": 0.03529411764705882
|
|
3234
|
+
},
|
|
3235
|
+
"theme": "personal--bright-green",
|
|
3236
|
+
"filePath": "tokens/colors/themes/personal--bright-green.json",
|
|
3237
|
+
"isSource": true,
|
|
3238
|
+
"original": {
|
|
3239
|
+
"value": {
|
|
3240
|
+
"hex": "#761709"
|
|
3241
|
+
},
|
|
3242
|
+
"theme": "personal--bright-green"
|
|
3243
|
+
},
|
|
3244
|
+
"name": "personalBrightGreenSentimentNegativePrimaryActive",
|
|
3245
|
+
"attributes": {
|
|
3246
|
+
"category": "color",
|
|
3247
|
+
"type": "personal--bright-green",
|
|
3248
|
+
"item": "sentiment",
|
|
3249
|
+
"subitem": "negative-primary-active"
|
|
3250
|
+
},
|
|
3251
|
+
"path": [
|
|
3252
|
+
"color",
|
|
3253
|
+
"personal--bright-green",
|
|
3254
|
+
"sentiment",
|
|
3255
|
+
"negative-primary-active"
|
|
3256
|
+
]
|
|
3257
|
+
},
|
|
3258
|
+
"negative-secondary": {
|
|
3259
|
+
"value": {
|
|
3260
|
+
"r": 0.6588235294117647,
|
|
3261
|
+
"g": 0.12549019607843137,
|
|
3262
|
+
"b": 0.050980392156862744
|
|
3263
|
+
},
|
|
3264
|
+
"theme": "personal--bright-green",
|
|
3265
|
+
"filePath": "tokens/colors/themes/personal--bright-green.json",
|
|
3266
|
+
"isSource": true,
|
|
3267
|
+
"original": {
|
|
3268
|
+
"value": {
|
|
3269
|
+
"hex": "#A8200D"
|
|
3270
|
+
},
|
|
3271
|
+
"theme": "personal--bright-green"
|
|
3272
|
+
},
|
|
3273
|
+
"name": "personalBrightGreenSentimentNegativeSecondary",
|
|
3274
|
+
"attributes": {
|
|
3275
|
+
"category": "color",
|
|
3276
|
+
"type": "personal--bright-green",
|
|
3277
|
+
"item": "sentiment",
|
|
3278
|
+
"subitem": "negative-secondary"
|
|
3279
|
+
},
|
|
3280
|
+
"path": [
|
|
3281
|
+
"color",
|
|
3282
|
+
"personal--bright-green",
|
|
3283
|
+
"sentiment",
|
|
3284
|
+
"negative-secondary"
|
|
3285
|
+
]
|
|
3286
|
+
},
|
|
3287
|
+
"negative-secondary-hover": {
|
|
3288
|
+
"value": {
|
|
3289
|
+
"r": 0.5568627450980392,
|
|
3290
|
+
"g": 0.10588235294117647,
|
|
3291
|
+
"b": 0.043137254901960784
|
|
3292
|
+
},
|
|
3293
|
+
"theme": "personal--bright-green",
|
|
3294
|
+
"filePath": "tokens/colors/themes/personal--bright-green.json",
|
|
3295
|
+
"isSource": true,
|
|
3296
|
+
"original": {
|
|
3297
|
+
"value": {
|
|
3298
|
+
"hex": "#8E1B0B"
|
|
3299
|
+
},
|
|
3300
|
+
"theme": "personal--bright-green"
|
|
3301
|
+
},
|
|
3302
|
+
"name": "personalBrightGreenSentimentNegativeSecondaryHover",
|
|
3303
|
+
"attributes": {
|
|
3304
|
+
"category": "color",
|
|
3305
|
+
"type": "personal--bright-green",
|
|
3306
|
+
"item": "sentiment",
|
|
3307
|
+
"subitem": "negative-secondary-hover"
|
|
3308
|
+
},
|
|
3309
|
+
"path": [
|
|
3310
|
+
"color",
|
|
3311
|
+
"personal--bright-green",
|
|
3312
|
+
"sentiment",
|
|
3313
|
+
"negative-secondary-hover"
|
|
3314
|
+
]
|
|
3315
|
+
},
|
|
3316
|
+
"negative-secondary-active": {
|
|
3317
|
+
"value": {
|
|
3318
|
+
"r": 0.4627450980392157,
|
|
3319
|
+
"g": 0.09019607843137255,
|
|
3320
|
+
"b": 0.03529411764705882
|
|
3321
|
+
},
|
|
3322
|
+
"theme": "personal--bright-green",
|
|
3323
|
+
"filePath": "tokens/colors/themes/personal--bright-green.json",
|
|
3324
|
+
"isSource": true,
|
|
3325
|
+
"original": {
|
|
3326
|
+
"value": {
|
|
3327
|
+
"hex": "#761709"
|
|
3328
|
+
},
|
|
3329
|
+
"theme": "personal--bright-green"
|
|
3330
|
+
},
|
|
3331
|
+
"name": "personalBrightGreenSentimentNegativeSecondaryActive",
|
|
3332
|
+
"attributes": {
|
|
3333
|
+
"category": "color",
|
|
3334
|
+
"type": "personal--bright-green",
|
|
3335
|
+
"item": "sentiment",
|
|
3336
|
+
"subitem": "negative-secondary-active"
|
|
3337
|
+
},
|
|
3338
|
+
"path": [
|
|
3339
|
+
"color",
|
|
3340
|
+
"personal--bright-green",
|
|
3341
|
+
"sentiment",
|
|
3342
|
+
"negative-secondary-active"
|
|
3343
|
+
]
|
|
3344
|
+
},
|
|
3084
3345
|
"positive": {
|
|
3085
3346
|
"value": {
|
|
3086
3347
|
"r": 1,
|
|
@@ -4182,43 +4443,130 @@
|
|
|
4182
4443
|
"interactive",
|
|
4183
4444
|
"contrast-active"
|
|
4184
4445
|
]
|
|
4185
|
-
}
|
|
4186
|
-
},
|
|
4187
|
-
"border": {
|
|
4446
|
+
},
|
|
4188
4447
|
"neutral": {
|
|
4189
4448
|
"value": {
|
|
4190
|
-
"r":
|
|
4191
|
-
"g":
|
|
4192
|
-
"b":
|
|
4193
|
-
"opacity": 0.2
|
|
4449
|
+
"r": 0.08627450980392157,
|
|
4450
|
+
"g": 0.2,
|
|
4451
|
+
"b": 0
|
|
4194
4452
|
},
|
|
4195
4453
|
"theme": "personal--dark",
|
|
4196
4454
|
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
4197
4455
|
"isSource": true,
|
|
4198
4456
|
"original": {
|
|
4199
4457
|
"value": {
|
|
4200
|
-
"hex": "#
|
|
4201
|
-
"opacity": 0.2
|
|
4458
|
+
"hex": "#163300"
|
|
4202
4459
|
},
|
|
4203
4460
|
"theme": "personal--dark"
|
|
4204
4461
|
},
|
|
4205
|
-
"name": "
|
|
4462
|
+
"name": "personalDarkInteractiveNeutral",
|
|
4206
4463
|
"attributes": {
|
|
4207
4464
|
"category": "color",
|
|
4208
4465
|
"type": "personal--dark",
|
|
4209
|
-
"item": "
|
|
4466
|
+
"item": "interactive",
|
|
4210
4467
|
"subitem": "neutral"
|
|
4211
4468
|
},
|
|
4212
4469
|
"path": [
|
|
4213
4470
|
"color",
|
|
4214
4471
|
"personal--dark",
|
|
4215
|
-
"
|
|
4472
|
+
"interactive",
|
|
4216
4473
|
"neutral"
|
|
4217
4474
|
]
|
|
4218
4475
|
},
|
|
4219
|
-
"
|
|
4476
|
+
"neutral-hover": {
|
|
4220
4477
|
"value": {
|
|
4221
|
-
"r":
|
|
4478
|
+
"r": 0.12941176470588237,
|
|
4479
|
+
"g": 0.30196078431372547,
|
|
4480
|
+
"b": 0
|
|
4481
|
+
},
|
|
4482
|
+
"theme": "personal--dark",
|
|
4483
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
4484
|
+
"isSource": true,
|
|
4485
|
+
"original": {
|
|
4486
|
+
"value": {
|
|
4487
|
+
"hex": "#214D00"
|
|
4488
|
+
},
|
|
4489
|
+
"theme": "personal--dark"
|
|
4490
|
+
},
|
|
4491
|
+
"name": "personalDarkInteractiveNeutralHover",
|
|
4492
|
+
"attributes": {
|
|
4493
|
+
"category": "color",
|
|
4494
|
+
"type": "personal--dark",
|
|
4495
|
+
"item": "interactive",
|
|
4496
|
+
"subitem": "neutral-hover"
|
|
4497
|
+
},
|
|
4498
|
+
"path": [
|
|
4499
|
+
"color",
|
|
4500
|
+
"personal--dark",
|
|
4501
|
+
"interactive",
|
|
4502
|
+
"neutral-hover"
|
|
4503
|
+
]
|
|
4504
|
+
},
|
|
4505
|
+
"neutral-active": {
|
|
4506
|
+
"value": {
|
|
4507
|
+
"r": 0.17254901960784313,
|
|
4508
|
+
"g": 0.4,
|
|
4509
|
+
"b": 0
|
|
4510
|
+
},
|
|
4511
|
+
"theme": "personal--dark",
|
|
4512
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
4513
|
+
"isSource": true,
|
|
4514
|
+
"original": {
|
|
4515
|
+
"value": {
|
|
4516
|
+
"hex": "#2C6600"
|
|
4517
|
+
},
|
|
4518
|
+
"theme": "personal--dark"
|
|
4519
|
+
},
|
|
4520
|
+
"name": "personalDarkInteractiveNeutralActive",
|
|
4521
|
+
"attributes": {
|
|
4522
|
+
"category": "color",
|
|
4523
|
+
"type": "personal--dark",
|
|
4524
|
+
"item": "interactive",
|
|
4525
|
+
"subitem": "neutral-active"
|
|
4526
|
+
},
|
|
4527
|
+
"path": [
|
|
4528
|
+
"color",
|
|
4529
|
+
"personal--dark",
|
|
4530
|
+
"interactive",
|
|
4531
|
+
"neutral-active"
|
|
4532
|
+
]
|
|
4533
|
+
}
|
|
4534
|
+
},
|
|
4535
|
+
"border": {
|
|
4536
|
+
"neutral": {
|
|
4537
|
+
"value": {
|
|
4538
|
+
"r": 1,
|
|
4539
|
+
"g": 1,
|
|
4540
|
+
"b": 1,
|
|
4541
|
+
"opacity": 0.2
|
|
4542
|
+
},
|
|
4543
|
+
"theme": "personal--dark",
|
|
4544
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
4545
|
+
"isSource": true,
|
|
4546
|
+
"original": {
|
|
4547
|
+
"value": {
|
|
4548
|
+
"hex": "#FFFFFF",
|
|
4549
|
+
"opacity": 0.2
|
|
4550
|
+
},
|
|
4551
|
+
"theme": "personal--dark"
|
|
4552
|
+
},
|
|
4553
|
+
"name": "personalDarkBorderNeutral",
|
|
4554
|
+
"attributes": {
|
|
4555
|
+
"category": "color",
|
|
4556
|
+
"type": "personal--dark",
|
|
4557
|
+
"item": "border",
|
|
4558
|
+
"subitem": "neutral"
|
|
4559
|
+
},
|
|
4560
|
+
"path": [
|
|
4561
|
+
"color",
|
|
4562
|
+
"personal--dark",
|
|
4563
|
+
"border",
|
|
4564
|
+
"neutral"
|
|
4565
|
+
]
|
|
4566
|
+
},
|
|
4567
|
+
"overlay": {
|
|
4568
|
+
"value": {
|
|
4569
|
+
"r": 1,
|
|
4222
4570
|
"g": 1,
|
|
4223
4571
|
"b": 1,
|
|
4224
4572
|
"opacity": 0.2
|
|
@@ -4582,6 +4930,180 @@
|
|
|
4582
4930
|
"negative-active"
|
|
4583
4931
|
]
|
|
4584
4932
|
},
|
|
4933
|
+
"negative-primary": {
|
|
4934
|
+
"value": {
|
|
4935
|
+
"r": 1,
|
|
4936
|
+
"g": 0.7490196078431373,
|
|
4937
|
+
"b": 0.7411764705882353
|
|
4938
|
+
},
|
|
4939
|
+
"theme": "personal--dark",
|
|
4940
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
4941
|
+
"isSource": true,
|
|
4942
|
+
"original": {
|
|
4943
|
+
"value": {
|
|
4944
|
+
"hex": "#FFBFBD"
|
|
4945
|
+
},
|
|
4946
|
+
"theme": "personal--dark"
|
|
4947
|
+
},
|
|
4948
|
+
"name": "personalDarkSentimentNegativePrimary",
|
|
4949
|
+
"attributes": {
|
|
4950
|
+
"category": "color",
|
|
4951
|
+
"type": "personal--dark",
|
|
4952
|
+
"item": "sentiment",
|
|
4953
|
+
"subitem": "negative-primary"
|
|
4954
|
+
},
|
|
4955
|
+
"path": [
|
|
4956
|
+
"color",
|
|
4957
|
+
"personal--dark",
|
|
4958
|
+
"sentiment",
|
|
4959
|
+
"negative-primary"
|
|
4960
|
+
]
|
|
4961
|
+
},
|
|
4962
|
+
"negative-primary-hover": {
|
|
4963
|
+
"value": {
|
|
4964
|
+
"r": 1,
|
|
4965
|
+
"g": 0.8627450980392157,
|
|
4966
|
+
"b": 0.8588235294117647
|
|
4967
|
+
},
|
|
4968
|
+
"theme": "personal--dark",
|
|
4969
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
4970
|
+
"isSource": true,
|
|
4971
|
+
"original": {
|
|
4972
|
+
"value": {
|
|
4973
|
+
"hex": "#FFDCDB"
|
|
4974
|
+
},
|
|
4975
|
+
"theme": "personal--dark"
|
|
4976
|
+
},
|
|
4977
|
+
"name": "personalDarkSentimentNegativePrimaryHover",
|
|
4978
|
+
"attributes": {
|
|
4979
|
+
"category": "color",
|
|
4980
|
+
"type": "personal--dark",
|
|
4981
|
+
"item": "sentiment",
|
|
4982
|
+
"subitem": "negative-primary-hover"
|
|
4983
|
+
},
|
|
4984
|
+
"path": [
|
|
4985
|
+
"color",
|
|
4986
|
+
"personal--dark",
|
|
4987
|
+
"sentiment",
|
|
4988
|
+
"negative-primary-hover"
|
|
4989
|
+
]
|
|
4990
|
+
},
|
|
4991
|
+
"negative-primary-active": {
|
|
4992
|
+
"value": {
|
|
4993
|
+
"r": 1,
|
|
4994
|
+
"g": 0.9215686274509803,
|
|
4995
|
+
"b": 0.9215686274509803
|
|
4996
|
+
},
|
|
4997
|
+
"theme": "personal--dark",
|
|
4998
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
4999
|
+
"isSource": true,
|
|
5000
|
+
"original": {
|
|
5001
|
+
"value": {
|
|
5002
|
+
"hex": "#FFEBEB"
|
|
5003
|
+
},
|
|
5004
|
+
"theme": "personal--dark"
|
|
5005
|
+
},
|
|
5006
|
+
"name": "personalDarkSentimentNegativePrimaryActive",
|
|
5007
|
+
"attributes": {
|
|
5008
|
+
"category": "color",
|
|
5009
|
+
"type": "personal--dark",
|
|
5010
|
+
"item": "sentiment",
|
|
5011
|
+
"subitem": "negative-primary-active"
|
|
5012
|
+
},
|
|
5013
|
+
"path": [
|
|
5014
|
+
"color",
|
|
5015
|
+
"personal--dark",
|
|
5016
|
+
"sentiment",
|
|
5017
|
+
"negative-primary-active"
|
|
5018
|
+
]
|
|
5019
|
+
},
|
|
5020
|
+
"negative-secondary": {
|
|
5021
|
+
"value": {
|
|
5022
|
+
"r": 0.2784313725490196,
|
|
5023
|
+
"g": 0.054901960784313725,
|
|
5024
|
+
"b": 0.0196078431372549
|
|
5025
|
+
},
|
|
5026
|
+
"theme": "personal--dark",
|
|
5027
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
5028
|
+
"isSource": true,
|
|
5029
|
+
"original": {
|
|
5030
|
+
"value": {
|
|
5031
|
+
"hex": "#470E05"
|
|
5032
|
+
},
|
|
5033
|
+
"theme": "personal--dark"
|
|
5034
|
+
},
|
|
5035
|
+
"name": "personalDarkSentimentNegativeSecondary",
|
|
5036
|
+
"attributes": {
|
|
5037
|
+
"category": "color",
|
|
5038
|
+
"type": "personal--dark",
|
|
5039
|
+
"item": "sentiment",
|
|
5040
|
+
"subitem": "negative-secondary"
|
|
5041
|
+
},
|
|
5042
|
+
"path": [
|
|
5043
|
+
"color",
|
|
5044
|
+
"personal--dark",
|
|
5045
|
+
"sentiment",
|
|
5046
|
+
"negative-secondary"
|
|
5047
|
+
]
|
|
5048
|
+
},
|
|
5049
|
+
"negative-secondary-hover": {
|
|
5050
|
+
"value": {
|
|
5051
|
+
"r": 0.37254901960784315,
|
|
5052
|
+
"g": 0.07058823529411765,
|
|
5053
|
+
"b": 0.027450980392156862
|
|
5054
|
+
},
|
|
5055
|
+
"theme": "personal--dark",
|
|
5056
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
5057
|
+
"isSource": true,
|
|
5058
|
+
"original": {
|
|
5059
|
+
"value": {
|
|
5060
|
+
"hex": "#5F1207"
|
|
5061
|
+
},
|
|
5062
|
+
"theme": "personal--dark"
|
|
5063
|
+
},
|
|
5064
|
+
"name": "personalDarkSentimentNegativeSecondaryHover",
|
|
5065
|
+
"attributes": {
|
|
5066
|
+
"category": "color",
|
|
5067
|
+
"type": "personal--dark",
|
|
5068
|
+
"item": "sentiment",
|
|
5069
|
+
"subitem": "negative-secondary-hover"
|
|
5070
|
+
},
|
|
5071
|
+
"path": [
|
|
5072
|
+
"color",
|
|
5073
|
+
"personal--dark",
|
|
5074
|
+
"sentiment",
|
|
5075
|
+
"negative-secondary-hover"
|
|
5076
|
+
]
|
|
5077
|
+
},
|
|
5078
|
+
"negative-secondary-active": {
|
|
5079
|
+
"value": {
|
|
5080
|
+
"r": 0.4627450980392157,
|
|
5081
|
+
"g": 0.09019607843137255,
|
|
5082
|
+
"b": 0.03529411764705882
|
|
5083
|
+
},
|
|
5084
|
+
"theme": "personal--dark",
|
|
5085
|
+
"filePath": "tokens/colors/themes/personal--dark.json",
|
|
5086
|
+
"isSource": true,
|
|
5087
|
+
"original": {
|
|
5088
|
+
"value": {
|
|
5089
|
+
"hex": "#761709"
|
|
5090
|
+
},
|
|
5091
|
+
"theme": "personal--dark"
|
|
5092
|
+
},
|
|
5093
|
+
"name": "personalDarkSentimentNegativeSecondaryActive",
|
|
5094
|
+
"attributes": {
|
|
5095
|
+
"category": "color",
|
|
5096
|
+
"type": "personal--dark",
|
|
5097
|
+
"item": "sentiment",
|
|
5098
|
+
"subitem": "negative-secondary-active"
|
|
5099
|
+
},
|
|
5100
|
+
"path": [
|
|
5101
|
+
"color",
|
|
5102
|
+
"personal--dark",
|
|
5103
|
+
"sentiment",
|
|
5104
|
+
"negative-secondary-active"
|
|
5105
|
+
]
|
|
5106
|
+
},
|
|
4585
5107
|
"positive": {
|
|
4586
5108
|
"value": {
|
|
4587
5109
|
"r": 0.6274509803921569,
|
|
@@ -5669,6 +6191,93 @@
|
|
|
5669
6191
|
"interactive",
|
|
5670
6192
|
"contrast-active"
|
|
5671
6193
|
]
|
|
6194
|
+
},
|
|
6195
|
+
"neutral": {
|
|
6196
|
+
"value": {
|
|
6197
|
+
"r": 0.6235294117647059,
|
|
6198
|
+
"g": 0.9098039215686274,
|
|
6199
|
+
"b": 0.4392156862745098
|
|
6200
|
+
},
|
|
6201
|
+
"theme": "personal--forest-green",
|
|
6202
|
+
"filePath": "tokens/colors/themes/personal--forest-green.json",
|
|
6203
|
+
"isSource": true,
|
|
6204
|
+
"original": {
|
|
6205
|
+
"value": {
|
|
6206
|
+
"hex": "#9FE870"
|
|
6207
|
+
},
|
|
6208
|
+
"theme": "personal--forest-green"
|
|
6209
|
+
},
|
|
6210
|
+
"name": "personalForestGreenInteractiveNeutral",
|
|
6211
|
+
"attributes": {
|
|
6212
|
+
"category": "color",
|
|
6213
|
+
"type": "personal--forest-green",
|
|
6214
|
+
"item": "interactive",
|
|
6215
|
+
"subitem": "neutral"
|
|
6216
|
+
},
|
|
6217
|
+
"path": [
|
|
6218
|
+
"color",
|
|
6219
|
+
"personal--forest-green",
|
|
6220
|
+
"interactive",
|
|
6221
|
+
"neutral"
|
|
6222
|
+
]
|
|
6223
|
+
},
|
|
6224
|
+
"neutral-hover": {
|
|
6225
|
+
"value": {
|
|
6226
|
+
"r": 0.803921568627451,
|
|
6227
|
+
"g": 1,
|
|
6228
|
+
"b": 0.6784313725490196
|
|
6229
|
+
},
|
|
6230
|
+
"theme": "personal--forest-green",
|
|
6231
|
+
"filePath": "tokens/colors/themes/personal--forest-green.json",
|
|
6232
|
+
"isSource": true,
|
|
6233
|
+
"original": {
|
|
6234
|
+
"value": {
|
|
6235
|
+
"hex": "#CDFFAD"
|
|
6236
|
+
},
|
|
6237
|
+
"theme": "personal--forest-green"
|
|
6238
|
+
},
|
|
6239
|
+
"name": "personalForestGreenInteractiveNeutralHover",
|
|
6240
|
+
"attributes": {
|
|
6241
|
+
"category": "color",
|
|
6242
|
+
"type": "personal--forest-green",
|
|
6243
|
+
"item": "interactive",
|
|
6244
|
+
"subitem": "neutral-hover"
|
|
6245
|
+
},
|
|
6246
|
+
"path": [
|
|
6247
|
+
"color",
|
|
6248
|
+
"personal--forest-green",
|
|
6249
|
+
"interactive",
|
|
6250
|
+
"neutral-hover"
|
|
6251
|
+
]
|
|
6252
|
+
},
|
|
6253
|
+
"neutral-active": {
|
|
6254
|
+
"value": {
|
|
6255
|
+
"r": 0.9254901960784314,
|
|
6256
|
+
"g": 1,
|
|
6257
|
+
"b": 0.8784313725490196
|
|
6258
|
+
},
|
|
6259
|
+
"theme": "personal--forest-green",
|
|
6260
|
+
"filePath": "tokens/colors/themes/personal--forest-green.json",
|
|
6261
|
+
"isSource": true,
|
|
6262
|
+
"original": {
|
|
6263
|
+
"value": {
|
|
6264
|
+
"hex": "#ECFFE0"
|
|
6265
|
+
},
|
|
6266
|
+
"theme": "personal--forest-green"
|
|
6267
|
+
},
|
|
6268
|
+
"name": "personalForestGreenInteractiveNeutralActive",
|
|
6269
|
+
"attributes": {
|
|
6270
|
+
"category": "color",
|
|
6271
|
+
"type": "personal--forest-green",
|
|
6272
|
+
"item": "interactive",
|
|
6273
|
+
"subitem": "neutral-active"
|
|
6274
|
+
},
|
|
6275
|
+
"path": [
|
|
6276
|
+
"color",
|
|
6277
|
+
"personal--forest-green",
|
|
6278
|
+
"interactive",
|
|
6279
|
+
"neutral-active"
|
|
6280
|
+
]
|
|
5672
6281
|
}
|
|
5673
6282
|
},
|
|
5674
6283
|
"border": {
|
|
@@ -5928,59 +6537,233 @@
|
|
|
5928
6537
|
"isSource": true,
|
|
5929
6538
|
"original": {
|
|
5930
6539
|
"value": {
|
|
5931
|
-
"hex": "#FFFFFF",
|
|
5932
|
-
"opacity": 0.3
|
|
6540
|
+
"hex": "#FFFFFF",
|
|
6541
|
+
"opacity": 0.3
|
|
6542
|
+
},
|
|
6543
|
+
"theme": "personal--forest-green"
|
|
6544
|
+
},
|
|
6545
|
+
"name": "personalForestGreenBackgroundNeutralActive",
|
|
6546
|
+
"attributes": {
|
|
6547
|
+
"category": "color",
|
|
6548
|
+
"type": "personal--forest-green",
|
|
6549
|
+
"item": "background",
|
|
6550
|
+
"subitem": "neutral-active"
|
|
6551
|
+
},
|
|
6552
|
+
"path": [
|
|
6553
|
+
"color",
|
|
6554
|
+
"personal--forest-green",
|
|
6555
|
+
"background",
|
|
6556
|
+
"neutral-active"
|
|
6557
|
+
]
|
|
6558
|
+
},
|
|
6559
|
+
"overlay": {
|
|
6560
|
+
"value": {
|
|
6561
|
+
"r": 1,
|
|
6562
|
+
"g": 1,
|
|
6563
|
+
"b": 1,
|
|
6564
|
+
"opacity": 0.2
|
|
6565
|
+
},
|
|
6566
|
+
"theme": "personal--forest-green",
|
|
6567
|
+
"filePath": "tokens/colors/themes/personal--forest-green.json",
|
|
6568
|
+
"isSource": true,
|
|
6569
|
+
"original": {
|
|
6570
|
+
"value": {
|
|
6571
|
+
"hex": "#FFFFFF",
|
|
6572
|
+
"opacity": 0.2
|
|
6573
|
+
},
|
|
6574
|
+
"theme": "personal--forest-green"
|
|
6575
|
+
},
|
|
6576
|
+
"name": "personalForestGreenBackgroundOverlay",
|
|
6577
|
+
"attributes": {
|
|
6578
|
+
"category": "color",
|
|
6579
|
+
"type": "personal--forest-green",
|
|
6580
|
+
"item": "background",
|
|
6581
|
+
"subitem": "overlay"
|
|
6582
|
+
},
|
|
6583
|
+
"path": [
|
|
6584
|
+
"color",
|
|
6585
|
+
"personal--forest-green",
|
|
6586
|
+
"background",
|
|
6587
|
+
"overlay"
|
|
6588
|
+
]
|
|
6589
|
+
}
|
|
6590
|
+
},
|
|
6591
|
+
"sentiment": {
|
|
6592
|
+
"negative": {
|
|
6593
|
+
"value": {
|
|
6594
|
+
"r": 1,
|
|
6595
|
+
"g": 0.7686274509803922,
|
|
6596
|
+
"b": 0.7607843137254902
|
|
6597
|
+
},
|
|
6598
|
+
"theme": "personal--forest-green",
|
|
6599
|
+
"filePath": "tokens/colors/themes/personal--forest-green.json",
|
|
6600
|
+
"isSource": true,
|
|
6601
|
+
"original": {
|
|
6602
|
+
"value": {
|
|
6603
|
+
"hex": "#FFC4C2"
|
|
6604
|
+
},
|
|
6605
|
+
"theme": "personal--forest-green"
|
|
6606
|
+
},
|
|
6607
|
+
"name": "personalForestGreenSentimentNegative",
|
|
6608
|
+
"attributes": {
|
|
6609
|
+
"category": "color",
|
|
6610
|
+
"type": "personal--forest-green",
|
|
6611
|
+
"item": "sentiment",
|
|
6612
|
+
"subitem": "negative"
|
|
6613
|
+
},
|
|
6614
|
+
"path": [
|
|
6615
|
+
"color",
|
|
6616
|
+
"personal--forest-green",
|
|
6617
|
+
"sentiment",
|
|
6618
|
+
"negative"
|
|
6619
|
+
]
|
|
6620
|
+
},
|
|
6621
|
+
"negative-hover": {
|
|
6622
|
+
"value": {
|
|
6623
|
+
"r": 1,
|
|
6624
|
+
"g": 0.8627450980392157,
|
|
6625
|
+
"b": 0.8588235294117647
|
|
6626
|
+
},
|
|
6627
|
+
"theme": "personal--forest-green",
|
|
6628
|
+
"filePath": "tokens/colors/themes/personal--forest-green.json",
|
|
6629
|
+
"isSource": true,
|
|
6630
|
+
"original": {
|
|
6631
|
+
"value": {
|
|
6632
|
+
"hex": "#FFDCDB"
|
|
6633
|
+
},
|
|
6634
|
+
"theme": "personal--forest-green"
|
|
6635
|
+
},
|
|
6636
|
+
"name": "personalForestGreenSentimentNegativeHover",
|
|
6637
|
+
"attributes": {
|
|
6638
|
+
"category": "color",
|
|
6639
|
+
"type": "personal--forest-green",
|
|
6640
|
+
"item": "sentiment",
|
|
6641
|
+
"subitem": "negative-hover"
|
|
6642
|
+
},
|
|
6643
|
+
"path": [
|
|
6644
|
+
"color",
|
|
6645
|
+
"personal--forest-green",
|
|
6646
|
+
"sentiment",
|
|
6647
|
+
"negative-hover"
|
|
6648
|
+
]
|
|
6649
|
+
},
|
|
6650
|
+
"negative-active": {
|
|
6651
|
+
"value": {
|
|
6652
|
+
"r": 1,
|
|
6653
|
+
"g": 0.9215686274509803,
|
|
6654
|
+
"b": 0.9215686274509803
|
|
6655
|
+
},
|
|
6656
|
+
"theme": "personal--forest-green",
|
|
6657
|
+
"filePath": "tokens/colors/themes/personal--forest-green.json",
|
|
6658
|
+
"isSource": true,
|
|
6659
|
+
"original": {
|
|
6660
|
+
"value": {
|
|
6661
|
+
"hex": "#FFEBEB"
|
|
6662
|
+
},
|
|
6663
|
+
"theme": "personal--forest-green"
|
|
6664
|
+
},
|
|
6665
|
+
"name": "personalForestGreenSentimentNegativeActive",
|
|
6666
|
+
"attributes": {
|
|
6667
|
+
"category": "color",
|
|
6668
|
+
"type": "personal--forest-green",
|
|
6669
|
+
"item": "sentiment",
|
|
6670
|
+
"subitem": "negative-active"
|
|
6671
|
+
},
|
|
6672
|
+
"path": [
|
|
6673
|
+
"color",
|
|
6674
|
+
"personal--forest-green",
|
|
6675
|
+
"sentiment",
|
|
6676
|
+
"negative-active"
|
|
6677
|
+
]
|
|
6678
|
+
},
|
|
6679
|
+
"negative-primary": {
|
|
6680
|
+
"value": {
|
|
6681
|
+
"r": 1,
|
|
6682
|
+
"g": 0.7686274509803922,
|
|
6683
|
+
"b": 0.7607843137254902
|
|
6684
|
+
},
|
|
6685
|
+
"theme": "personal--forest-green",
|
|
6686
|
+
"filePath": "tokens/colors/themes/personal--forest-green.json",
|
|
6687
|
+
"isSource": true,
|
|
6688
|
+
"original": {
|
|
6689
|
+
"value": {
|
|
6690
|
+
"hex": "#FFC4C2"
|
|
6691
|
+
},
|
|
6692
|
+
"theme": "personal--forest-green"
|
|
6693
|
+
},
|
|
6694
|
+
"name": "personalForestGreenSentimentNegativePrimary",
|
|
6695
|
+
"attributes": {
|
|
6696
|
+
"category": "color",
|
|
6697
|
+
"type": "personal--forest-green",
|
|
6698
|
+
"item": "sentiment",
|
|
6699
|
+
"subitem": "negative-primary"
|
|
6700
|
+
},
|
|
6701
|
+
"path": [
|
|
6702
|
+
"color",
|
|
6703
|
+
"personal--forest-green",
|
|
6704
|
+
"sentiment",
|
|
6705
|
+
"negative-primary"
|
|
6706
|
+
]
|
|
6707
|
+
},
|
|
6708
|
+
"negative-primary-hover": {
|
|
6709
|
+
"value": {
|
|
6710
|
+
"r": 1,
|
|
6711
|
+
"g": 0.8627450980392157,
|
|
6712
|
+
"b": 0.8588235294117647
|
|
6713
|
+
},
|
|
6714
|
+
"theme": "personal--forest-green",
|
|
6715
|
+
"filePath": "tokens/colors/themes/personal--forest-green.json",
|
|
6716
|
+
"isSource": true,
|
|
6717
|
+
"original": {
|
|
6718
|
+
"value": {
|
|
6719
|
+
"hex": "#FFDCDB"
|
|
5933
6720
|
},
|
|
5934
6721
|
"theme": "personal--forest-green"
|
|
5935
6722
|
},
|
|
5936
|
-
"name": "
|
|
6723
|
+
"name": "personalForestGreenSentimentNegativePrimaryHover",
|
|
5937
6724
|
"attributes": {
|
|
5938
6725
|
"category": "color",
|
|
5939
6726
|
"type": "personal--forest-green",
|
|
5940
|
-
"item": "
|
|
5941
|
-
"subitem": "
|
|
6727
|
+
"item": "sentiment",
|
|
6728
|
+
"subitem": "negative-primary-hover"
|
|
5942
6729
|
},
|
|
5943
6730
|
"path": [
|
|
5944
6731
|
"color",
|
|
5945
6732
|
"personal--forest-green",
|
|
5946
|
-
"
|
|
5947
|
-
"
|
|
6733
|
+
"sentiment",
|
|
6734
|
+
"negative-primary-hover"
|
|
5948
6735
|
]
|
|
5949
6736
|
},
|
|
5950
|
-
"
|
|
6737
|
+
"negative-primary-active": {
|
|
5951
6738
|
"value": {
|
|
5952
6739
|
"r": 1,
|
|
5953
|
-
"g":
|
|
5954
|
-
"b":
|
|
5955
|
-
"opacity": 0.2
|
|
6740
|
+
"g": 0.9215686274509803,
|
|
6741
|
+
"b": 0.9215686274509803
|
|
5956
6742
|
},
|
|
5957
6743
|
"theme": "personal--forest-green",
|
|
5958
6744
|
"filePath": "tokens/colors/themes/personal--forest-green.json",
|
|
5959
6745
|
"isSource": true,
|
|
5960
6746
|
"original": {
|
|
5961
6747
|
"value": {
|
|
5962
|
-
"hex": "#
|
|
5963
|
-
"opacity": 0.2
|
|
6748
|
+
"hex": "#FFEBEB"
|
|
5964
6749
|
},
|
|
5965
6750
|
"theme": "personal--forest-green"
|
|
5966
6751
|
},
|
|
5967
|
-
"name": "
|
|
6752
|
+
"name": "personalForestGreenSentimentNegativePrimaryActive",
|
|
5968
6753
|
"attributes": {
|
|
5969
6754
|
"category": "color",
|
|
5970
6755
|
"type": "personal--forest-green",
|
|
5971
|
-
"item": "
|
|
5972
|
-
"subitem": "
|
|
6756
|
+
"item": "sentiment",
|
|
6757
|
+
"subitem": "negative-primary-active"
|
|
5973
6758
|
},
|
|
5974
6759
|
"path": [
|
|
5975
6760
|
"color",
|
|
5976
6761
|
"personal--forest-green",
|
|
5977
|
-
"
|
|
5978
|
-
"
|
|
6762
|
+
"sentiment",
|
|
6763
|
+
"negative-primary-active"
|
|
5979
6764
|
]
|
|
5980
|
-
}
|
|
5981
|
-
|
|
5982
|
-
"sentiment": {
|
|
5983
|
-
"negative": {
|
|
6765
|
+
},
|
|
6766
|
+
"negative-secondary": {
|
|
5984
6767
|
"value": {
|
|
5985
6768
|
"r": 1,
|
|
5986
6769
|
"g": 0.7686274509803922,
|
|
@@ -5995,21 +6778,21 @@
|
|
|
5995
6778
|
},
|
|
5996
6779
|
"theme": "personal--forest-green"
|
|
5997
6780
|
},
|
|
5998
|
-
"name": "
|
|
6781
|
+
"name": "personalForestGreenSentimentNegativeSecondary",
|
|
5999
6782
|
"attributes": {
|
|
6000
6783
|
"category": "color",
|
|
6001
6784
|
"type": "personal--forest-green",
|
|
6002
6785
|
"item": "sentiment",
|
|
6003
|
-
"subitem": "negative"
|
|
6786
|
+
"subitem": "negative-secondary"
|
|
6004
6787
|
},
|
|
6005
6788
|
"path": [
|
|
6006
6789
|
"color",
|
|
6007
6790
|
"personal--forest-green",
|
|
6008
6791
|
"sentiment",
|
|
6009
|
-
"negative"
|
|
6792
|
+
"negative-secondary"
|
|
6010
6793
|
]
|
|
6011
6794
|
},
|
|
6012
|
-
"negative-hover": {
|
|
6795
|
+
"negative-secondary-hover": {
|
|
6013
6796
|
"value": {
|
|
6014
6797
|
"r": 1,
|
|
6015
6798
|
"g": 0.8627450980392157,
|
|
@@ -6024,21 +6807,21 @@
|
|
|
6024
6807
|
},
|
|
6025
6808
|
"theme": "personal--forest-green"
|
|
6026
6809
|
},
|
|
6027
|
-
"name": "
|
|
6810
|
+
"name": "personalForestGreenSentimentNegativeSecondaryHover",
|
|
6028
6811
|
"attributes": {
|
|
6029
6812
|
"category": "color",
|
|
6030
6813
|
"type": "personal--forest-green",
|
|
6031
6814
|
"item": "sentiment",
|
|
6032
|
-
"subitem": "negative-hover"
|
|
6815
|
+
"subitem": "negative-secondary-hover"
|
|
6033
6816
|
},
|
|
6034
6817
|
"path": [
|
|
6035
6818
|
"color",
|
|
6036
6819
|
"personal--forest-green",
|
|
6037
6820
|
"sentiment",
|
|
6038
|
-
"negative-hover"
|
|
6821
|
+
"negative-secondary-hover"
|
|
6039
6822
|
]
|
|
6040
6823
|
},
|
|
6041
|
-
"negative-active": {
|
|
6824
|
+
"negative-secondary-active": {
|
|
6042
6825
|
"value": {
|
|
6043
6826
|
"r": 1,
|
|
6044
6827
|
"g": 0.9215686274509803,
|
|
@@ -6053,18 +6836,18 @@
|
|
|
6053
6836
|
},
|
|
6054
6837
|
"theme": "personal--forest-green"
|
|
6055
6838
|
},
|
|
6056
|
-
"name": "
|
|
6839
|
+
"name": "personalForestGreenSentimentNegativeSecondaryActive",
|
|
6057
6840
|
"attributes": {
|
|
6058
6841
|
"category": "color",
|
|
6059
6842
|
"type": "personal--forest-green",
|
|
6060
6843
|
"item": "sentiment",
|
|
6061
|
-
"subitem": "negative-active"
|
|
6844
|
+
"subitem": "negative-secondary-active"
|
|
6062
6845
|
},
|
|
6063
6846
|
"path": [
|
|
6064
6847
|
"color",
|
|
6065
6848
|
"personal--forest-green",
|
|
6066
6849
|
"sentiment",
|
|
6067
|
-
"negative-active"
|
|
6850
|
+
"negative-secondary-active"
|
|
6068
6851
|
]
|
|
6069
6852
|
},
|
|
6070
6853
|
"positive": {
|
|
@@ -7192,6 +7975,93 @@
|
|
|
7192
7975
|
"interactive",
|
|
7193
7976
|
"contrast-active"
|
|
7194
7977
|
]
|
|
7978
|
+
},
|
|
7979
|
+
"neutral": {
|
|
7980
|
+
"value": {
|
|
7981
|
+
"r": 0.8862745098039215,
|
|
7982
|
+
"g": 0.9647058823529412,
|
|
7983
|
+
"b": 0.8352941176470589
|
|
7984
|
+
},
|
|
7985
|
+
"theme": "personal",
|
|
7986
|
+
"filePath": "tokens/colors/themes/personal.json",
|
|
7987
|
+
"isSource": true,
|
|
7988
|
+
"original": {
|
|
7989
|
+
"value": {
|
|
7990
|
+
"hex": "#E2F6D5"
|
|
7991
|
+
},
|
|
7992
|
+
"theme": "personal"
|
|
7993
|
+
},
|
|
7994
|
+
"name": "personalInteractiveNeutral",
|
|
7995
|
+
"attributes": {
|
|
7996
|
+
"category": "color",
|
|
7997
|
+
"type": "personal",
|
|
7998
|
+
"item": "interactive",
|
|
7999
|
+
"subitem": "neutral"
|
|
8000
|
+
},
|
|
8001
|
+
"path": [
|
|
8002
|
+
"color",
|
|
8003
|
+
"personal",
|
|
8004
|
+
"interactive",
|
|
8005
|
+
"neutral"
|
|
8006
|
+
]
|
|
8007
|
+
},
|
|
8008
|
+
"neutral-hover": {
|
|
8009
|
+
"value": {
|
|
8010
|
+
"r": 0.8274509803921568,
|
|
8011
|
+
"g": 0.9490196078431372,
|
|
8012
|
+
"b": 0.7529411764705882
|
|
8013
|
+
},
|
|
8014
|
+
"theme": "personal",
|
|
8015
|
+
"filePath": "tokens/colors/themes/personal.json",
|
|
8016
|
+
"isSource": true,
|
|
8017
|
+
"original": {
|
|
8018
|
+
"value": {
|
|
8019
|
+
"hex": "#D3F2C0"
|
|
8020
|
+
},
|
|
8021
|
+
"theme": "personal"
|
|
8022
|
+
},
|
|
8023
|
+
"name": "personalInteractiveNeutralHover",
|
|
8024
|
+
"attributes": {
|
|
8025
|
+
"category": "color",
|
|
8026
|
+
"type": "personal",
|
|
8027
|
+
"item": "interactive",
|
|
8028
|
+
"subitem": "neutral-hover"
|
|
8029
|
+
},
|
|
8030
|
+
"path": [
|
|
8031
|
+
"color",
|
|
8032
|
+
"personal",
|
|
8033
|
+
"interactive",
|
|
8034
|
+
"neutral-hover"
|
|
8035
|
+
]
|
|
8036
|
+
},
|
|
8037
|
+
"neutral-active": {
|
|
8038
|
+
"value": {
|
|
8039
|
+
"r": 0.7725490196078432,
|
|
8040
|
+
"g": 0.9294117647058824,
|
|
8041
|
+
"b": 0.6705882352941176
|
|
8042
|
+
},
|
|
8043
|
+
"theme": "personal",
|
|
8044
|
+
"filePath": "tokens/colors/themes/personal.json",
|
|
8045
|
+
"isSource": true,
|
|
8046
|
+
"original": {
|
|
8047
|
+
"value": {
|
|
8048
|
+
"hex": "#C5EDAB"
|
|
8049
|
+
},
|
|
8050
|
+
"theme": "personal"
|
|
8051
|
+
},
|
|
8052
|
+
"name": "personalInteractiveNeutralActive",
|
|
8053
|
+
"attributes": {
|
|
8054
|
+
"category": "color",
|
|
8055
|
+
"type": "personal",
|
|
8056
|
+
"item": "interactive",
|
|
8057
|
+
"subitem": "neutral-active"
|
|
8058
|
+
},
|
|
8059
|
+
"path": [
|
|
8060
|
+
"color",
|
|
8061
|
+
"personal",
|
|
8062
|
+
"interactive",
|
|
8063
|
+
"neutral-active"
|
|
8064
|
+
]
|
|
7195
8065
|
}
|
|
7196
8066
|
},
|
|
7197
8067
|
"border": {
|
|
@@ -7588,6 +8458,180 @@
|
|
|
7588
8458
|
"negative-active"
|
|
7589
8459
|
]
|
|
7590
8460
|
},
|
|
8461
|
+
"negative-primary": {
|
|
8462
|
+
"value": {
|
|
8463
|
+
"r": 0.6588235294117647,
|
|
8464
|
+
"g": 0.12549019607843137,
|
|
8465
|
+
"b": 0.050980392156862744
|
|
8466
|
+
},
|
|
8467
|
+
"theme": "personal",
|
|
8468
|
+
"filePath": "tokens/colors/themes/personal.json",
|
|
8469
|
+
"isSource": true,
|
|
8470
|
+
"original": {
|
|
8471
|
+
"value": {
|
|
8472
|
+
"hex": "#A8200D"
|
|
8473
|
+
},
|
|
8474
|
+
"theme": "personal"
|
|
8475
|
+
},
|
|
8476
|
+
"name": "personalSentimentNegativePrimary",
|
|
8477
|
+
"attributes": {
|
|
8478
|
+
"category": "color",
|
|
8479
|
+
"type": "personal",
|
|
8480
|
+
"item": "sentiment",
|
|
8481
|
+
"subitem": "negative-primary"
|
|
8482
|
+
},
|
|
8483
|
+
"path": [
|
|
8484
|
+
"color",
|
|
8485
|
+
"personal",
|
|
8486
|
+
"sentiment",
|
|
8487
|
+
"negative-primary"
|
|
8488
|
+
]
|
|
8489
|
+
},
|
|
8490
|
+
"negative-primary-hover": {
|
|
8491
|
+
"value": {
|
|
8492
|
+
"r": 0.5568627450980392,
|
|
8493
|
+
"g": 0.10588235294117647,
|
|
8494
|
+
"b": 0.043137254901960784
|
|
8495
|
+
},
|
|
8496
|
+
"theme": "personal",
|
|
8497
|
+
"filePath": "tokens/colors/themes/personal.json",
|
|
8498
|
+
"isSource": true,
|
|
8499
|
+
"original": {
|
|
8500
|
+
"value": {
|
|
8501
|
+
"hex": "#8E1B0B"
|
|
8502
|
+
},
|
|
8503
|
+
"theme": "personal"
|
|
8504
|
+
},
|
|
8505
|
+
"name": "personalSentimentNegativePrimaryHover",
|
|
8506
|
+
"attributes": {
|
|
8507
|
+
"category": "color",
|
|
8508
|
+
"type": "personal",
|
|
8509
|
+
"item": "sentiment",
|
|
8510
|
+
"subitem": "negative-primary-hover"
|
|
8511
|
+
},
|
|
8512
|
+
"path": [
|
|
8513
|
+
"color",
|
|
8514
|
+
"personal",
|
|
8515
|
+
"sentiment",
|
|
8516
|
+
"negative-primary-hover"
|
|
8517
|
+
]
|
|
8518
|
+
},
|
|
8519
|
+
"negative-primary-active": {
|
|
8520
|
+
"value": {
|
|
8521
|
+
"r": 0.4627450980392157,
|
|
8522
|
+
"g": 0.09019607843137255,
|
|
8523
|
+
"b": 0.03529411764705882
|
|
8524
|
+
},
|
|
8525
|
+
"theme": "personal",
|
|
8526
|
+
"filePath": "tokens/colors/themes/personal.json",
|
|
8527
|
+
"isSource": true,
|
|
8528
|
+
"original": {
|
|
8529
|
+
"value": {
|
|
8530
|
+
"hex": "#761709"
|
|
8531
|
+
},
|
|
8532
|
+
"theme": "personal"
|
|
8533
|
+
},
|
|
8534
|
+
"name": "personalSentimentNegativePrimaryActive",
|
|
8535
|
+
"attributes": {
|
|
8536
|
+
"category": "color",
|
|
8537
|
+
"type": "personal",
|
|
8538
|
+
"item": "sentiment",
|
|
8539
|
+
"subitem": "negative-primary-active"
|
|
8540
|
+
},
|
|
8541
|
+
"path": [
|
|
8542
|
+
"color",
|
|
8543
|
+
"personal",
|
|
8544
|
+
"sentiment",
|
|
8545
|
+
"negative-primary-active"
|
|
8546
|
+
]
|
|
8547
|
+
},
|
|
8548
|
+
"negative-secondary": {
|
|
8549
|
+
"value": {
|
|
8550
|
+
"r": 0.9882352941176471,
|
|
8551
|
+
"g": 0.8941176470588236,
|
|
8552
|
+
"b": 0.8901960784313725
|
|
8553
|
+
},
|
|
8554
|
+
"theme": "personal",
|
|
8555
|
+
"filePath": "tokens/colors/themes/personal.json",
|
|
8556
|
+
"isSource": true,
|
|
8557
|
+
"original": {
|
|
8558
|
+
"value": {
|
|
8559
|
+
"hex": "#FCE4E3"
|
|
8560
|
+
},
|
|
8561
|
+
"theme": "personal"
|
|
8562
|
+
},
|
|
8563
|
+
"name": "personalSentimentNegativeSecondary",
|
|
8564
|
+
"attributes": {
|
|
8565
|
+
"category": "color",
|
|
8566
|
+
"type": "personal",
|
|
8567
|
+
"item": "sentiment",
|
|
8568
|
+
"subitem": "negative-secondary"
|
|
8569
|
+
},
|
|
8570
|
+
"path": [
|
|
8571
|
+
"color",
|
|
8572
|
+
"personal",
|
|
8573
|
+
"sentiment",
|
|
8574
|
+
"negative-secondary"
|
|
8575
|
+
]
|
|
8576
|
+
},
|
|
8577
|
+
"negative-secondary-hover": {
|
|
8578
|
+
"value": {
|
|
8579
|
+
"r": 0.984313725490196,
|
|
8580
|
+
"g": 0.8784313725490196,
|
|
8581
|
+
"b": 0.8745098039215686
|
|
8582
|
+
},
|
|
8583
|
+
"theme": "personal",
|
|
8584
|
+
"filePath": "tokens/colors/themes/personal.json",
|
|
8585
|
+
"isSource": true,
|
|
8586
|
+
"original": {
|
|
8587
|
+
"value": {
|
|
8588
|
+
"hex": "#FBE0DF"
|
|
8589
|
+
},
|
|
8590
|
+
"theme": "personal"
|
|
8591
|
+
},
|
|
8592
|
+
"name": "personalSentimentNegativeSecondaryHover",
|
|
8593
|
+
"attributes": {
|
|
8594
|
+
"category": "color",
|
|
8595
|
+
"type": "personal",
|
|
8596
|
+
"item": "sentiment",
|
|
8597
|
+
"subitem": "negative-secondary-hover"
|
|
8598
|
+
},
|
|
8599
|
+
"path": [
|
|
8600
|
+
"color",
|
|
8601
|
+
"personal",
|
|
8602
|
+
"sentiment",
|
|
8603
|
+
"negative-secondary-hover"
|
|
8604
|
+
]
|
|
8605
|
+
},
|
|
8606
|
+
"negative-secondary-active": {
|
|
8607
|
+
"value": {
|
|
8608
|
+
"r": 0.984313725490196,
|
|
8609
|
+
"g": 0.8588235294117647,
|
|
8610
|
+
"b": 0.8549019607843137
|
|
8611
|
+
},
|
|
8612
|
+
"theme": "personal",
|
|
8613
|
+
"filePath": "tokens/colors/themes/personal.json",
|
|
8614
|
+
"isSource": true,
|
|
8615
|
+
"original": {
|
|
8616
|
+
"value": {
|
|
8617
|
+
"hex": "#FBDBDA"
|
|
8618
|
+
},
|
|
8619
|
+
"theme": "personal"
|
|
8620
|
+
},
|
|
8621
|
+
"name": "personalSentimentNegativeSecondaryActive",
|
|
8622
|
+
"attributes": {
|
|
8623
|
+
"category": "color",
|
|
8624
|
+
"type": "personal",
|
|
8625
|
+
"item": "sentiment",
|
|
8626
|
+
"subitem": "negative-secondary-active"
|
|
8627
|
+
},
|
|
8628
|
+
"path": [
|
|
8629
|
+
"color",
|
|
8630
|
+
"personal",
|
|
8631
|
+
"sentiment",
|
|
8632
|
+
"negative-secondary-active"
|
|
8633
|
+
]
|
|
8634
|
+
},
|
|
7591
8635
|
"positive": {
|
|
7592
8636
|
"value": {
|
|
7593
8637
|
"r": 0.1843137254901961,
|