polaris_tokens 2.15.0 → 2.20.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -7
  3. data/dist-modern/palette/base.dark.android.xml +4 -1
  4. data/dist-modern/palette/base.dark.figma.json +637 -1
  5. data/dist-modern/palette/base.dark.ios.json +1092 -1
  6. data/dist-modern/palette/base.dark.json +5 -2
  7. data/dist-modern/palette/base.dark.polaris.custom-properties.css +129 -0
  8. data/dist-modern/palette/base.light.android.xml +3 -0
  9. data/dist-modern/palette/base.light.figma.json +637 -1
  10. data/dist-modern/palette/base.light.ios.json +1042 -1
  11. data/dist-modern/palette/base.light.json +4 -1
  12. data/dist-modern/palette/base.light.polaris.custom-properties.css +129 -0
  13. data/dist-modern/palette/mfp-ui.dark.android.xml +130 -0
  14. data/dist-modern/palette/mfp-ui.dark.figma.json +637 -0
  15. data/dist-modern/palette/mfp-ui.dark.ios.json +1132 -0
  16. data/dist-modern/palette/mfp-ui.dark.json +129 -0
  17. data/dist-modern/palette/mfp-ui.dark.polaris.custom-properties.css +129 -0
  18. data/dist-modern/palette/mfp-ui.light.android.xml +130 -0
  19. data/dist-modern/palette/mfp-ui.light.figma.json +637 -0
  20. data/dist-modern/palette/mfp-ui.light.ios.json +1072 -0
  21. data/dist-modern/palette/mfp-ui.light.json +129 -0
  22. data/dist-modern/palette/mfp-ui.light.polaris.custom-properties.css +129 -0
  23. data/dist-modern/theme/base.json +1 -1
  24. data/dist-modern/theme/mfp-ui.json +12 -0
  25. data/dist/color-filters.color-map.scss +0 -8
  26. data/dist/color-filters.map.scss +8 -0
  27. data/dist/index.common.js +1 -1
  28. data/dist/index.custom-properties.css +2 -2
  29. data/dist/index.d.ts +1 -1
  30. data/dist/index.json +1 -1
  31. data/dist/index.map.scss +1 -1
  32. data/dist/index.raw.json +2 -2
  33. data/dist/index.scss +2 -2
  34. data/dist/typography.common.js +1 -1
  35. data/dist/typography.custom-properties.css +2 -2
  36. data/dist/typography.json +1 -1
  37. data/dist/typography.map.scss +1 -1
  38. data/dist/typography.raw.json +2 -2
  39. data/dist/typography.scss +2 -2
  40. data/lib/polaris_tokens/rails/engine.rb +1 -0
  41. data/package.json +26 -47
  42. metadata +15 -2
@@ -0,0 +1,129 @@
1
+ {
2
+ "background": "rgb(11, 12, 13)",
3
+ "backgroundHovered": "rgb(11, 12, 13)",
4
+ "backgroundPressed": "rgb(11, 12, 13)",
5
+ "backgroundSelected": "rgb(11, 12, 13)",
6
+ "surface": "rgb(32, 33, 35)",
7
+ "surfaceNeutral": "rgb(49, 51, 53)",
8
+ "surfaceNeutralHovered": "rgb(49, 51, 53)",
9
+ "surfaceNeutralPressed": "rgb(49, 51, 53)",
10
+ "surfaceNeutralDisabled": "rgb(49, 51, 53)",
11
+ "surfaceNeutralSubdued": "rgb(68, 71, 74)",
12
+ "surfaceSubdued": "rgb(26, 28, 29)",
13
+ "surfaceDisabled": "rgb(26, 28, 29)",
14
+ "surfaceHovered": "rgb(47, 49, 51)",
15
+ "surfacePressed": "rgb(62, 64, 67)",
16
+ "surfaceDepressed": "rgb(80, 83, 86)",
17
+ "backdrop": "rgba(0, 0, 0, 0.5)",
18
+ "overlay": "rgba(33, 33, 33, 0.5)",
19
+ "shadowFromDimLight": "rgba(255, 255, 255, 0.2)",
20
+ "shadowFromAmbientLight": "rgba(23, 24, 24, 0.05)",
21
+ "shadowFromDirectLight": "rgba(255, 255, 255, 0.15)",
22
+ "hintFromDirectLight": "rgba(185, 185, 185, 0.2)",
23
+ "onSurfaceBackground": "rgb(47, 49, 51)",
24
+ "border": "rgb(80, 83, 86)",
25
+ "borderNeutralSubdued": "rgb(130, 135, 139)",
26
+ "borderHovered": "rgb(80, 83, 86)",
27
+ "borderDisabled": "rgb(103, 107, 111)",
28
+ "borderSubdued": "rgb(130, 135, 139)",
29
+ "borderDepressed": "rgb(142, 145, 145)",
30
+ "borderShadow": "rgb(91, 95, 98)",
31
+ "borderShadowSubdued": "rgb(130, 135, 139)",
32
+ "divider": "rgb(69, 71, 73)",
33
+ "icon": "rgb(166, 172, 178)",
34
+ "iconHovered": "rgb(225, 227, 229)",
35
+ "iconPressed": "rgb(166, 172, 178)",
36
+ "iconDisabled": "rgb(84, 87, 90)",
37
+ "iconSubdued": "rgb(120, 125, 129)",
38
+ "text": "rgb(227, 229, 231)",
39
+ "textDisabled": "rgb(111, 115, 119)",
40
+ "textSubdued": "rgb(153, 159, 164)",
41
+ "interactive": "rgb(54, 163, 255)",
42
+ "interactiveDisabled": "rgb(38, 98, 182)",
43
+ "interactiveHovered": "rgb(103, 175, 255)",
44
+ "interactivePressed": "rgb(136, 188, 255)",
45
+ "focused": "rgb(38, 98, 182)",
46
+ "surfaceSelected": "rgb(2, 14, 35)",
47
+ "surfaceSelectedHovered": "rgb(7, 29, 61)",
48
+ "surfaceSelectedPressed": "rgb(13, 43, 86)",
49
+ "iconOnInteractive": "rgb(255, 255, 255)",
50
+ "textOnInteractive": "rgb(255, 255, 255)",
51
+ "actionSecondary": "rgb(77, 80, 83)",
52
+ "actionSecondaryDisabled": "rgb(32, 34, 35)",
53
+ "actionSecondaryHovered": "rgb(84, 87, 91)",
54
+ "actionSecondaryPressed": "rgb(96, 100, 103)",
55
+ "actionSecondaryDepressed": "rgb(123, 127, 132)",
56
+ "actionPrimary": "rgb(46, 113, 191)",
57
+ "actionPrimaryDisabled": "rgb(29, 76, 131)",
58
+ "actionPrimaryHovered": "rgb(56, 133, 223)",
59
+ "actionPrimaryPressed": "rgb(68, 146, 241)",
60
+ "actionPrimaryDepressed": "rgb(102, 159, 243)",
61
+ "iconOnPrimary": "rgb(247, 249, 254)",
62
+ "textOnPrimary": "rgb(255, 255, 255)",
63
+ "textPrimary": "rgb(52, 125, 211)",
64
+ "textPrimaryHovered": "rgb(59, 141, 236)",
65
+ "textPrimaryPressed": "rgb(96, 156, 242)",
66
+ "surfacePrimarySelected": "rgb(14, 17, 24)",
67
+ "surfacePrimarySelectedHovered": "rgb(42, 46, 56)",
68
+ "surfacePrimarySelectedPressed": "rgb(56, 62, 74)",
69
+ "borderCritical": "rgb(227, 47, 14)",
70
+ "borderCriticalSubdued": "rgb(227, 47, 14)",
71
+ "borderCriticalDisabled": "rgb(131, 23, 4)",
72
+ "iconCritical": "rgb(218, 45, 13)",
73
+ "surfaceCritical": "rgb(69, 7, 1)",
74
+ "surfaceCriticalSubdued": "rgb(69, 7, 1)",
75
+ "surfaceCriticalSubduedHovered": "rgb(68, 23, 20)",
76
+ "surfaceCriticalSubduedPressed": "rgb(107, 16, 3)",
77
+ "surfaceCriticalSubduedDepressed": "rgb(135, 24, 5)",
78
+ "textCritical": "rgb(233, 128, 122)",
79
+ "actionCritical": "rgb(205, 41, 12)",
80
+ "actionCriticalDisabled": "rgb(187, 37, 10)",
81
+ "actionCriticalHovered": "rgb(227, 47, 14)",
82
+ "actionCriticalPressed": "rgb(250, 53, 17)",
83
+ "actionCriticalDepressed": "rgb(253, 87, 73)",
84
+ "iconOnCritical": "rgb(255, 248, 247)",
85
+ "textOnCritical": "rgb(255, 255, 255)",
86
+ "interactiveCritical": "rgb(253, 114, 106)",
87
+ "interactiveCriticalDisabled": "rgb(254, 172, 168)",
88
+ "interactiveCriticalHovered": "rgb(253, 138, 132)",
89
+ "interactiveCriticalPressed": "rgb(253, 159, 155)",
90
+ "borderWarning": "rgb(153, 112, 0)",
91
+ "borderWarningSubdued": "rgb(153, 112, 0)",
92
+ "iconWarning": "rgb(104, 75, 0)",
93
+ "surfaceWarning": "rgb(153, 112, 0)",
94
+ "surfaceWarningSubdued": "rgb(77, 59, 29)",
95
+ "surfaceWarningSubduedHovered": "rgb(82, 63, 32)",
96
+ "surfaceWarningSubduedPressed": "rgb(87, 67, 34)",
97
+ "textWarning": "rgb(202, 149, 0)",
98
+ "borderHighlight": "rgb(68, 157, 167)",
99
+ "borderHighlightSubdued": "rgb(68, 157, 167)",
100
+ "iconHighlight": "rgb(44, 108, 115)",
101
+ "surfaceHighlight": "rgb(0, 105, 113)",
102
+ "surfaceHighlightSubdued": "rgb(18, 53, 57)",
103
+ "surfaceHighlightSubduedHovered": "rgb(20, 58, 62)",
104
+ "surfaceHighlightSubduedPressed": "rgb(24, 65, 70)",
105
+ "textHighlight": "rgb(162, 239, 250)",
106
+ "borderSuccess": "rgb(0, 135, 102)",
107
+ "borderSuccessSubdued": "rgb(0, 135, 102)",
108
+ "iconSuccess": "rgb(0, 94, 70)",
109
+ "surfaceSuccess": "rgb(0, 94, 70)",
110
+ "surfaceSuccessSubdued": "rgb(28, 53, 44)",
111
+ "surfaceSuccessSubduedHovered": "rgb(31, 58, 48)",
112
+ "surfaceSuccessSubduedPressed": "rgb(35, 65, 54)",
113
+ "textSuccess": "rgb(88, 173, 142)",
114
+ "decorativeOneIcon": "rgb(255, 186, 67)",
115
+ "decorativeOneSurface": "rgb(142, 102, 9)",
116
+ "decorativeOneText": "rgb(255, 255, 255)",
117
+ "decorativeTwoIcon": "rgb(245, 182, 192)",
118
+ "decorativeTwoSurface": "rgb(206, 88, 20)",
119
+ "decorativeTwoText": "rgb(255, 255, 255)",
120
+ "decorativeThreeIcon": "rgb(0, 227, 141)",
121
+ "decorativeThreeSurface": "rgb(0, 124, 90)",
122
+ "decorativeThreeText": "rgb(255, 255, 255)",
123
+ "decorativeFourIcon": "rgb(0, 221, 218)",
124
+ "decorativeFourSurface": "rgb(22, 124, 121)",
125
+ "decorativeFourText": "rgb(255, 255, 255)",
126
+ "decorativeFiveIcon": "rgb(244, 183, 191)",
127
+ "decorativeFiveSurface": "rgb(194, 51, 86)",
128
+ "decorativeFiveText": "rgb(255, 255, 255)"
129
+ }
@@ -0,0 +1,129 @@
1
+ :root {
2
+ --p-background: rgb(11, 12, 13);
3
+ --p-background-hovered: rgb(11, 12, 13);
4
+ --p-background-pressed: rgb(11, 12, 13);
5
+ --p-background-selected: rgb(11, 12, 13);
6
+ --p-surface: rgb(32, 33, 35);
7
+ --p-surface-neutral: rgb(49, 51, 53);
8
+ --p-surface-neutral-hovered: rgb(49, 51, 53);
9
+ --p-surface-neutral-pressed: rgb(49, 51, 53);
10
+ --p-surface-neutral-disabled: rgb(49, 51, 53);
11
+ --p-surface-neutral-subdued: rgb(68, 71, 74);
12
+ --p-surface-subdued: rgb(26, 28, 29);
13
+ --p-surface-disabled: rgb(26, 28, 29);
14
+ --p-surface-hovered: rgb(47, 49, 51);
15
+ --p-surface-pressed: rgb(62, 64, 67);
16
+ --p-surface-depressed: rgb(80, 83, 86);
17
+ --p-backdrop: rgba(0, 0, 0, 0.5);
18
+ --p-overlay: rgba(33, 33, 33, 0.5);
19
+ --p-shadow-from-dim-light: rgba(255, 255, 255, 0.2);
20
+ --p-shadow-from-ambient-light: rgba(23, 24, 24, 0.05);
21
+ --p-shadow-from-direct-light: rgba(255, 255, 255, 0.15);
22
+ --p-hint-from-direct-light: rgba(185, 185, 185, 0.2);
23
+ --p-on-surface-background: rgb(47, 49, 51);
24
+ --p-border: rgb(80, 83, 86);
25
+ --p-border-neutral-subdued: rgb(130, 135, 139);
26
+ --p-border-hovered: rgb(80, 83, 86);
27
+ --p-border-disabled: rgb(103, 107, 111);
28
+ --p-border-subdued: rgb(130, 135, 139);
29
+ --p-border-depressed: rgb(142, 145, 145);
30
+ --p-border-shadow: rgb(91, 95, 98);
31
+ --p-border-shadow-subdued: rgb(130, 135, 139);
32
+ --p-divider: rgb(69, 71, 73);
33
+ --p-icon: rgb(166, 172, 178);
34
+ --p-icon-hovered: rgb(225, 227, 229);
35
+ --p-icon-pressed: rgb(166, 172, 178);
36
+ --p-icon-disabled: rgb(84, 87, 90);
37
+ --p-icon-subdued: rgb(120, 125, 129);
38
+ --p-text: rgb(227, 229, 231);
39
+ --p-text-disabled: rgb(111, 115, 119);
40
+ --p-text-subdued: rgb(153, 159, 164);
41
+ --p-interactive: rgb(54, 163, 255);
42
+ --p-interactive-disabled: rgb(38, 98, 182);
43
+ --p-interactive-hovered: rgb(103, 175, 255);
44
+ --p-interactive-pressed: rgb(136, 188, 255);
45
+ --p-focused: rgb(38, 98, 182);
46
+ --p-surface-selected: rgb(2, 14, 35);
47
+ --p-surface-selected-hovered: rgb(7, 29, 61);
48
+ --p-surface-selected-pressed: rgb(13, 43, 86);
49
+ --p-icon-on-interactive: rgb(255, 255, 255);
50
+ --p-text-on-interactive: rgb(255, 255, 255);
51
+ --p-action-secondary: rgb(77, 80, 83);
52
+ --p-action-secondary-disabled: rgb(32, 34, 35);
53
+ --p-action-secondary-hovered: rgb(84, 87, 91);
54
+ --p-action-secondary-pressed: rgb(96, 100, 103);
55
+ --p-action-secondary-depressed: rgb(123, 127, 132);
56
+ --p-action-primary: rgb(46, 113, 191);
57
+ --p-action-primary-disabled: rgb(29, 76, 131);
58
+ --p-action-primary-hovered: rgb(56, 133, 223);
59
+ --p-action-primary-pressed: rgb(68, 146, 241);
60
+ --p-action-primary-depressed: rgb(102, 159, 243);
61
+ --p-icon-on-primary: rgb(247, 249, 254);
62
+ --p-text-on-primary: rgb(255, 255, 255);
63
+ --p-text-primary: rgb(52, 125, 211);
64
+ --p-text-primary-hovered: rgb(59, 141, 236);
65
+ --p-text-primary-pressed: rgb(96, 156, 242);
66
+ --p-surface-primary-selected: rgb(14, 17, 24);
67
+ --p-surface-primary-selected-hovered: rgb(42, 46, 56);
68
+ --p-surface-primary-selected-pressed: rgb(56, 62, 74);
69
+ --p-border-critical: rgb(227, 47, 14);
70
+ --p-border-critical-subdued: rgb(227, 47, 14);
71
+ --p-border-critical-disabled: rgb(131, 23, 4);
72
+ --p-icon-critical: rgb(218, 45, 13);
73
+ --p-surface-critical: rgb(69, 7, 1);
74
+ --p-surface-critical-subdued: rgb(69, 7, 1);
75
+ --p-surface-critical-subdued-hovered: rgb(68, 23, 20);
76
+ --p-surface-critical-subdued-pressed: rgb(107, 16, 3);
77
+ --p-surface-critical-subdued-depressed: rgb(135, 24, 5);
78
+ --p-text-critical: rgb(233, 128, 122);
79
+ --p-action-critical: rgb(205, 41, 12);
80
+ --p-action-critical-disabled: rgb(187, 37, 10);
81
+ --p-action-critical-hovered: rgb(227, 47, 14);
82
+ --p-action-critical-pressed: rgb(250, 53, 17);
83
+ --p-action-critical-depressed: rgb(253, 87, 73);
84
+ --p-icon-on-critical: rgb(255, 248, 247);
85
+ --p-text-on-critical: rgb(255, 255, 255);
86
+ --p-interactive-critical: rgb(253, 114, 106);
87
+ --p-interactive-critical-disabled: rgb(254, 172, 168);
88
+ --p-interactive-critical-hovered: rgb(253, 138, 132);
89
+ --p-interactive-critical-pressed: rgb(253, 159, 155);
90
+ --p-border-warning: rgb(153, 112, 0);
91
+ --p-border-warning-subdued: rgb(153, 112, 0);
92
+ --p-icon-warning: rgb(104, 75, 0);
93
+ --p-surface-warning: rgb(153, 112, 0);
94
+ --p-surface-warning-subdued: rgb(77, 59, 29);
95
+ --p-surface-warning-subdued-hovered: rgb(82, 63, 32);
96
+ --p-surface-warning-subdued-pressed: rgb(87, 67, 34);
97
+ --p-text-warning: rgb(202, 149, 0);
98
+ --p-border-highlight: rgb(68, 157, 167);
99
+ --p-border-highlight-subdued: rgb(68, 157, 167);
100
+ --p-icon-highlight: rgb(44, 108, 115);
101
+ --p-surface-highlight: rgb(0, 105, 113);
102
+ --p-surface-highlight-subdued: rgb(18, 53, 57);
103
+ --p-surface-highlight-subdued-hovered: rgb(20, 58, 62);
104
+ --p-surface-highlight-subdued-pressed: rgb(24, 65, 70);
105
+ --p-text-highlight: rgb(162, 239, 250);
106
+ --p-border-success: rgb(0, 135, 102);
107
+ --p-border-success-subdued: rgb(0, 135, 102);
108
+ --p-icon-success: rgb(0, 94, 70);
109
+ --p-surface-success: rgb(0, 94, 70);
110
+ --p-surface-success-subdued: rgb(28, 53, 44);
111
+ --p-surface-success-subdued-hovered: rgb(31, 58, 48);
112
+ --p-surface-success-subdued-pressed: rgb(35, 65, 54);
113
+ --p-text-success: rgb(88, 173, 142);
114
+ --p-decorative-one-icon: rgb(255, 186, 67);
115
+ --p-decorative-one-surface: rgb(142, 102, 9);
116
+ --p-decorative-one-text: rgb(255, 255, 255);
117
+ --p-decorative-two-icon: rgb(245, 182, 192);
118
+ --p-decorative-two-surface: rgb(206, 88, 20);
119
+ --p-decorative-two-text: rgb(255, 255, 255);
120
+ --p-decorative-three-icon: rgb(0, 227, 141);
121
+ --p-decorative-three-surface: rgb(0, 124, 90);
122
+ --p-decorative-three-text: rgb(255, 255, 255);
123
+ --p-decorative-four-icon: rgb(0, 221, 218);
124
+ --p-decorative-four-surface: rgb(22, 124, 121);
125
+ --p-decorative-four-text: rgb(255, 255, 255);
126
+ --p-decorative-five-icon: rgb(244, 183, 191);
127
+ --p-decorative-five-surface: rgb(194, 51, 86);
128
+ --p-decorative-five-text: rgb(255, 255, 255);
129
+ }
@@ -0,0 +1,130 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <resources>
3
+ <color name="polaris_action_critical">#ffd82c0d</color>
4
+ <color name="polaris_action_critical_depressed">#ff6c0f00</color>
5
+ <color name="polaris_action_critical_disabled">#fff1f1f1</color>
6
+ <color name="polaris_action_critical_hovered">#ffbc2200</color>
7
+ <color name="polaris_action_critical_pressed">#ffa21b00</color>
8
+ <color name="polaris_action_primary">#ff2e71bf</color>
9
+ <color name="polaris_action_primary_depressed">#ff12355f</color>
10
+ <color name="polaris_action_primary_disabled">#fff1f1f1</color>
11
+ <color name="polaris_action_primary_hovered">#ff2762a6</color>
12
+ <color name="polaris_action_primary_pressed">#ff20538f</color>
13
+ <color name="polaris_action_secondary">#ffffffff</color>
14
+ <color name="polaris_action_secondary_depressed">#ff6d7175</color>
15
+ <color name="polaris_action_secondary_disabled">#ffffffff</color>
16
+ <color name="polaris_action_secondary_hovered">#fff6f6f7</color>
17
+ <color name="polaris_action_secondary_pressed">#fff1f2f3</color>
18
+ <color name="polaris_backdrop">#80000000</color>
19
+ <color name="polaris_background">#fff6f6f7</color>
20
+ <color name="polaris_background_hovered">#fff1f2f3</color>
21
+ <color name="polaris_background_pressed">#ffedeeef</color>
22
+ <color name="polaris_background_selected">#ffedeeef</color>
23
+ <color name="polaris_border">#ff8c9196</color>
24
+ <color name="polaris_border_critical">#fffd5749</color>
25
+ <color name="polaris_border_critical_disabled">#ffffa7a3</color>
26
+ <color name="polaris_border_critical_subdued">#ffe0b3b2</color>
27
+ <color name="polaris_border_depressed">#ff575959</color>
28
+ <color name="polaris_border_disabled">#ffd2d5d8</color>
29
+ <color name="polaris_border_highlight">#ff449da7</color>
30
+ <color name="polaris_border_highlight_subdued">#ff98c6cd</color>
31
+ <color name="polaris_border_hovered">#ff999ea4</color>
32
+ <color name="polaris_border_neutral_subdued">#ffbabfc3</color>
33
+ <color name="polaris_border_shadow">#ffaeb4b9</color>
34
+ <color name="polaris_border_shadow_subdued">#ffbabfc4</color>
35
+ <color name="polaris_border_subdued">#ffc9cccf</color>
36
+ <color name="polaris_border_success">#ff00a47c</color>
37
+ <color name="polaris_border_success_subdued">#ff95c9b4</color>
38
+ <color name="polaris_border_warning">#ffb98900</color>
39
+ <color name="polaris_border_warning_subdued">#ffe1b878</color>
40
+ <color name="polaris_decorative_five_icon">#ffae2b4c</color>
41
+ <color name="polaris_decorative_five_surface">#fffdc9d0</color>
42
+ <color name="polaris_decorative_five_text">#ff4f0e1f</color>
43
+ <color name="polaris_decorative_four_icon">#ff006a68</color>
44
+ <color name="polaris_decorative_four_surface">#ff91e0d6</color>
45
+ <color name="polaris_decorative_four_text">#ff002d2d</color>
46
+ <color name="polaris_decorative_one_icon">#ff7e5700</color>
47
+ <color name="polaris_decorative_one_surface">#ffffc96b</color>
48
+ <color name="polaris_decorative_one_text">#ff3d2800</color>
49
+ <color name="polaris_decorative_three_icon">#ff006d41</color>
50
+ <color name="polaris_decorative_three_surface">#ff92e6b5</color>
51
+ <color name="polaris_decorative_three_text">#ff002f19</color>
52
+ <color name="polaris_decorative_two_icon">#ffaf294e</color>
53
+ <color name="polaris_decorative_two_surface">#ffffc4b0</color>
54
+ <color name="polaris_decorative_two_text">#ff490b1c</color>
55
+ <color name="polaris_divider">#ffe1e3e5</color>
56
+ <color name="polaris_focused">#ff458fff</color>
57
+ <color name="polaris_hint_from_direct_light">#26000000</color>
58
+ <color name="polaris_icon">#ff5c5f62</color>
59
+ <color name="polaris_icon_critical">#ffd72c0d</color>
60
+ <color name="polaris_icon_disabled">#ffbabec3</color>
61
+ <color name="polaris_icon_highlight">#ff00a0ac</color>
62
+ <color name="polaris_icon_hovered">#ff1a1c1d</color>
63
+ <color name="polaris_icon_on_critical">#ffffffff</color>
64
+ <color name="polaris_icon_on_interactive">#ffffffff</color>
65
+ <color name="polaris_icon_on_primary">#ffffffff</color>
66
+ <color name="polaris_icon_pressed">#ff44474a</color>
67
+ <color name="polaris_icon_subdued">#ff8c9196</color>
68
+ <color name="polaris_icon_success">#ff007f5f</color>
69
+ <color name="polaris_icon_warning">#ffb98900</color>
70
+ <color name="polaris_interactive">#ff2c6ecb</color>
71
+ <color name="polaris_interactive_critical">#ffd82c0d</color>
72
+ <color name="polaris_interactive_critical_disabled">#fffd938d</color>
73
+ <color name="polaris_interactive_critical_hovered">#ffcd290c</color>
74
+ <color name="polaris_interactive_critical_pressed">#ff670f03</color>
75
+ <color name="polaris_interactive_disabled">#ffbdc1cc</color>
76
+ <color name="polaris_interactive_hovered">#ff1f5199</color>
77
+ <color name="polaris_interactive_pressed">#ff103262</color>
78
+ <color name="polaris_on_surface_background">#fff1f2f3</color>
79
+ <color name="polaris_overlay">#80ffffff</color>
80
+ <color name="polaris_shadow_from_ambient_light">#0d171818</color>
81
+ <color name="polaris_shadow_from_dim_light">#33000000</color>
82
+ <color name="polaris_shadow_from_direct_light">#26000000</color>
83
+ <color name="polaris_surface">#ffffffff</color>
84
+ <color name="polaris_surface_critical">#fffed3d1</color>
85
+ <color name="polaris_surface_critical_subdued">#fffff4f4</color>
86
+ <color name="polaris_surface_critical_subdued_depressed">#fffebcb9</color>
87
+ <color name="polaris_surface_critical_subdued_hovered">#fffff0f0</color>
88
+ <color name="polaris_surface_critical_subdued_pressed">#ffffe9e8</color>
89
+ <color name="polaris_surface_depressed">#ffedeeef</color>
90
+ <color name="polaris_surface_disabled">#fffafbfb</color>
91
+ <color name="polaris_surface_highlight">#ffa4e8f2</color>
92
+ <color name="polaris_surface_highlight_subdued">#ffebf9fc</color>
93
+ <color name="polaris_surface_highlight_subdued_hovered">#ffe4f7fa</color>
94
+ <color name="polaris_surface_highlight_subdued_pressed">#ffd5f3f8</color>
95
+ <color name="polaris_surface_hovered">#fff6f6f7</color>
96
+ <color name="polaris_surface_neutral">#ffe4e5e7</color>
97
+ <color name="polaris_surface_neutral_disabled">#fff1f2f3</color>
98
+ <color name="polaris_surface_neutral_hovered">#ffdbdddf</color>
99
+ <color name="polaris_surface_neutral_pressed">#ffc9ccd0</color>
100
+ <color name="polaris_surface_neutral_subdued">#fff6f6f7</color>
101
+ <color name="polaris_surface_pressed">#fff1f2f3</color>
102
+ <color name="polaris_surface_primary_selected">#fff6f6f8</color>
103
+ <color name="polaris_surface_primary_selected_hovered">#ffc4c9d6</color>
104
+ <color name="polaris_surface_primary_selected_pressed">#ffafb6c7</color>
105
+ <color name="polaris_surface_selected">#fff2f7fe</color>
106
+ <color name="polaris_surface_selected_hovered">#ffedf4fe</color>
107
+ <color name="polaris_surface_selected_pressed">#ffe5effd</color>
108
+ <color name="polaris_surface_subdued">#fffafbfb</color>
109
+ <color name="polaris_surface_success">#ffaee9d1</color>
110
+ <color name="polaris_surface_success_subdued">#fff1f8f5</color>
111
+ <color name="polaris_surface_success_subdued_hovered">#ffecf6f1</color>
112
+ <color name="polaris_surface_success_subdued_pressed">#ffe2f1ea</color>
113
+ <color name="polaris_surface_warning">#ffffd79d</color>
114
+ <color name="polaris_surface_warning_subdued">#fffff5ea</color>
115
+ <color name="polaris_surface_warning_subdued_hovered">#fffff2e2</color>
116
+ <color name="polaris_surface_warning_subdued_pressed">#ffffebd3</color>
117
+ <color name="polaris_text">#ff202223</color>
118
+ <color name="polaris_text_critical">#ffd72c0d</color>
119
+ <color name="polaris_text_disabled">#ff8c9196</color>
120
+ <color name="polaris_text_highlight">#ff347c84</color>
121
+ <color name="polaris_text_on_critical">#ffffffff</color>
122
+ <color name="polaris_text_on_interactive">#ffffffff</color>
123
+ <color name="polaris_text_on_primary">#ffffffff</color>
124
+ <color name="polaris_text_primary">#ff2c6db9</color>
125
+ <color name="polaris_text_primary_hovered">#ff265fa2</color>
126
+ <color name="polaris_text_primary_pressed">#ff1f518b</color>
127
+ <color name="polaris_text_subdued">#ff6d7175</color>
128
+ <color name="polaris_text_success">#ff008060</color>
129
+ <color name="polaris_text_warning">#ff916a00</color>
130
+ </resources>
@@ -0,0 +1,637 @@
1
+ [
2
+ {
3
+ "name": "background",
4
+ "value": {"r": 246, "g": 246, "b": 247, "a": 1},
5
+ "figmaName": "Background/Default"
6
+ },
7
+ {
8
+ "name": "backgroundHovered",
9
+ "value": {"r": 241, "g": 242, "b": 243, "a": 1},
10
+ "figmaName": "Background/Hovered"
11
+ },
12
+ {
13
+ "name": "backgroundPressed",
14
+ "value": {"r": 237, "g": 238, "b": 239, "a": 1},
15
+ "figmaName": "Background/Pressed"
16
+ },
17
+ {
18
+ "name": "backgroundSelected",
19
+ "value": {"r": 237, "g": 238, "b": 239, "a": 1},
20
+ "figmaName": "Background/Selected"
21
+ },
22
+ {
23
+ "name": "surface",
24
+ "value": {"r": 255, "g": 255, "b": 255, "a": 1},
25
+ "figmaName": "Surface/Default"
26
+ },
27
+ {
28
+ "name": "surfaceNeutral",
29
+ "value": {"r": 228, "g": 229, "b": 231, "a": 1},
30
+ "figmaName": "Surface Neutral/Default"
31
+ },
32
+ {
33
+ "name": "surfaceNeutralHovered",
34
+ "value": {"r": 219, "g": 221, "b": 223, "a": 1},
35
+ "figmaName": "Surface Neutral/Hovered"
36
+ },
37
+ {
38
+ "name": "surfaceNeutralPressed",
39
+ "value": {"r": 201, "g": 204, "b": 208, "a": 1},
40
+ "figmaName": "Surface Neutral/Pressed"
41
+ },
42
+ {
43
+ "name": "surfaceNeutralDisabled",
44
+ "value": {"r": 241, "g": 242, "b": 243, "a": 1},
45
+ "figmaName": "Surface Neutral/Disabled"
46
+ },
47
+ {
48
+ "name": "surfaceNeutralSubdued",
49
+ "value": {"r": 246, "g": 246, "b": 247, "a": 1},
50
+ "figmaName": "Surface Neutral/Subdued"
51
+ },
52
+ {
53
+ "name": "surfaceSubdued",
54
+ "value": {"r": 250, "g": 251, "b": 251, "a": 1},
55
+ "figmaName": "Surface/Subdued"
56
+ },
57
+ {
58
+ "name": "surfaceDisabled",
59
+ "value": {"r": 250, "g": 251, "b": 251, "a": 1},
60
+ "figmaName": "Surface/Disabled"
61
+ },
62
+ {
63
+ "name": "surfaceHovered",
64
+ "value": {"r": 246, "g": 246, "b": 247, "a": 1},
65
+ "figmaName": "Surface/Hovered"
66
+ },
67
+ {
68
+ "name": "surfacePressed",
69
+ "value": {"r": 241, "g": 242, "b": 243, "a": 1},
70
+ "figmaName": "Surface/Pressed"
71
+ },
72
+ {
73
+ "name": "surfaceDepressed",
74
+ "value": {"r": 237, "g": 238, "b": 239, "a": 1},
75
+ "figmaName": "Surface/Depressed"
76
+ },
77
+ {
78
+ "name": "backdrop",
79
+ "value": {"r": 0, "g": 0, "b": 0, "a": 0.5},
80
+ "figmaName": "Backdrop"
81
+ },
82
+ {
83
+ "name": "overlay",
84
+ "value": {"r": 255, "g": 255, "b": 255, "a": 0.5},
85
+ "figmaName": "Overlay"
86
+ },
87
+ {
88
+ "name": "shadowFromDimLight",
89
+ "value": {"r": 0, "g": 0, "b": 0, "a": 0.2},
90
+ "figmaName": "Shadow/From dim light"
91
+ },
92
+ {
93
+ "name": "shadowFromAmbientLight",
94
+ "value": {"r": 23, "g": 24, "b": 24, "a": 0.05},
95
+ "figmaName": "Shadow/From ambient light"
96
+ },
97
+ {
98
+ "name": "shadowFromDirectLight",
99
+ "value": {"r": 0, "g": 0, "b": 0, "a": 0.15},
100
+ "figmaName": "Shadow/From direct light"
101
+ },
102
+ {
103
+ "name": "hintFromDirectLight",
104
+ "value": {"r": 0, "g": 0, "b": 0, "a": 0.15},
105
+ "figmaName": "Hint/From direct light"
106
+ },
107
+ {
108
+ "name": "onSurfaceBackground",
109
+ "value": {"r": 241, "g": 242, "b": 243, "a": 1},
110
+ "figmaName": "Background/Default"
111
+ },
112
+ {
113
+ "name": "border",
114
+ "value": {"r": 140, "g": 145, "b": 150, "a": 1},
115
+ "figmaName": "Border/Default"
116
+ },
117
+ {
118
+ "name": "borderNeutralSubdued",
119
+ "value": {"r": 186, "g": 191, "b": 195, "a": 1},
120
+ "figmaName": "Border Neutral/Subdued"
121
+ },
122
+ {
123
+ "name": "borderHovered",
124
+ "value": {"r": 153, "g": 158, "b": 164, "a": 1},
125
+ "figmaName": "Border/Hovered"
126
+ },
127
+ {
128
+ "name": "borderDisabled",
129
+ "value": {"r": 210, "g": 213, "b": 216, "a": 1},
130
+ "figmaName": "Border/Disabled"
131
+ },
132
+ {
133
+ "name": "borderSubdued",
134
+ "value": {"r": 201, "g": 204, "b": 207, "a": 1},
135
+ "figmaName": "Border/Subdued"
136
+ },
137
+ {
138
+ "name": "borderDepressed",
139
+ "value": {"r": 87, "g": 89, "b": 89, "a": 1},
140
+ "figmaName": "Border/Depressed"
141
+ },
142
+ {
143
+ "name": "borderShadow",
144
+ "value": {"r": 174, "g": 180, "b": 185, "a": 1},
145
+ "figmaName": "BorderShadow"
146
+ },
147
+ {
148
+ "name": "borderShadowSubdued",
149
+ "value": {"r": 186, "g": 191, "b": 196, "a": 1},
150
+ "figmaName": "BorderShadow/Subdued"
151
+ },
152
+ {
153
+ "name": "divider",
154
+ "value": {"r": 225, "g": 227, "b": 229, "a": 1},
155
+ "figmaName": "Divider"
156
+ },
157
+ {
158
+ "name": "icon",
159
+ "value": {"r": 92, "g": 95, "b": 98, "a": 1},
160
+ "figmaName": "Icon/Default"
161
+ },
162
+ {
163
+ "name": "iconHovered",
164
+ "value": {"r": 26, "g": 28, "b": 29, "a": 1},
165
+ "figmaName": "Icon/Hovered"
166
+ },
167
+ {
168
+ "name": "iconPressed",
169
+ "value": {"r": 68, "g": 71, "b": 74, "a": 1},
170
+ "figmaName": "Icon/Pressed"
171
+ },
172
+ {
173
+ "name": "iconDisabled",
174
+ "value": {"r": 186, "g": 190, "b": 195, "a": 1},
175
+ "figmaName": "Icon/Disabled"
176
+ },
177
+ {
178
+ "name": "iconSubdued",
179
+ "value": {"r": 140, "g": 145, "b": 150, "a": 1},
180
+ "figmaName": "Icon/Subdued"
181
+ },
182
+ {
183
+ "name": "text",
184
+ "value": {"r": 32, "g": 34, "b": 35, "a": 1},
185
+ "figmaName": "Text/Default"
186
+ },
187
+ {
188
+ "name": "textDisabled",
189
+ "value": {"r": 140, "g": 145, "b": 150, "a": 1},
190
+ "figmaName": "Text/Disabled"
191
+ },
192
+ {
193
+ "name": "textSubdued",
194
+ "value": {"r": 109, "g": 113, "b": 117, "a": 1},
195
+ "figmaName": "Text/Subdued"
196
+ },
197
+ {
198
+ "name": "interactive",
199
+ "value": {"r": 44, "g": 110, "b": 203, "a": 1},
200
+ "figmaName": "Interactive/Default"
201
+ },
202
+ {
203
+ "name": "interactiveDisabled",
204
+ "value": {"r": 189, "g": 193, "b": 204, "a": 1},
205
+ "figmaName": "Interactive/Disabled"
206
+ },
207
+ {
208
+ "name": "interactiveHovered",
209
+ "value": {"r": 31, "g": 81, "b": 153, "a": 1},
210
+ "figmaName": "Interactive/Hovered"
211
+ },
212
+ {
213
+ "name": "interactivePressed",
214
+ "value": {"r": 16, "g": 50, "b": 98, "a": 1},
215
+ "figmaName": "Interactive/Pressed"
216
+ },
217
+ {
218
+ "name": "focused",
219
+ "value": {"r": 69, "g": 143, "b": 255, "a": 1},
220
+ "figmaName": "Focused/Default"
221
+ },
222
+ {
223
+ "name": "surfaceSelected",
224
+ "value": {"r": 242, "g": 247, "b": 254, "a": 1},
225
+ "figmaName": "Surface Selected/Default"
226
+ },
227
+ {
228
+ "name": "surfaceSelectedHovered",
229
+ "value": {"r": 237, "g": 244, "b": 254, "a": 1},
230
+ "figmaName": "Surface Selected/Hovered"
231
+ },
232
+ {
233
+ "name": "surfaceSelectedPressed",
234
+ "value": {"r": 229, "g": 239, "b": 253, "a": 1},
235
+ "figmaName": "Surface Selected/Pressed"
236
+ },
237
+ {
238
+ "name": "iconOnInteractive",
239
+ "value": {"r": 255, "g": 255, "b": 255, "a": 1},
240
+ "figmaName": "Icon On/Interactive"
241
+ },
242
+ {
243
+ "name": "textOnInteractive",
244
+ "value": {"r": 255, "g": 255, "b": 255, "a": 1},
245
+ "figmaName": "Text On/Interactive"
246
+ },
247
+ {
248
+ "name": "actionSecondary",
249
+ "value": {"r": 255, "g": 255, "b": 255, "a": 1},
250
+ "figmaName": "Action Secondary/Default"
251
+ },
252
+ {
253
+ "name": "actionSecondaryDisabled",
254
+ "value": {"r": 255, "g": 255, "b": 255, "a": 1},
255
+ "figmaName": "Action Secondary/Disabled"
256
+ },
257
+ {
258
+ "name": "actionSecondaryHovered",
259
+ "value": {"r": 246, "g": 246, "b": 247, "a": 1},
260
+ "figmaName": "Action Secondary/Hovered"
261
+ },
262
+ {
263
+ "name": "actionSecondaryPressed",
264
+ "value": {"r": 241, "g": 242, "b": 243, "a": 1},
265
+ "figmaName": "Action Secondary/Pressed"
266
+ },
267
+ {
268
+ "name": "actionSecondaryDepressed",
269
+ "value": {"r": 109, "g": 113, "b": 117, "a": 1},
270
+ "figmaName": "Action Secondary/Depressed"
271
+ },
272
+ {
273
+ "name": "actionPrimary",
274
+ "value": {"r": 46, "g": 113, "b": 191, "a": 1},
275
+ "figmaName": "Action Primary/Default"
276
+ },
277
+ {
278
+ "name": "actionPrimaryDisabled",
279
+ "value": {"r": 241, "g": 241, "b": 241, "a": 1},
280
+ "figmaName": "Action Primary/Disabled"
281
+ },
282
+ {
283
+ "name": "actionPrimaryHovered",
284
+ "value": {"r": 39, "g": 98, "b": 166, "a": 1},
285
+ "figmaName": "Action Primary/Hovered"
286
+ },
287
+ {
288
+ "name": "actionPrimaryPressed",
289
+ "value": {"r": 32, "g": 83, "b": 143, "a": 1},
290
+ "figmaName": "Action Primary/Pressed"
291
+ },
292
+ {
293
+ "name": "actionPrimaryDepressed",
294
+ "value": {"r": 18, "g": 53, "b": 95, "a": 1},
295
+ "figmaName": "Action Primary/Depressed"
296
+ },
297
+ {
298
+ "name": "iconOnPrimary",
299
+ "value": {"r": 255, "g": 255, "b": 255, "a": 1},
300
+ "figmaName": "Icon On/Primary"
301
+ },
302
+ {
303
+ "name": "textOnPrimary",
304
+ "value": {"r": 255, "g": 255, "b": 255, "a": 1},
305
+ "figmaName": "Text On/Primary"
306
+ },
307
+ {
308
+ "name": "textPrimary",
309
+ "value": {"r": 44, "g": 109, "b": 185, "a": 1},
310
+ "figmaName": "Text Primary/Default"
311
+ },
312
+ {
313
+ "name": "textPrimaryHovered",
314
+ "value": {"r": 38, "g": 95, "b": 162, "a": 1},
315
+ "figmaName": "Text Primary/hover"
316
+ },
317
+ {
318
+ "name": "textPrimaryPressed",
319
+ "value": {"r": 31, "g": 81, "b": 139, "a": 1},
320
+ "figmaName": "Text Primary/Pressed"
321
+ },
322
+ {
323
+ "name": "surfacePrimarySelected",
324
+ "value": {"r": 246, "g": 246, "b": 248, "a": 1},
325
+ "figmaName": "Surface Primary/Selected"
326
+ },
327
+ {
328
+ "name": "surfacePrimarySelectedHovered",
329
+ "value": {"r": 196, "g": 201, "b": 214, "a": 1},
330
+ "figmaName": "Surface Primary/Selected Hovered"
331
+ },
332
+ {
333
+ "name": "surfacePrimarySelectedPressed",
334
+ "value": {"r": 175, "g": 182, "b": 199, "a": 1},
335
+ "figmaName": "Surface Primary/Selected Pressed"
336
+ },
337
+ {
338
+ "name": "borderCritical",
339
+ "value": {"r": 253, "g": 87, "b": 73, "a": 1},
340
+ "figmaName": "Border Critical/Default"
341
+ },
342
+ {
343
+ "name": "borderCriticalSubdued",
344
+ "value": {"r": 224, "g": 179, "b": 178, "a": 1},
345
+ "figmaName": "Border Critical/Subdued"
346
+ },
347
+ {
348
+ "name": "borderCriticalDisabled",
349
+ "value": {"r": 255, "g": 167, "b": 163, "a": 1},
350
+ "figmaName": "Border Critical/Disabled"
351
+ },
352
+ {
353
+ "name": "iconCritical",
354
+ "value": {"r": 215, "g": 44, "b": 13, "a": 1},
355
+ "figmaName": "Icon/Critical"
356
+ },
357
+ {
358
+ "name": "surfaceCritical",
359
+ "value": {"r": 254, "g": 211, "b": 209, "a": 1},
360
+ "figmaName": "Surface Critical/Default"
361
+ },
362
+ {
363
+ "name": "surfaceCriticalSubdued",
364
+ "value": {"r": 255, "g": 244, "b": 244, "a": 1},
365
+ "figmaName": "Surface Critical/Subdued"
366
+ },
367
+ {
368
+ "name": "surfaceCriticalSubduedHovered",
369
+ "value": {"r": 255, "g": 240, "b": 240, "a": 1},
370
+ "figmaName": "Surface Critical/Subdued Hovered"
371
+ },
372
+ {
373
+ "name": "surfaceCriticalSubduedPressed",
374
+ "value": {"r": 255, "g": 233, "b": 232, "a": 1},
375
+ "figmaName": "Surface Critical/Subdued Pressed"
376
+ },
377
+ {
378
+ "name": "surfaceCriticalSubduedDepressed",
379
+ "value": {"r": 254, "g": 188, "b": 185, "a": 1},
380
+ "figmaName": "Surface Critical/Subdued Depressed"
381
+ },
382
+ {
383
+ "name": "textCritical",
384
+ "value": {"r": 215, "g": 44, "b": 13, "a": 1},
385
+ "figmaName": "Text/Critical"
386
+ },
387
+ {
388
+ "name": "actionCritical",
389
+ "value": {"r": 216, "g": 44, "b": 13, "a": 1},
390
+ "figmaName": "Action Critical/Default"
391
+ },
392
+ {
393
+ "name": "actionCriticalDisabled",
394
+ "value": {"r": 241, "g": 241, "b": 241, "a": 1},
395
+ "figmaName": "Action Critical/Disabled"
396
+ },
397
+ {
398
+ "name": "actionCriticalHovered",
399
+ "value": {"r": 188, "g": 34, "b": 0, "a": 1},
400
+ "figmaName": "Action Critical/Hovered"
401
+ },
402
+ {
403
+ "name": "actionCriticalPressed",
404
+ "value": {"r": 162, "g": 27, "b": 0, "a": 1},
405
+ "figmaName": "Action Critical/Pressed"
406
+ },
407
+ {
408
+ "name": "actionCriticalDepressed",
409
+ "value": {"r": 108, "g": 15, "b": 0, "a": 1},
410
+ "figmaName": "Action Critical/Depressed"
411
+ },
412
+ {
413
+ "name": "iconOnCritical",
414
+ "value": {"r": 255, "g": 255, "b": 255, "a": 1},
415
+ "figmaName": "Icon On/Critical"
416
+ },
417
+ {
418
+ "name": "textOnCritical",
419
+ "value": {"r": 255, "g": 255, "b": 255, "a": 1},
420
+ "figmaName": "Text On/Critical"
421
+ },
422
+ {
423
+ "name": "interactiveCritical",
424
+ "value": {"r": 216, "g": 44, "b": 13, "a": 1},
425
+ "figmaName": "Interactive/Critical"
426
+ },
427
+ {
428
+ "name": "interactiveCriticalDisabled",
429
+ "value": {"r": 253, "g": 147, "b": 141, "a": 1},
430
+ "figmaName": "Interactive/Critical Disabled"
431
+ },
432
+ {
433
+ "name": "interactiveCriticalHovered",
434
+ "value": {"r": 205, "g": 41, "b": 12, "a": 1},
435
+ "figmaName": "Interactive/Critical Hovered"
436
+ },
437
+ {
438
+ "name": "interactiveCriticalPressed",
439
+ "value": {"r": 103, "g": 15, "b": 3, "a": 1},
440
+ "figmaName": "Interactive/Critical Pressed"
441
+ },
442
+ {
443
+ "name": "borderWarning",
444
+ "value": {"r": 185, "g": 137, "b": 0, "a": 1},
445
+ "figmaName": "Border Warning/Default"
446
+ },
447
+ {
448
+ "name": "borderWarningSubdued",
449
+ "value": {"r": 225, "g": 184, "b": 120, "a": 1},
450
+ "figmaName": "Border Warning/Subdued"
451
+ },
452
+ {
453
+ "name": "iconWarning",
454
+ "value": {"r": 185, "g": 137, "b": 0, "a": 1},
455
+ "figmaName": "Icon/Warning"
456
+ },
457
+ {
458
+ "name": "surfaceWarning",
459
+ "value": {"r": 255, "g": 215, "b": 157, "a": 1},
460
+ "figmaName": "Surface Warning/Default"
461
+ },
462
+ {
463
+ "name": "surfaceWarningSubdued",
464
+ "value": {"r": 255, "g": 245, "b": 234, "a": 1},
465
+ "figmaName": "Surface Warning/Subdued"
466
+ },
467
+ {
468
+ "name": "surfaceWarningSubduedHovered",
469
+ "value": {"r": 255, "g": 242, "b": 226, "a": 1},
470
+ "figmaName": "Surface Warning/Subdued Hovered"
471
+ },
472
+ {
473
+ "name": "surfaceWarningSubduedPressed",
474
+ "value": {"r": 255, "g": 235, "b": 211, "a": 1},
475
+ "figmaName": "Surface Warning/Subdued Pressed"
476
+ },
477
+ {
478
+ "name": "textWarning",
479
+ "value": {"r": 145, "g": 106, "b": 0, "a": 1},
480
+ "figmaName": "Text/Warning"
481
+ },
482
+ {
483
+ "name": "borderHighlight",
484
+ "value": {"r": 68, "g": 157, "b": 167, "a": 1},
485
+ "figmaName": "Border Highlight/Default"
486
+ },
487
+ {
488
+ "name": "borderHighlightSubdued",
489
+ "value": {"r": 152, "g": 198, "b": 205, "a": 1},
490
+ "figmaName": "Border Highlight/Subdued"
491
+ },
492
+ {
493
+ "name": "iconHighlight",
494
+ "value": {"r": 0, "g": 160, "b": 172, "a": 1},
495
+ "figmaName": "Icon/Highlight"
496
+ },
497
+ {
498
+ "name": "surfaceHighlight",
499
+ "value": {"r": 164, "g": 232, "b": 242, "a": 1},
500
+ "figmaName": "Surface Highlight/Default"
501
+ },
502
+ {
503
+ "name": "surfaceHighlightSubdued",
504
+ "value": {"r": 235, "g": 249, "b": 252, "a": 1},
505
+ "figmaName": "Surface Highlight/Subdued"
506
+ },
507
+ {
508
+ "name": "surfaceHighlightSubduedHovered",
509
+ "value": {"r": 228, "g": 247, "b": 250, "a": 1},
510
+ "figmaName": "Surface Highlight/Subdued Hovered"
511
+ },
512
+ {
513
+ "name": "surfaceHighlightSubduedPressed",
514
+ "value": {"r": 213, "g": 243, "b": 248, "a": 1},
515
+ "figmaName": "Surface Highlight/Subdued Pressed"
516
+ },
517
+ {
518
+ "name": "textHighlight",
519
+ "value": {"r": 52, "g": 124, "b": 132, "a": 1},
520
+ "figmaName": "Text/Highlight"
521
+ },
522
+ {
523
+ "name": "borderSuccess",
524
+ "value": {"r": 0, "g": 164, "b": 124, "a": 1},
525
+ "figmaName": "Border Success/Default"
526
+ },
527
+ {
528
+ "name": "borderSuccessSubdued",
529
+ "value": {"r": 149, "g": 201, "b": 180, "a": 1},
530
+ "figmaName": "Border Success/Subdued"
531
+ },
532
+ {
533
+ "name": "iconSuccess",
534
+ "value": {"r": 0, "g": 127, "b": 95, "a": 1},
535
+ "figmaName": "Icon/Success"
536
+ },
537
+ {
538
+ "name": "surfaceSuccess",
539
+ "value": {"r": 174, "g": 233, "b": 209, "a": 1},
540
+ "figmaName": "Surface Success/Default"
541
+ },
542
+ {
543
+ "name": "surfaceSuccessSubdued",
544
+ "value": {"r": 241, "g": 248, "b": 245, "a": 1},
545
+ "figmaName": "Surface Success/Subdued"
546
+ },
547
+ {
548
+ "name": "surfaceSuccessSubduedHovered",
549
+ "value": {"r": 236, "g": 246, "b": 241, "a": 1},
550
+ "figmaName": "Surface Success/Subdued Hovered"
551
+ },
552
+ {
553
+ "name": "surfaceSuccessSubduedPressed",
554
+ "value": {"r": 226, "g": 241, "b": 234, "a": 1},
555
+ "figmaName": "Surface Success/Subdued Pressed"
556
+ },
557
+ {
558
+ "name": "textSuccess",
559
+ "value": {"r": 0, "g": 128, "b": 96, "a": 1},
560
+ "figmaName": "Text/Success"
561
+ },
562
+ {
563
+ "name": "decorativeOneIcon",
564
+ "value": {"r": 126, "g": 87, "b": 0, "a": 1},
565
+ "figmaName": "Decorative/Icon/One"
566
+ },
567
+ {
568
+ "name": "decorativeOneSurface",
569
+ "value": {"r": 255, "g": 201, "b": 107, "a": 1},
570
+ "figmaName": "Decorative/Surface/One"
571
+ },
572
+ {
573
+ "name": "decorativeOneText",
574
+ "value": {"r": 61, "g": 40, "b": 0, "a": 1},
575
+ "figmaName": "Decorative/Text/One"
576
+ },
577
+ {
578
+ "name": "decorativeTwoIcon",
579
+ "value": {"r": 175, "g": 41, "b": 78, "a": 1},
580
+ "figmaName": "Decorative/Icon/Two"
581
+ },
582
+ {
583
+ "name": "decorativeTwoSurface",
584
+ "value": {"r": 255, "g": 196, "b": 176, "a": 1},
585
+ "figmaName": "Decorative/Surface/Two"
586
+ },
587
+ {
588
+ "name": "decorativeTwoText",
589
+ "value": {"r": 73, "g": 11, "b": 28, "a": 1},
590
+ "figmaName": "Decorative/Text/Two"
591
+ },
592
+ {
593
+ "name": "decorativeThreeIcon",
594
+ "value": {"r": 0, "g": 109, "b": 65, "a": 1},
595
+ "figmaName": "Decorative/Icon/Three"
596
+ },
597
+ {
598
+ "name": "decorativeThreeSurface",
599
+ "value": {"r": 146, "g": 230, "b": 181, "a": 1},
600
+ "figmaName": "Decorative/Surface/Three"
601
+ },
602
+ {
603
+ "name": "decorativeThreeText",
604
+ "value": {"r": 0, "g": 47, "b": 25, "a": 1},
605
+ "figmaName": "Decorative/Text/Three"
606
+ },
607
+ {
608
+ "name": "decorativeFourIcon",
609
+ "value": {"r": 0, "g": 106, "b": 104, "a": 1},
610
+ "figmaName": "Decorative/Icon/Four"
611
+ },
612
+ {
613
+ "name": "decorativeFourSurface",
614
+ "value": {"r": 145, "g": 224, "b": 214, "a": 1},
615
+ "figmaName": "Decorative/Surface/Four"
616
+ },
617
+ {
618
+ "name": "decorativeFourText",
619
+ "value": {"r": 0, "g": 45, "b": 45, "a": 1},
620
+ "figmaName": "Decorative/Text/Four"
621
+ },
622
+ {
623
+ "name": "decorativeFiveIcon",
624
+ "value": {"r": 174, "g": 43, "b": 76, "a": 1},
625
+ "figmaName": "Decorative/Icon/Five"
626
+ },
627
+ {
628
+ "name": "decorativeFiveSurface",
629
+ "value": {"r": 253, "g": 201, "b": 208, "a": 1},
630
+ "figmaName": "Decorative/Surface/Five"
631
+ },
632
+ {
633
+ "name": "decorativeFiveText",
634
+ "value": {"r": 79, "g": 14, "b": 31, "a": 1},
635
+ "figmaName": "Decorative/Text/Five"
636
+ }
637
+ ]