@volue/design-colors 3.0.0-next.0 → 3.0.0-next.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.
@@ -122,6 +122,7 @@ const dataPink60 = "#e29dc9";
122
122
  const dataPink80 = "#e26ab5";
123
123
  const dataPink100 = "#bc3d91";
124
124
  const backgroundCanvas = "#ffffff";
125
+ const backgroundCanvasSubtle = "#f9fafb";
125
126
  const backgroundSurface = "#ffffff";
126
127
  const backgroundSurfaceSubtle = "#f3f5f6";
127
128
  const backgroundSurfaceContrast = "#082d35";
@@ -181,8 +182,8 @@ const backgroundInfoStrong = "#007a92";
181
182
  const backgroundInfoStrongHover = "#005e72";
182
183
  const backgroundDisabled = "#e6ebec";
183
184
  const backgroundDisabledSubtle = "#f3f5f6";
184
- const backgroundInverse = "rgba(255, 255, 255, 0.1)";
185
- const foregroundBody = "#082d35";
185
+ const backgroundInverse = "rgba(255, 255, 255, 0.113)";
186
+ const foregroundCanvas = "#082d35";
186
187
  const foregroundLink = "#11596a";
187
188
  const foregroundNeutral = "#082d35";
188
189
  const foregroundNeutralModerate = "#223f44";
@@ -232,6 +233,25 @@ const borderDisabled = "#e6ebec";
232
233
  const borderDisabledSubtle = "#f3f5f6";
233
234
  const borderFocus = "#388597";
234
235
  const borderInverse = "rgba(255, 255, 255, 0.85)";
236
+ const rgbBackgroundSurface = "255, 255, 255";
237
+ const rgbBackgroundNeutral = "230, 235, 236";
238
+ const rgbBackgroundNeutralBold = "83, 116, 123";
239
+ const rgbBackgroundNeutralStrong = "34, 63, 68";
240
+ const rgbBackgroundAccent = "232, 241, 243";
241
+ const rgbBackgroundAccentBold = "91, 155, 169";
242
+ const rgbBackgroundAccentStrong = "21, 112, 132";
243
+ const rgbBackgroundDanger = "255, 239, 240";
244
+ const rgbBackgroundDangerBold = "255, 59, 61";
245
+ const rgbBackgroundDangerStrong = "223, 0, 31";
246
+ const rgbBackgroundWarning = "255, 242, 218";
247
+ const rgbBackgroundWarningBold = "255, 185, 0";
248
+ const rgbBackgroundWarningStrong = "220, 159, 0";
249
+ const rgbBackgroundSuccess = "219, 255, 223";
250
+ const rgbBackgroundSuccessBold = "34, 160, 71";
251
+ const rgbBackgroundSuccessStrong = "27, 130, 56";
252
+ const rgbBackgroundInfo = "225, 249, 255";
253
+ const rgbBackgroundInfoBold = "0, 150, 175";
254
+ const rgbBackgroundInfoStrong = "0, 122, 146";
235
255
 
236
256
  module.exports = {
237
257
  colorWhite,
@@ -358,6 +378,7 @@ module.exports = {
358
378
  dataPink80,
359
379
  dataPink100,
360
380
  backgroundCanvas,
381
+ backgroundCanvasSubtle,
361
382
  backgroundSurface,
362
383
  backgroundSurfaceSubtle,
363
384
  backgroundSurfaceContrast,
@@ -418,7 +439,7 @@ module.exports = {
418
439
  backgroundDisabled,
419
440
  backgroundDisabledSubtle,
420
441
  backgroundInverse,
421
- foregroundBody,
442
+ foregroundCanvas,
422
443
  foregroundLink,
423
444
  foregroundNeutral,
424
445
  foregroundNeutralModerate,
@@ -468,6 +489,25 @@ module.exports = {
468
489
  borderDisabledSubtle,
469
490
  borderFocus,
470
491
  borderInverse,
492
+ rgbBackgroundSurface,
493
+ rgbBackgroundNeutral,
494
+ rgbBackgroundNeutralBold,
495
+ rgbBackgroundNeutralStrong,
496
+ rgbBackgroundAccent,
497
+ rgbBackgroundAccentBold,
498
+ rgbBackgroundAccentStrong,
499
+ rgbBackgroundDanger,
500
+ rgbBackgroundDangerBold,
501
+ rgbBackgroundDangerStrong,
502
+ rgbBackgroundWarning,
503
+ rgbBackgroundWarningBold,
504
+ rgbBackgroundWarningStrong,
505
+ rgbBackgroundSuccess,
506
+ rgbBackgroundSuccessBold,
507
+ rgbBackgroundSuccessStrong,
508
+ rgbBackgroundInfo,
509
+ rgbBackgroundInfoBold,
510
+ rgbBackgroundInfoStrong,
471
511
  core: {
472
512
  colorWhite,
473
513
  colorGray0,
@@ -597,6 +637,7 @@ module.exports = {
597
637
  },
598
638
  background: {
599
639
  backgroundCanvas,
640
+ backgroundCanvasSubtle,
600
641
  backgroundSurface,
601
642
  backgroundSurfaceSubtle,
602
643
  backgroundSurfaceContrast,
@@ -659,7 +700,7 @@ module.exports = {
659
700
  backgroundInverse
660
701
  },
661
702
  foreground: {
662
- foregroundBody,
703
+ foregroundCanvas,
663
704
  foregroundLink,
664
705
  foregroundNeutral,
665
706
  foregroundNeutralModerate,
@@ -711,5 +752,26 @@ module.exports = {
711
752
  borderDisabledSubtle,
712
753
  borderFocus,
713
754
  borderInverse
755
+ },
756
+ rgb: {
757
+ rgbBackgroundSurface,
758
+ rgbBackgroundNeutral,
759
+ rgbBackgroundNeutralBold,
760
+ rgbBackgroundNeutralStrong,
761
+ rgbBackgroundAccent,
762
+ rgbBackgroundAccentBold,
763
+ rgbBackgroundAccentStrong,
764
+ rgbBackgroundDanger,
765
+ rgbBackgroundDangerBold,
766
+ rgbBackgroundDangerStrong,
767
+ rgbBackgroundWarning,
768
+ rgbBackgroundWarningBold,
769
+ rgbBackgroundWarningStrong,
770
+ rgbBackgroundSuccess,
771
+ rgbBackgroundSuccessBold,
772
+ rgbBackgroundSuccessStrong,
773
+ rgbBackgroundInfo,
774
+ rgbBackgroundInfoBold,
775
+ rgbBackgroundInfoStrong
714
776
  }
715
777
  };
package/dist/flat.d.ts CHANGED
@@ -122,6 +122,7 @@ export declare const dataPink60 = "#e29dc9";
122
122
  export declare const dataPink80 = "#e26ab5";
123
123
  export declare const dataPink100 = "#bc3d91";
124
124
  export declare const backgroundCanvas = "#ffffff";
125
+ export declare const backgroundCanvasSubtle = "#f9fafb";
125
126
  export declare const backgroundSurface = "#ffffff";
126
127
  export declare const backgroundSurfaceSubtle = "#f3f5f6";
127
128
  export declare const backgroundSurfaceContrast = "#082d35";
@@ -181,8 +182,8 @@ export declare const backgroundInfoStrong = "#007a92";
181
182
  export declare const backgroundInfoStrongHover = "#005e72";
182
183
  export declare const backgroundDisabled = "#e6ebec";
183
184
  export declare const backgroundDisabledSubtle = "#f3f5f6";
184
- export declare const backgroundInverse = "rgba(255, 255, 255, 0.1)";
185
- export declare const foregroundBody = "#082d35";
185
+ export declare const backgroundInverse = "rgba(255, 255, 255, 0.113)";
186
+ export declare const foregroundCanvas = "#082d35";
186
187
  export declare const foregroundLink = "#11596a";
187
188
  export declare const foregroundNeutral = "#082d35";
188
189
  export declare const foregroundNeutralModerate = "#223f44";
@@ -232,6 +233,25 @@ export declare const borderDisabled = "#e6ebec";
232
233
  export declare const borderDisabledSubtle = "#f3f5f6";
233
234
  export declare const borderFocus = "#388597";
234
235
  export declare const borderInverse = "rgba(255, 255, 255, 0.85)";
236
+ export declare const rgbBackgroundSurface = "255, 255, 255";
237
+ export declare const rgbBackgroundNeutral = "230, 235, 236";
238
+ export declare const rgbBackgroundNeutralBold = "83, 116, 123";
239
+ export declare const rgbBackgroundNeutralStrong = "34, 63, 68";
240
+ export declare const rgbBackgroundAccent = "232, 241, 243";
241
+ export declare const rgbBackgroundAccentBold = "91, 155, 169";
242
+ export declare const rgbBackgroundAccentStrong = "21, 112, 132";
243
+ export declare const rgbBackgroundDanger = "255, 239, 240";
244
+ export declare const rgbBackgroundDangerBold = "255, 59, 61";
245
+ export declare const rgbBackgroundDangerStrong = "223, 0, 31";
246
+ export declare const rgbBackgroundWarning = "255, 242, 218";
247
+ export declare const rgbBackgroundWarningBold = "255, 185, 0";
248
+ export declare const rgbBackgroundWarningStrong = "220, 159, 0";
249
+ export declare const rgbBackgroundSuccess = "219, 255, 223";
250
+ export declare const rgbBackgroundSuccessBold = "34, 160, 71";
251
+ export declare const rgbBackgroundSuccessStrong = "27, 130, 56";
252
+ export declare const rgbBackgroundInfo = "225, 249, 255";
253
+ export declare const rgbBackgroundInfoBold = "0, 150, 175";
254
+ export declare const rgbBackgroundInfoStrong = "0, 122, 146";
235
255
  export declare const core: {
236
256
  colorWhite: "#ffffff";
237
257
  colorGray0: "#f9fafb";
@@ -361,6 +381,7 @@ export declare const data: {
361
381
  };
362
382
  export declare const background: {
363
383
  backgroundCanvas: "#ffffff";
384
+ backgroundCanvasSubtle: "#f9fafb";
364
385
  backgroundSurface: "#ffffff";
365
386
  backgroundSurfaceSubtle: "#f3f5f6";
366
387
  backgroundSurfaceContrast: "#082d35";
@@ -420,10 +441,10 @@ export declare const background: {
420
441
  backgroundInfoStrongHover: "#005e72";
421
442
  backgroundDisabled: "#e6ebec";
422
443
  backgroundDisabledSubtle: "#f3f5f6";
423
- backgroundInverse: "rgba(255, 255, 255, 0.1)";
444
+ backgroundInverse: "rgba(255, 255, 255, 0.113)";
424
445
  };
425
446
  export declare const foreground: {
426
- foregroundBody: "#082d35";
447
+ foregroundCanvas: "#082d35";
427
448
  foregroundLink: "#11596a";
428
449
  foregroundNeutral: "#082d35";
429
450
  foregroundNeutralModerate: "#223f44";
@@ -475,4 +496,25 @@ export declare const border: {
475
496
  borderDisabledSubtle: "#f3f5f6";
476
497
  borderFocus: "#388597";
477
498
  borderInverse: "rgba(255, 255, 255, 0.85)";
499
+ };
500
+ export declare const rgb: {
501
+ rgbBackgroundSurface: "255, 255, 255";
502
+ rgbBackgroundNeutral: "230, 235, 236";
503
+ rgbBackgroundNeutralBold: "83, 116, 123";
504
+ rgbBackgroundNeutralStrong: "34, 63, 68";
505
+ rgbBackgroundAccent: "232, 241, 243";
506
+ rgbBackgroundAccentBold: "91, 155, 169";
507
+ rgbBackgroundAccentStrong: "21, 112, 132";
508
+ rgbBackgroundDanger: "255, 239, 240";
509
+ rgbBackgroundDangerBold: "255, 59, 61";
510
+ rgbBackgroundDangerStrong: "223, 0, 31";
511
+ rgbBackgroundWarning: "255, 242, 218";
512
+ rgbBackgroundWarningBold: "255, 185, 0";
513
+ rgbBackgroundWarningStrong: "220, 159, 0";
514
+ rgbBackgroundSuccess: "219, 255, 223";
515
+ rgbBackgroundSuccessBold: "34, 160, 71";
516
+ rgbBackgroundSuccessStrong: "27, 130, 56";
517
+ rgbBackgroundInfo: "225, 249, 255";
518
+ rgbBackgroundInfoBold: "0, 150, 175";
519
+ rgbBackgroundInfoStrong: "0, 122, 146";
478
520
  };
@@ -122,6 +122,7 @@ export const dataPink60 = "#e29dc9";
122
122
  export const dataPink80 = "#e26ab5";
123
123
  export const dataPink100 = "#bc3d91";
124
124
  export const backgroundCanvas = "#ffffff";
125
+ export const backgroundCanvasSubtle = "#f9fafb";
125
126
  export const backgroundSurface = "#ffffff";
126
127
  export const backgroundSurfaceSubtle = "#f3f5f6";
127
128
  export const backgroundSurfaceContrast = "#082d35";
@@ -181,8 +182,8 @@ export const backgroundInfoStrong = "#007a92";
181
182
  export const backgroundInfoStrongHover = "#005e72";
182
183
  export const backgroundDisabled = "#e6ebec";
183
184
  export const backgroundDisabledSubtle = "#f3f5f6";
184
- export const backgroundInverse = "rgba(255, 255, 255, 0.1)";
185
- export const foregroundBody = "#082d35";
185
+ export const backgroundInverse = "rgba(255, 255, 255, 0.113)";
186
+ export const foregroundCanvas = "#082d35";
186
187
  export const foregroundLink = "#11596a";
187
188
  export const foregroundNeutral = "#082d35";
188
189
  export const foregroundNeutralModerate = "#223f44";
@@ -232,6 +233,25 @@ export const borderDisabled = "#e6ebec";
232
233
  export const borderDisabledSubtle = "#f3f5f6";
233
234
  export const borderFocus = "#388597";
234
235
  export const borderInverse = "rgba(255, 255, 255, 0.85)";
236
+ export const rgbBackgroundSurface = "255, 255, 255";
237
+ export const rgbBackgroundNeutral = "230, 235, 236";
238
+ export const rgbBackgroundNeutralBold = "83, 116, 123";
239
+ export const rgbBackgroundNeutralStrong = "34, 63, 68";
240
+ export const rgbBackgroundAccent = "232, 241, 243";
241
+ export const rgbBackgroundAccentBold = "91, 155, 169";
242
+ export const rgbBackgroundAccentStrong = "21, 112, 132";
243
+ export const rgbBackgroundDanger = "255, 239, 240";
244
+ export const rgbBackgroundDangerBold = "255, 59, 61";
245
+ export const rgbBackgroundDangerStrong = "223, 0, 31";
246
+ export const rgbBackgroundWarning = "255, 242, 218";
247
+ export const rgbBackgroundWarningBold = "255, 185, 0";
248
+ export const rgbBackgroundWarningStrong = "220, 159, 0";
249
+ export const rgbBackgroundSuccess = "219, 255, 223";
250
+ export const rgbBackgroundSuccessBold = "34, 160, 71";
251
+ export const rgbBackgroundSuccessStrong = "27, 130, 56";
252
+ export const rgbBackgroundInfo = "225, 249, 255";
253
+ export const rgbBackgroundInfoBold = "0, 150, 175";
254
+ export const rgbBackgroundInfoStrong = "0, 122, 146";
235
255
  export const core = {
236
256
  colorWhite,
237
257
  colorGray0,
@@ -361,6 +381,7 @@ export const data = {
361
381
  };
362
382
  export const background = {
363
383
  backgroundCanvas,
384
+ backgroundCanvasSubtle,
364
385
  backgroundSurface,
365
386
  backgroundSurfaceSubtle,
366
387
  backgroundSurfaceContrast,
@@ -423,7 +444,7 @@ export const background = {
423
444
  backgroundInverse
424
445
  };
425
446
  export const foreground = {
426
- foregroundBody,
447
+ foregroundCanvas,
427
448
  foregroundLink,
428
449
  foregroundNeutral,
429
450
  foregroundNeutralModerate,
@@ -475,4 +496,25 @@ export const border = {
475
496
  borderDisabledSubtle,
476
497
  borderFocus,
477
498
  borderInverse
499
+ };
500
+ export const rgb = {
501
+ rgbBackgroundSurface,
502
+ rgbBackgroundNeutral,
503
+ rgbBackgroundNeutralBold,
504
+ rgbBackgroundNeutralStrong,
505
+ rgbBackgroundAccent,
506
+ rgbBackgroundAccentBold,
507
+ rgbBackgroundAccentStrong,
508
+ rgbBackgroundDanger,
509
+ rgbBackgroundDangerBold,
510
+ rgbBackgroundDangerStrong,
511
+ rgbBackgroundWarning,
512
+ rgbBackgroundWarningBold,
513
+ rgbBackgroundWarningStrong,
514
+ rgbBackgroundSuccess,
515
+ rgbBackgroundSuccessBold,
516
+ rgbBackgroundSuccessStrong,
517
+ rgbBackgroundInfo,
518
+ rgbBackgroundInfoBold,
519
+ rgbBackgroundInfoStrong
478
520
  };
@@ -1119,7 +1119,20 @@ module.exports = {
1119
1119
  "path": [
1120
1120
  "color",
1121
1121
  "background",
1122
- "canvas"
1122
+ "canvas",
1123
+ "@"
1124
+ ]
1125
+ },
1126
+ {
1127
+ "value": "#f9fafb",
1128
+ "name": "backgroundCanvasSubtle",
1129
+ "description": "Subtle canvas background. Used for the background of your app, e.g. when you create a card-based layout.",
1130
+ "originalName": "backgroundNeutralSubtle",
1131
+ "path": [
1132
+ "color",
1133
+ "background",
1134
+ "canvas",
1135
+ "subtle"
1123
1136
  ]
1124
1137
  },
1125
1138
  {
@@ -1137,7 +1150,7 @@ module.exports = {
1137
1150
  {
1138
1151
  "value": "#f3f5f6",
1139
1152
  "name": "backgroundSurfaceSubtle",
1140
- "description": "Subtle surface background. Used for the background area of components that should stand out somewhat against default surface.",
1153
+ "description": "Subtle surface background. Used for the background area of components that should stand out somewhat against default surface or app canvas.",
1141
1154
  "originalName": "backgroundNeutralModerate",
1142
1155
  "path": [
1143
1156
  "color",
@@ -1864,7 +1877,7 @@ module.exports = {
1864
1877
  ]
1865
1878
  },
1866
1879
  {
1867
- "value": "rgba(255, 255, 255, 0.1)",
1880
+ "value": "rgba(255, 255, 255, 0.113)",
1868
1881
  "name": "backgroundInverse",
1869
1882
  "description": "Inverse background. Used for backgrounds of elements on a strong background.",
1870
1883
  "originalName": "backgroundNeutralMinimal",
@@ -1878,13 +1891,13 @@ module.exports = {
1878
1891
  "foreground": [
1879
1892
  {
1880
1893
  "value": "#082d35",
1881
- "name": "foregroundBody",
1882
- "description": "Body foreground. Used as global default for all text.",
1894
+ "name": "foregroundCanvas",
1895
+ "description": "Canvas foreground. Used for the default foreground of your app.",
1883
1896
  "originalName": "foregroundNeutral",
1884
1897
  "path": [
1885
1898
  "color",
1886
1899
  "foreground",
1887
- "body"
1900
+ "canvas"
1888
1901
  ]
1889
1902
  },
1890
1903
  {
@@ -2473,5 +2486,234 @@ module.exports = {
2473
2486
  "inverse"
2474
2487
  ]
2475
2488
  }
2489
+ ],
2490
+ "rgb": [
2491
+ {
2492
+ "value": "255, 255, 255",
2493
+ "name": "rgbBackgroundSurface",
2494
+ "originalName": "backgroundSurface",
2495
+ "path": [
2496
+ "color",
2497
+ "rgb",
2498
+ "background",
2499
+ "surface"
2500
+ ]
2501
+ },
2502
+ {
2503
+ "value": "230, 235, 236",
2504
+ "name": "rgbBackgroundNeutral",
2505
+ "originalName": "backgroundNeutral",
2506
+ "path": [
2507
+ "color",
2508
+ "rgb",
2509
+ "background",
2510
+ "neutral",
2511
+ "@"
2512
+ ]
2513
+ },
2514
+ {
2515
+ "value": "83, 116, 123",
2516
+ "name": "rgbBackgroundNeutralBold",
2517
+ "originalName": "backgroundNeutralBold",
2518
+ "path": [
2519
+ "color",
2520
+ "rgb",
2521
+ "background",
2522
+ "neutral",
2523
+ "bold"
2524
+ ]
2525
+ },
2526
+ {
2527
+ "value": "34, 63, 68",
2528
+ "name": "rgbBackgroundNeutralStrong",
2529
+ "originalName": "backgroundNeutralStrong",
2530
+ "path": [
2531
+ "color",
2532
+ "rgb",
2533
+ "background",
2534
+ "neutral",
2535
+ "strong"
2536
+ ]
2537
+ },
2538
+ {
2539
+ "value": "232, 241, 243",
2540
+ "name": "rgbBackgroundAccent",
2541
+ "originalName": "backgroundAccent",
2542
+ "path": [
2543
+ "color",
2544
+ "rgb",
2545
+ "background",
2546
+ "accent",
2547
+ "@"
2548
+ ]
2549
+ },
2550
+ {
2551
+ "value": "91, 155, 169",
2552
+ "name": "rgbBackgroundAccentBold",
2553
+ "originalName": "backgroundAccentBold",
2554
+ "path": [
2555
+ "color",
2556
+ "rgb",
2557
+ "background",
2558
+ "accent",
2559
+ "bold"
2560
+ ]
2561
+ },
2562
+ {
2563
+ "value": "21, 112, 132",
2564
+ "name": "rgbBackgroundAccentStrong",
2565
+ "originalName": "backgroundAccentStrong",
2566
+ "path": [
2567
+ "color",
2568
+ "rgb",
2569
+ "background",
2570
+ "accent",
2571
+ "strong"
2572
+ ]
2573
+ },
2574
+ {
2575
+ "value": "255, 239, 240",
2576
+ "name": "rgbBackgroundDanger",
2577
+ "originalName": "backgroundDanger",
2578
+ "path": [
2579
+ "color",
2580
+ "rgb",
2581
+ "background",
2582
+ "danger",
2583
+ "@"
2584
+ ]
2585
+ },
2586
+ {
2587
+ "value": "255, 59, 61",
2588
+ "name": "rgbBackgroundDangerBold",
2589
+ "originalName": "backgroundDangerBold",
2590
+ "path": [
2591
+ "color",
2592
+ "rgb",
2593
+ "background",
2594
+ "danger",
2595
+ "bold"
2596
+ ]
2597
+ },
2598
+ {
2599
+ "value": "223, 0, 31",
2600
+ "name": "rgbBackgroundDangerStrong",
2601
+ "originalName": "backgroundDangerStrong",
2602
+ "path": [
2603
+ "color",
2604
+ "rgb",
2605
+ "background",
2606
+ "danger",
2607
+ "strong"
2608
+ ]
2609
+ },
2610
+ {
2611
+ "value": "255, 242, 218",
2612
+ "name": "rgbBackgroundWarning",
2613
+ "originalName": "backgroundWarning",
2614
+ "path": [
2615
+ "color",
2616
+ "rgb",
2617
+ "background",
2618
+ "warning",
2619
+ "@"
2620
+ ]
2621
+ },
2622
+ {
2623
+ "value": "255, 185, 0",
2624
+ "name": "rgbBackgroundWarningBold",
2625
+ "originalName": "backgroundWarningBold",
2626
+ "path": [
2627
+ "color",
2628
+ "rgb",
2629
+ "background",
2630
+ "warning",
2631
+ "bold"
2632
+ ]
2633
+ },
2634
+ {
2635
+ "value": "220, 159, 0",
2636
+ "name": "rgbBackgroundWarningStrong",
2637
+ "originalName": "backgroundWarningStrong",
2638
+ "path": [
2639
+ "color",
2640
+ "rgb",
2641
+ "background",
2642
+ "warning",
2643
+ "strong"
2644
+ ]
2645
+ },
2646
+ {
2647
+ "value": "219, 255, 223",
2648
+ "name": "rgbBackgroundSuccess",
2649
+ "originalName": "backgroundSuccess",
2650
+ "path": [
2651
+ "color",
2652
+ "rgb",
2653
+ "background",
2654
+ "success",
2655
+ "@"
2656
+ ]
2657
+ },
2658
+ {
2659
+ "value": "34, 160, 71",
2660
+ "name": "rgbBackgroundSuccessBold",
2661
+ "originalName": "backgroundSuccessBold",
2662
+ "path": [
2663
+ "color",
2664
+ "rgb",
2665
+ "background",
2666
+ "success",
2667
+ "bold"
2668
+ ]
2669
+ },
2670
+ {
2671
+ "value": "27, 130, 56",
2672
+ "name": "rgbBackgroundSuccessStrong",
2673
+ "originalName": "backgroundSuccessStrong",
2674
+ "path": [
2675
+ "color",
2676
+ "rgb",
2677
+ "background",
2678
+ "success",
2679
+ "strong"
2680
+ ]
2681
+ },
2682
+ {
2683
+ "value": "225, 249, 255",
2684
+ "name": "rgbBackgroundInfo",
2685
+ "originalName": "backgroundInfo",
2686
+ "path": [
2687
+ "color",
2688
+ "rgb",
2689
+ "background",
2690
+ "info",
2691
+ "@"
2692
+ ]
2693
+ },
2694
+ {
2695
+ "value": "0, 150, 175",
2696
+ "name": "rgbBackgroundInfoBold",
2697
+ "originalName": "backgroundInfoBold",
2698
+ "path": [
2699
+ "color",
2700
+ "rgb",
2701
+ "background",
2702
+ "info",
2703
+ "bold"
2704
+ ]
2705
+ },
2706
+ {
2707
+ "value": "0, 122, 146",
2708
+ "name": "rgbBackgroundInfoStrong",
2709
+ "originalName": "backgroundInfoStrong",
2710
+ "path": [
2711
+ "color",
2712
+ "rgb",
2713
+ "background",
2714
+ "info",
2715
+ "strong"
2716
+ ]
2717
+ }
2476
2718
  ]
2477
2719
  };