@atlaskit/tokens 13.2.0 → 13.3.1
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/CHANGELOG.md +20 -0
- package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +118 -107
- package/dist/cjs/artifacts/token-names.js +118 -107
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +3413 -3171
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +3180 -2938
- package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +3414 -3172
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +3180 -2938
- package/dist/cjs/entry-points/token-metadata.codegen.js +1748 -1649
- package/dist/cjs/utils/token-order.js +1 -1
- package/dist/cjs/utils/token-usage-guidelines.js +14 -1
- package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +118 -107
- package/dist/es2019/artifacts/themes/atlassian-dark.js +118 -107
- package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +118 -107
- package/dist/es2019/artifacts/themes/atlassian-light.js +118 -107
- package/dist/es2019/artifacts/token-default-values.js +118 -107
- package/dist/es2019/artifacts/token-names.js +118 -107
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +3413 -3171
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +3180 -2938
- package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +3414 -3172
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +3180 -2938
- package/dist/es2019/entry-points/token-metadata.codegen.js +1748 -1649
- package/dist/es2019/utils/token-order.js +1 -1
- package/dist/es2019/utils/token-usage-guidelines.js +14 -1
- package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +118 -107
- package/dist/esm/artifacts/token-names.js +118 -107
- package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +3413 -3171
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +3180 -2938
- package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +3414 -3172
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +3180 -2938
- package/dist/esm/entry-points/token-metadata.codegen.js +1748 -1649
- package/dist/esm/utils/token-order.js +1 -1
- package/dist/esm/utils/token-usage-guidelines.js +14 -1
- package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +118 -107
- package/dist/types/artifacts/token-names.d.ts +235 -213
- package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types/artifacts/types-internal.d.ts +2 -2
- package/dist/types/artifacts/types.d.ts +2 -2
- package/dist/types/entry-points/css-type-schema.codegen.d.ts +6 -6
- package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types/types.d.ts +23 -0
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +118 -107
- package/dist/types-ts4.5/artifacts/token-names.d.ts +235 -213
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
- package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +6 -6
- package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types-ts4.5/types.d.ts +23 -0
- package/figma/atlassian-dark-increased-contrast.json +1303 -1204
- package/figma/atlassian-dark.json +1301 -1202
- package/figma/atlassian-light-increased-contrast.json +1302 -1203
- package/figma/atlassian-light.json +1297 -1198
- package/package.json +2 -2
|
@@ -1,2768 +1,2741 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "Dark",
|
|
3
3
|
"tokens": {
|
|
4
|
-
"Dark/color.
|
|
4
|
+
"Dark/color.background.accent.lime.subtlest": {
|
|
5
5
|
"attributes": {
|
|
6
6
|
"group": "paint",
|
|
7
7
|
"state": "active",
|
|
8
|
-
"introduced": "
|
|
9
|
-
"description": "Use for
|
|
8
|
+
"introduced": "1.6.0",
|
|
9
|
+
"description": "Use for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
10
10
|
},
|
|
11
|
-
"value": "#
|
|
11
|
+
"value": "#28311B"
|
|
12
12
|
},
|
|
13
|
-
"Dark/color.
|
|
13
|
+
"Dark/color.background.accent.lime.subtlest.hovered": {
|
|
14
14
|
"attributes": {
|
|
15
15
|
"group": "paint",
|
|
16
16
|
"state": "active",
|
|
17
|
-
"introduced": "1.
|
|
18
|
-
"description": "
|
|
17
|
+
"introduced": "1.19.0",
|
|
18
|
+
"description": "Hovered state of color.background.accent.lime.subtlest."
|
|
19
19
|
},
|
|
20
|
-
"value": "#
|
|
20
|
+
"value": "#37471F"
|
|
21
21
|
},
|
|
22
|
-
"Dark/color.
|
|
22
|
+
"Dark/color.background.accent.lime.subtlest.pressed": {
|
|
23
23
|
"attributes": {
|
|
24
24
|
"group": "paint",
|
|
25
25
|
"state": "active",
|
|
26
|
-
"introduced": "1.
|
|
27
|
-
"description": "
|
|
26
|
+
"introduced": "1.19.0",
|
|
27
|
+
"description": "Pressed state of color.background.accent.lime.subtlest."
|
|
28
28
|
},
|
|
29
|
-
"value": "#
|
|
29
|
+
"value": "#3F5224"
|
|
30
30
|
},
|
|
31
|
-
"Dark/color.
|
|
31
|
+
"Dark/color.background.accent.lime.subtler": {
|
|
32
32
|
"attributes": {
|
|
33
33
|
"group": "paint",
|
|
34
34
|
"state": "active",
|
|
35
|
-
"introduced": "
|
|
36
|
-
"description": "Use for
|
|
35
|
+
"introduced": "1.6.0",
|
|
36
|
+
"description": "Use for for backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
37
37
|
},
|
|
38
|
-
"value": "#
|
|
38
|
+
"value": "#37471F"
|
|
39
39
|
},
|
|
40
|
-
"Dark/color.
|
|
40
|
+
"Dark/color.background.accent.lime.subtler.hovered": {
|
|
41
41
|
"attributes": {
|
|
42
42
|
"group": "paint",
|
|
43
43
|
"state": "active",
|
|
44
|
-
"introduced": "
|
|
45
|
-
"description": "
|
|
44
|
+
"introduced": "1.19.0",
|
|
45
|
+
"description": "Hovered state of color.background.accent.lime.subtler."
|
|
46
46
|
},
|
|
47
|
-
"value": "#
|
|
47
|
+
"value": "#3F5224"
|
|
48
48
|
},
|
|
49
|
-
"Dark/color.
|
|
49
|
+
"Dark/color.background.accent.lime.subtler.pressed": {
|
|
50
50
|
"attributes": {
|
|
51
51
|
"group": "paint",
|
|
52
52
|
"state": "active",
|
|
53
|
-
"introduced": "
|
|
54
|
-
"description": "
|
|
53
|
+
"introduced": "1.19.0",
|
|
54
|
+
"description": "Pressed state of color.background.accent.lime.subtler."
|
|
55
55
|
},
|
|
56
|
-
"value": "#
|
|
56
|
+
"value": "#4C6B1F"
|
|
57
57
|
},
|
|
58
|
-
"Dark/color.
|
|
58
|
+
"Dark/color.background.accent.lime.subtle": {
|
|
59
59
|
"attributes": {
|
|
60
60
|
"group": "paint",
|
|
61
61
|
"state": "active",
|
|
62
|
-
"introduced": "
|
|
63
|
-
"description": "Use for
|
|
62
|
+
"introduced": "1.6.0",
|
|
63
|
+
"description": "Use for vibrant for backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
64
64
|
},
|
|
65
|
-
"value": "#
|
|
65
|
+
"value": "#4C6B1F"
|
|
66
66
|
},
|
|
67
|
-
"Dark/color.
|
|
67
|
+
"Dark/color.background.accent.lime.subtle.hovered": {
|
|
68
68
|
"attributes": {
|
|
69
69
|
"group": "paint",
|
|
70
70
|
"state": "active",
|
|
71
|
-
"introduced": "
|
|
72
|
-
"description": "
|
|
71
|
+
"introduced": "1.19.0",
|
|
72
|
+
"description": "Hovered state of color.background.accent.lime.subtle."
|
|
73
73
|
},
|
|
74
|
-
"value": "#
|
|
74
|
+
"value": "#3F5224"
|
|
75
75
|
},
|
|
76
|
-
"Dark/color.
|
|
76
|
+
"Dark/color.background.accent.lime.subtle.pressed": {
|
|
77
77
|
"attributes": {
|
|
78
78
|
"group": "paint",
|
|
79
79
|
"state": "active",
|
|
80
|
-
"introduced": "
|
|
81
|
-
"description": "
|
|
80
|
+
"introduced": "1.19.0",
|
|
81
|
+
"description": "Pressed state of color.background.accent.lime.subtle."
|
|
82
82
|
},
|
|
83
|
-
"value": "#
|
|
83
|
+
"value": "#37471F"
|
|
84
84
|
},
|
|
85
|
-
"Dark/color.
|
|
85
|
+
"Dark/color.background.accent.lime.bolder": {
|
|
86
86
|
"attributes": {
|
|
87
87
|
"group": "paint",
|
|
88
88
|
"state": "active",
|
|
89
|
-
"introduced": "
|
|
90
|
-
"description": "Use for
|
|
89
|
+
"introduced": "1.6.0",
|
|
90
|
+
"description": "Use for for backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
91
91
|
},
|
|
92
|
-
"value": "#
|
|
92
|
+
"value": "#94C748"
|
|
93
93
|
},
|
|
94
|
-
"Dark/color.
|
|
94
|
+
"Dark/color.background.accent.lime.bolder.hovered": {
|
|
95
95
|
"attributes": {
|
|
96
96
|
"group": "paint",
|
|
97
97
|
"state": "active",
|
|
98
|
-
"introduced": "
|
|
99
|
-
"description": "
|
|
98
|
+
"introduced": "1.19.0",
|
|
99
|
+
"description": "Hovered state of color.background.accent.lime.bolder."
|
|
100
100
|
},
|
|
101
|
-
"value": "#
|
|
101
|
+
"value": "#B3DF72"
|
|
102
102
|
},
|
|
103
|
-
"Dark/color.
|
|
103
|
+
"Dark/color.background.accent.lime.bolder.pressed": {
|
|
104
104
|
"attributes": {
|
|
105
105
|
"group": "paint",
|
|
106
106
|
"state": "active",
|
|
107
|
-
"introduced": "
|
|
108
|
-
"description": "
|
|
107
|
+
"introduced": "1.19.0",
|
|
108
|
+
"description": "Pressed state of color.background.accent.lime.bolder."
|
|
109
109
|
},
|
|
110
|
-
"value": "#
|
|
110
|
+
"value": "#BDE97C"
|
|
111
111
|
},
|
|
112
|
-
"Dark/color.
|
|
112
|
+
"Dark/color.background.accent.red.subtlest": {
|
|
113
113
|
"attributes": {
|
|
114
114
|
"group": "paint",
|
|
115
115
|
"state": "active",
|
|
116
116
|
"introduced": "0.7.0",
|
|
117
|
-
"description": "Use for
|
|
117
|
+
"description": "Use for red backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
118
118
|
},
|
|
119
|
-
"value": "#
|
|
119
|
+
"value": "#42221F"
|
|
120
120
|
},
|
|
121
|
-
"Dark/color.
|
|
121
|
+
"Dark/color.background.accent.red.subtlest.hovered": {
|
|
122
122
|
"attributes": {
|
|
123
123
|
"group": "paint",
|
|
124
124
|
"state": "active",
|
|
125
|
-
"introduced": "
|
|
126
|
-
"description": "
|
|
125
|
+
"introduced": "1.19.0",
|
|
126
|
+
"description": "Hovered state of color.background.accent.red.subtlest."
|
|
127
127
|
},
|
|
128
|
-
"value": "#
|
|
128
|
+
"value": "#5D1F1A"
|
|
129
129
|
},
|
|
130
|
-
"Dark/color.
|
|
130
|
+
"Dark/color.background.accent.red.subtlest.pressed": {
|
|
131
131
|
"attributes": {
|
|
132
132
|
"group": "paint",
|
|
133
133
|
"state": "active",
|
|
134
|
-
"introduced": "
|
|
135
|
-
"description": "
|
|
134
|
+
"introduced": "1.19.0",
|
|
135
|
+
"description": "Pressed state of color.background.accent.red.subtlest."
|
|
136
136
|
},
|
|
137
|
-
"value": "#
|
|
137
|
+
"value": "#872821"
|
|
138
138
|
},
|
|
139
|
-
"Dark/color.
|
|
139
|
+
"Dark/color.background.accent.red.subtler": {
|
|
140
140
|
"attributes": {
|
|
141
141
|
"group": "paint",
|
|
142
142
|
"state": "active",
|
|
143
|
-
"introduced": "0.
|
|
144
|
-
"description": "Use for
|
|
143
|
+
"introduced": "0.7.0",
|
|
144
|
+
"description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
145
145
|
},
|
|
146
|
-
"value": "#
|
|
146
|
+
"value": "#5D1F1A"
|
|
147
147
|
},
|
|
148
|
-
"Dark/color.
|
|
148
|
+
"Dark/color.background.accent.red.subtler.hovered": {
|
|
149
149
|
"attributes": {
|
|
150
150
|
"group": "paint",
|
|
151
151
|
"state": "active",
|
|
152
|
-
"introduced": "
|
|
153
|
-
"description": "
|
|
152
|
+
"introduced": "1.19.0",
|
|
153
|
+
"description": "Hovered state of color.background.accent.red.subtler."
|
|
154
154
|
},
|
|
155
|
-
"value": "#
|
|
155
|
+
"value": "#872821"
|
|
156
156
|
},
|
|
157
|
-
"Dark/color.
|
|
157
|
+
"Dark/color.background.accent.red.subtler.pressed": {
|
|
158
158
|
"attributes": {
|
|
159
159
|
"group": "paint",
|
|
160
160
|
"state": "active",
|
|
161
|
-
"introduced": "
|
|
162
|
-
"description": "
|
|
161
|
+
"introduced": "1.19.0",
|
|
162
|
+
"description": "Pressed state of color.background.accent.red.subtler."
|
|
163
163
|
},
|
|
164
|
-
"value": "#
|
|
164
|
+
"value": "#AE2E24"
|
|
165
165
|
},
|
|
166
|
-
"Dark/color.
|
|
166
|
+
"Dark/color.background.accent.red.subtle": {
|
|
167
167
|
"attributes": {
|
|
168
168
|
"group": "paint",
|
|
169
169
|
"state": "active",
|
|
170
170
|
"introduced": "0.7.0",
|
|
171
|
-
"description": "Use for
|
|
171
|
+
"description": "Use for vibrant red backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
172
172
|
},
|
|
173
|
-
"value": "#
|
|
173
|
+
"value": "#AE2E24"
|
|
174
174
|
},
|
|
175
|
-
"Dark/color.
|
|
175
|
+
"Dark/color.background.accent.red.subtle.hovered": {
|
|
176
176
|
"attributes": {
|
|
177
177
|
"group": "paint",
|
|
178
178
|
"state": "active",
|
|
179
|
-
"introduced": "
|
|
180
|
-
"description": "
|
|
179
|
+
"introduced": "1.19.0",
|
|
180
|
+
"description": "Hovered state of color.background.accent.red.subtle."
|
|
181
181
|
},
|
|
182
|
-
"value": "#
|
|
182
|
+
"value": "#872821"
|
|
183
183
|
},
|
|
184
|
-
"Dark/color.
|
|
184
|
+
"Dark/color.background.accent.red.subtle.pressed": {
|
|
185
185
|
"attributes": {
|
|
186
186
|
"group": "paint",
|
|
187
187
|
"state": "active",
|
|
188
|
-
"introduced": "
|
|
189
|
-
"description": "
|
|
188
|
+
"introduced": "1.19.0",
|
|
189
|
+
"description": "Pressed state of color.background.accent.red.subtle."
|
|
190
190
|
},
|
|
191
|
-
"value": "#
|
|
191
|
+
"value": "#5D1F1A"
|
|
192
192
|
},
|
|
193
|
-
"Dark/color.
|
|
193
|
+
"Dark/color.background.accent.red.bolder": {
|
|
194
194
|
"attributes": {
|
|
195
195
|
"group": "paint",
|
|
196
196
|
"state": "active",
|
|
197
|
-
"introduced": "0.0
|
|
198
|
-
"description": "Use for
|
|
197
|
+
"introduced": "0.7.0",
|
|
198
|
+
"description": "Use for red backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
199
199
|
},
|
|
200
|
-
"value": "#
|
|
200
|
+
"value": "#F87168"
|
|
201
201
|
},
|
|
202
|
-
"Dark/color.
|
|
202
|
+
"Dark/color.background.accent.red.bolder.hovered": {
|
|
203
203
|
"attributes": {
|
|
204
204
|
"group": "paint",
|
|
205
205
|
"state": "active",
|
|
206
|
-
"introduced": "
|
|
207
|
-
"description": "
|
|
206
|
+
"introduced": "1.19.0",
|
|
207
|
+
"description": "Hovered state of color.background.accent.red.bolder."
|
|
208
208
|
},
|
|
209
|
-
"value": "#
|
|
209
|
+
"value": "#FD9891"
|
|
210
210
|
},
|
|
211
|
-
"Dark/color.
|
|
211
|
+
"Dark/color.background.accent.red.bolder.pressed": {
|
|
212
212
|
"attributes": {
|
|
213
213
|
"group": "paint",
|
|
214
214
|
"state": "active",
|
|
215
|
-
"introduced": "
|
|
216
|
-
"description": "
|
|
215
|
+
"introduced": "1.19.0",
|
|
216
|
+
"description": "Pressed state of color.background.accent.red.bolder."
|
|
217
217
|
},
|
|
218
|
-
"value": "#
|
|
218
|
+
"value": "#FFB8B2"
|
|
219
219
|
},
|
|
220
|
-
"Dark/color.
|
|
220
|
+
"Dark/color.background.accent.orange.subtlest": {
|
|
221
221
|
"attributes": {
|
|
222
222
|
"group": "paint",
|
|
223
223
|
"state": "active",
|
|
224
|
-
"introduced": "0.
|
|
225
|
-
"description": "Use for
|
|
224
|
+
"introduced": "0.7.0",
|
|
225
|
+
"description": "Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
226
226
|
},
|
|
227
|
-
"value": "#
|
|
227
|
+
"value": "#3A2C1F"
|
|
228
228
|
},
|
|
229
|
-
"Dark/color.
|
|
229
|
+
"Dark/color.background.accent.orange.subtlest.hovered": {
|
|
230
230
|
"attributes": {
|
|
231
231
|
"group": "paint",
|
|
232
232
|
"state": "active",
|
|
233
|
-
"introduced": "
|
|
234
|
-
"description": "
|
|
233
|
+
"introduced": "1.19.0",
|
|
234
|
+
"description": "Hovered state of color.background.accent.orange.subtlest."
|
|
235
235
|
},
|
|
236
|
-
"value": "#
|
|
236
|
+
"value": "#693200"
|
|
237
237
|
},
|
|
238
|
-
"Dark/color.
|
|
238
|
+
"Dark/color.background.accent.orange.subtlest.pressed": {
|
|
239
239
|
"attributes": {
|
|
240
240
|
"group": "paint",
|
|
241
241
|
"state": "active",
|
|
242
|
-
"introduced": "
|
|
243
|
-
"description": "
|
|
242
|
+
"introduced": "1.19.0",
|
|
243
|
+
"description": "Pressed state of color.background.accent.orange.subtlest."
|
|
244
244
|
},
|
|
245
|
-
"value": "#
|
|
245
|
+
"value": "#7A3B00"
|
|
246
246
|
},
|
|
247
|
-
"Dark/color.
|
|
247
|
+
"Dark/color.background.accent.orange.subtler": {
|
|
248
248
|
"attributes": {
|
|
249
249
|
"group": "paint",
|
|
250
250
|
"state": "active",
|
|
251
|
-
"introduced": "0.0
|
|
252
|
-
"description": "Use for
|
|
251
|
+
"introduced": "0.7.0",
|
|
252
|
+
"description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
253
253
|
},
|
|
254
|
-
"value": "#
|
|
254
|
+
"value": "#693200"
|
|
255
255
|
},
|
|
256
|
-
"Dark/color.
|
|
256
|
+
"Dark/color.background.accent.orange.subtler.hovered": {
|
|
257
257
|
"attributes": {
|
|
258
258
|
"group": "paint",
|
|
259
259
|
"state": "active",
|
|
260
|
-
"introduced": "
|
|
261
|
-
"description": "
|
|
260
|
+
"introduced": "1.19.0",
|
|
261
|
+
"description": "Hovered state of color.background.accent.orange.subtler."
|
|
262
262
|
},
|
|
263
|
-
"value": "#
|
|
263
|
+
"value": "#7A3B00"
|
|
264
264
|
},
|
|
265
|
-
"Dark/color.
|
|
265
|
+
"Dark/color.background.accent.orange.subtler.pressed": {
|
|
266
266
|
"attributes": {
|
|
267
267
|
"group": "paint",
|
|
268
268
|
"state": "active",
|
|
269
|
-
"introduced": "
|
|
270
|
-
"description": "
|
|
269
|
+
"introduced": "1.19.0",
|
|
270
|
+
"description": "Pressed state of color.background.accent.orange.subtler."
|
|
271
271
|
},
|
|
272
|
-
"value": "#
|
|
272
|
+
"value": "#9E4C00"
|
|
273
273
|
},
|
|
274
|
-
"Dark/color.
|
|
274
|
+
"Dark/color.background.accent.orange.subtle": {
|
|
275
275
|
"attributes": {
|
|
276
276
|
"group": "paint",
|
|
277
277
|
"state": "active",
|
|
278
|
-
"introduced": "0.0
|
|
279
|
-
"description": "Use for
|
|
278
|
+
"introduced": "0.7.0",
|
|
279
|
+
"description": "Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
280
280
|
},
|
|
281
|
-
"value": "#
|
|
281
|
+
"value": "#9E4C00"
|
|
282
282
|
},
|
|
283
|
-
"Dark/color.
|
|
283
|
+
"Dark/color.background.accent.orange.subtle.hovered": {
|
|
284
284
|
"attributes": {
|
|
285
285
|
"group": "paint",
|
|
286
286
|
"state": "active",
|
|
287
|
-
"introduced": "
|
|
288
|
-
"description": "
|
|
287
|
+
"introduced": "1.19.0",
|
|
288
|
+
"description": "Hovered state of color.background.accent.orange.subtle."
|
|
289
289
|
},
|
|
290
|
-
"value": "#
|
|
290
|
+
"value": "#7A3B00"
|
|
291
291
|
},
|
|
292
|
-
"Dark/color.
|
|
292
|
+
"Dark/color.background.accent.orange.subtle.pressed": {
|
|
293
293
|
"attributes": {
|
|
294
294
|
"group": "paint",
|
|
295
295
|
"state": "active",
|
|
296
|
-
"introduced": "
|
|
297
|
-
"description": "
|
|
296
|
+
"introduced": "1.19.0",
|
|
297
|
+
"description": "Pressed state of color.background.accent.orange.subtle."
|
|
298
298
|
},
|
|
299
|
-
"value": "#
|
|
299
|
+
"value": "#693200"
|
|
300
300
|
},
|
|
301
|
-
"Dark/color.
|
|
301
|
+
"Dark/color.background.accent.orange.bolder": {
|
|
302
302
|
"attributes": {
|
|
303
303
|
"group": "paint",
|
|
304
304
|
"state": "active",
|
|
305
|
-
"introduced": "
|
|
306
|
-
"description": "Use for
|
|
305
|
+
"introduced": "0.7.0",
|
|
306
|
+
"description": "Use for orange backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
307
307
|
},
|
|
308
|
-
"value": "#
|
|
308
|
+
"value": "#FCA700"
|
|
309
309
|
},
|
|
310
|
-
"Dark/color.
|
|
310
|
+
"Dark/color.background.accent.orange.bolder.hovered": {
|
|
311
311
|
"attributes": {
|
|
312
312
|
"group": "paint",
|
|
313
313
|
"state": "active",
|
|
314
|
-
"introduced": "
|
|
315
|
-
"description": "
|
|
314
|
+
"introduced": "1.19.0",
|
|
315
|
+
"description": "Hovered state of color.background.accent.orange.bolder."
|
|
316
316
|
},
|
|
317
|
-
"value": "#
|
|
317
|
+
"value": "#FBC828"
|
|
318
318
|
},
|
|
319
|
-
"Dark/color.
|
|
319
|
+
"Dark/color.background.accent.orange.bolder.pressed": {
|
|
320
320
|
"attributes": {
|
|
321
321
|
"group": "paint",
|
|
322
322
|
"state": "active",
|
|
323
|
-
"introduced": "
|
|
324
|
-
"description": "
|
|
323
|
+
"introduced": "1.19.0",
|
|
324
|
+
"description": "Pressed state of color.background.accent.orange.bolder."
|
|
325
325
|
},
|
|
326
|
-
"value": "#
|
|
326
|
+
"value": "#FBD779"
|
|
327
327
|
},
|
|
328
|
-
"Dark/color.
|
|
328
|
+
"Dark/color.background.accent.yellow.subtlest": {
|
|
329
329
|
"attributes": {
|
|
330
330
|
"group": "paint",
|
|
331
331
|
"state": "active",
|
|
332
|
-
"introduced": "0.
|
|
333
|
-
"description": "Use for
|
|
332
|
+
"introduced": "0.7.0",
|
|
333
|
+
"description": "Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
334
334
|
},
|
|
335
|
-
"value": "#
|
|
335
|
+
"value": "#332E1B"
|
|
336
336
|
},
|
|
337
|
-
"Dark/color.
|
|
337
|
+
"Dark/color.background.accent.yellow.subtlest.hovered": {
|
|
338
338
|
"attributes": {
|
|
339
339
|
"group": "paint",
|
|
340
340
|
"state": "active",
|
|
341
|
-
"introduced": "
|
|
342
|
-
"description": "
|
|
341
|
+
"introduced": "1.19.0",
|
|
342
|
+
"description": "Hovered state of color.background.accent.yellow.subtlest."
|
|
343
343
|
},
|
|
344
|
-
"value": "#
|
|
344
|
+
"value": "#533F04"
|
|
345
345
|
},
|
|
346
|
-
"Dark/color.
|
|
346
|
+
"Dark/color.background.accent.yellow.subtlest.pressed": {
|
|
347
347
|
"attributes": {
|
|
348
348
|
"group": "paint",
|
|
349
349
|
"state": "active",
|
|
350
|
-
"introduced": "
|
|
351
|
-
"description": "
|
|
350
|
+
"introduced": "1.19.0",
|
|
351
|
+
"description": "Pressed state of color.background.accent.yellow.subtlest."
|
|
352
352
|
},
|
|
353
|
-
"value": "#
|
|
353
|
+
"value": "#614A05"
|
|
354
354
|
},
|
|
355
|
-
"Dark/color.
|
|
355
|
+
"Dark/color.background.accent.yellow.subtler": {
|
|
356
356
|
"attributes": {
|
|
357
357
|
"group": "paint",
|
|
358
358
|
"state": "active",
|
|
359
|
-
"introduced": "0.
|
|
360
|
-
"description": "Use for
|
|
359
|
+
"introduced": "0.7.0",
|
|
360
|
+
"description": "Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
361
361
|
},
|
|
362
|
-
"value": "#
|
|
362
|
+
"value": "#533F04"
|
|
363
363
|
},
|
|
364
|
-
"Dark/color.
|
|
364
|
+
"Dark/color.background.accent.yellow.subtler.hovered": {
|
|
365
365
|
"attributes": {
|
|
366
366
|
"group": "paint",
|
|
367
367
|
"state": "active",
|
|
368
|
-
"introduced": "1.
|
|
369
|
-
"description": "
|
|
368
|
+
"introduced": "1.19.0",
|
|
369
|
+
"description": "Hovered state of color.background.accent.yellow.subtler."
|
|
370
370
|
},
|
|
371
|
-
"value": "#
|
|
371
|
+
"value": "#614A05"
|
|
372
372
|
},
|
|
373
|
-
"Dark/color.
|
|
373
|
+
"Dark/color.background.accent.yellow.subtler.pressed": {
|
|
374
374
|
"attributes": {
|
|
375
375
|
"group": "paint",
|
|
376
376
|
"state": "active",
|
|
377
|
-
"introduced": "1.
|
|
378
|
-
"description": "
|
|
377
|
+
"introduced": "1.19.0",
|
|
378
|
+
"description": "Pressed state of color.background.accent.yellow.subtler."
|
|
379
379
|
},
|
|
380
|
-
"value": "#
|
|
380
|
+
"value": "#7F5F01"
|
|
381
381
|
},
|
|
382
|
-
"Dark/color.
|
|
382
|
+
"Dark/color.background.accent.yellow.subtle": {
|
|
383
383
|
"attributes": {
|
|
384
384
|
"group": "paint",
|
|
385
385
|
"state": "active",
|
|
386
|
-
"introduced": "0.
|
|
387
|
-
"description": "Use for
|
|
386
|
+
"introduced": "0.7.0",
|
|
387
|
+
"description": "Use for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
388
388
|
},
|
|
389
|
-
"value": "#
|
|
389
|
+
"value": "#7F5F01"
|
|
390
390
|
},
|
|
391
|
-
"Dark/color.
|
|
391
|
+
"Dark/color.background.accent.yellow.subtle.hovered": {
|
|
392
392
|
"attributes": {
|
|
393
393
|
"group": "paint",
|
|
394
394
|
"state": "active",
|
|
395
|
-
"introduced": "1.
|
|
396
|
-
"description": "
|
|
395
|
+
"introduced": "1.19.0",
|
|
396
|
+
"description": "Hovered state of color.background.accent.yellow.subtle."
|
|
397
397
|
},
|
|
398
|
-
"value": "#
|
|
398
|
+
"value": "#614A05"
|
|
399
399
|
},
|
|
400
|
-
"Dark/color.
|
|
400
|
+
"Dark/color.background.accent.yellow.subtle.pressed": {
|
|
401
401
|
"attributes": {
|
|
402
402
|
"group": "paint",
|
|
403
403
|
"state": "active",
|
|
404
|
-
"introduced": "
|
|
405
|
-
"description": "
|
|
404
|
+
"introduced": "1.19.0",
|
|
405
|
+
"description": "Pressed state of color.background.accent.yellow.subtle."
|
|
406
406
|
},
|
|
407
|
-
"value": "#
|
|
407
|
+
"value": "#533F04"
|
|
408
408
|
},
|
|
409
|
-
"Dark/color.
|
|
409
|
+
"Dark/color.background.accent.yellow.bolder": {
|
|
410
410
|
"attributes": {
|
|
411
411
|
"group": "paint",
|
|
412
412
|
"state": "active",
|
|
413
|
-
"introduced": "0.
|
|
414
|
-
"description": "Use for
|
|
413
|
+
"introduced": "0.7.0",
|
|
414
|
+
"description": "Use for yellow backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
415
415
|
},
|
|
416
|
-
"value": "#
|
|
416
|
+
"value": "#DDB30E"
|
|
417
417
|
},
|
|
418
|
-
"Dark/color.
|
|
418
|
+
"Dark/color.background.accent.yellow.bolder.hovered": {
|
|
419
419
|
"attributes": {
|
|
420
420
|
"group": "paint",
|
|
421
421
|
"state": "active",
|
|
422
|
-
"introduced": "
|
|
423
|
-
"description": "
|
|
422
|
+
"introduced": "1.19.0",
|
|
423
|
+
"description": "Hovered state of color.background.accent.yellow.bolder."
|
|
424
424
|
},
|
|
425
425
|
"value": "#EED12B"
|
|
426
426
|
},
|
|
427
|
-
"Dark/color.
|
|
427
|
+
"Dark/color.background.accent.yellow.bolder.pressed": {
|
|
428
428
|
"attributes": {
|
|
429
429
|
"group": "paint",
|
|
430
430
|
"state": "active",
|
|
431
|
-
"introduced": "
|
|
432
|
-
"description": "
|
|
431
|
+
"introduced": "1.19.0",
|
|
432
|
+
"description": "Pressed state of color.background.accent.yellow.bolder."
|
|
433
433
|
},
|
|
434
|
-
"value": "#
|
|
434
|
+
"value": "#EFDD4E"
|
|
435
435
|
},
|
|
436
|
-
"Dark/color.
|
|
436
|
+
"Dark/color.background.accent.green.subtlest": {
|
|
437
437
|
"attributes": {
|
|
438
438
|
"group": "paint",
|
|
439
439
|
"state": "active",
|
|
440
|
-
"introduced": "0.
|
|
441
|
-
"description": "Use for
|
|
440
|
+
"introduced": "0.7.0",
|
|
441
|
+
"description": "Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
442
442
|
},
|
|
443
|
-
"value": "#
|
|
443
|
+
"value": "#1C3329"
|
|
444
444
|
},
|
|
445
|
-
"Dark/color.
|
|
445
|
+
"Dark/color.background.accent.green.subtlest.hovered": {
|
|
446
446
|
"attributes": {
|
|
447
447
|
"group": "paint",
|
|
448
448
|
"state": "active",
|
|
449
|
-
"introduced": "
|
|
450
|
-
"description": "
|
|
449
|
+
"introduced": "1.19.0",
|
|
450
|
+
"description": "Hovered state of color.background.accent.green.subtlest."
|
|
451
451
|
},
|
|
452
|
-
"value": "#
|
|
452
|
+
"value": "#164B35"
|
|
453
453
|
},
|
|
454
|
-
"Dark/color.
|
|
454
|
+
"Dark/color.background.accent.green.subtlest.pressed": {
|
|
455
455
|
"attributes": {
|
|
456
456
|
"group": "paint",
|
|
457
457
|
"state": "active",
|
|
458
|
-
"introduced": "
|
|
459
|
-
"description": "
|
|
458
|
+
"introduced": "1.19.0",
|
|
459
|
+
"description": "Pressed state of color.background.accent.green.subtlest."
|
|
460
460
|
},
|
|
461
|
-
"value": "#
|
|
461
|
+
"value": "#19573D"
|
|
462
462
|
},
|
|
463
|
-
"Dark/color.
|
|
463
|
+
"Dark/color.background.accent.green.subtler": {
|
|
464
464
|
"attributes": {
|
|
465
465
|
"group": "paint",
|
|
466
466
|
"state": "active",
|
|
467
|
-
"introduced": "0.
|
|
468
|
-
"description": "Use for
|
|
467
|
+
"introduced": "0.7.0",
|
|
468
|
+
"description": "Use for green backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
469
469
|
},
|
|
470
|
-
"value": "#
|
|
470
|
+
"value": "#164B35"
|
|
471
471
|
},
|
|
472
|
-
"Dark/color.
|
|
472
|
+
"Dark/color.background.accent.green.subtler.hovered": {
|
|
473
473
|
"attributes": {
|
|
474
474
|
"group": "paint",
|
|
475
475
|
"state": "active",
|
|
476
|
-
"introduced": "
|
|
477
|
-
"description": "
|
|
476
|
+
"introduced": "1.19.0",
|
|
477
|
+
"description": "Hovered state of color.background.accent.green.subtler."
|
|
478
478
|
},
|
|
479
|
-
"value": "#
|
|
479
|
+
"value": "#19573D"
|
|
480
480
|
},
|
|
481
|
-
"Dark/color.
|
|
481
|
+
"Dark/color.background.accent.green.subtler.pressed": {
|
|
482
482
|
"attributes": {
|
|
483
483
|
"group": "paint",
|
|
484
484
|
"state": "active",
|
|
485
|
-
"introduced": "
|
|
486
|
-
"description": "
|
|
485
|
+
"introduced": "1.19.0",
|
|
486
|
+
"description": "Pressed state of color.background.accent.green.subtler."
|
|
487
487
|
},
|
|
488
|
-
"value": "#
|
|
488
|
+
"value": "#216E4E"
|
|
489
489
|
},
|
|
490
|
-
"Dark/color.
|
|
490
|
+
"Dark/color.background.accent.green.subtle": {
|
|
491
491
|
"attributes": {
|
|
492
492
|
"group": "paint",
|
|
493
493
|
"state": "active",
|
|
494
|
-
"introduced": "0.
|
|
495
|
-
"description": "Use for
|
|
494
|
+
"introduced": "0.7.0",
|
|
495
|
+
"description": "Use for vibrant green backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
496
496
|
},
|
|
497
|
-
"value": "#
|
|
497
|
+
"value": "#216E4E"
|
|
498
498
|
},
|
|
499
|
-
"Dark/color.
|
|
499
|
+
"Dark/color.background.accent.green.subtle.hovered": {
|
|
500
500
|
"attributes": {
|
|
501
501
|
"group": "paint",
|
|
502
502
|
"state": "active",
|
|
503
|
-
"introduced": "
|
|
504
|
-
"description": "
|
|
503
|
+
"introduced": "1.19.0",
|
|
504
|
+
"description": "Hovered state of color.background.accent.green.subtle."
|
|
505
505
|
},
|
|
506
|
-
"value": "#
|
|
506
|
+
"value": "#19573D"
|
|
507
507
|
},
|
|
508
|
-
"Dark/color.
|
|
508
|
+
"Dark/color.background.accent.green.subtle.pressed": {
|
|
509
509
|
"attributes": {
|
|
510
510
|
"group": "paint",
|
|
511
511
|
"state": "active",
|
|
512
|
-
"introduced": "
|
|
513
|
-
"description": "
|
|
512
|
+
"introduced": "1.19.0",
|
|
513
|
+
"description": "Pressed state of color.background.accent.green.subtle."
|
|
514
514
|
},
|
|
515
|
-
"value": "#
|
|
515
|
+
"value": "#164B35"
|
|
516
516
|
},
|
|
517
|
-
"Dark/color.
|
|
517
|
+
"Dark/color.background.accent.green.bolder": {
|
|
518
518
|
"attributes": {
|
|
519
519
|
"group": "paint",
|
|
520
520
|
"state": "active",
|
|
521
|
-
"introduced": "0.
|
|
522
|
-
"description": "Use for
|
|
521
|
+
"introduced": "0.7.0",
|
|
522
|
+
"description": "Use for green backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
523
523
|
},
|
|
524
|
-
"value": "#
|
|
524
|
+
"value": "#4BCE97"
|
|
525
525
|
},
|
|
526
|
-
"Dark/color.
|
|
526
|
+
"Dark/color.background.accent.green.bolder.hovered": {
|
|
527
527
|
"attributes": {
|
|
528
528
|
"group": "paint",
|
|
529
529
|
"state": "active",
|
|
530
|
-
"introduced": "
|
|
531
|
-
"description": "
|
|
530
|
+
"introduced": "1.19.0",
|
|
531
|
+
"description": "Hovered state of color.background.accent.green.bolder."
|
|
532
532
|
},
|
|
533
|
-
"value": "#
|
|
533
|
+
"value": "#7EE2B8"
|
|
534
534
|
},
|
|
535
|
-
"Dark/color.
|
|
535
|
+
"Dark/color.background.accent.green.bolder.pressed": {
|
|
536
536
|
"attributes": {
|
|
537
537
|
"group": "paint",
|
|
538
538
|
"state": "active",
|
|
539
|
-
"introduced": "
|
|
540
|
-
"description": "
|
|
539
|
+
"introduced": "1.19.0",
|
|
540
|
+
"description": "Pressed state of color.background.accent.green.bolder."
|
|
541
541
|
},
|
|
542
|
-
"value": "#
|
|
542
|
+
"value": "#97EDC9"
|
|
543
543
|
},
|
|
544
|
-
"Dark/color.
|
|
544
|
+
"Dark/color.background.accent.teal.subtlest": {
|
|
545
545
|
"attributes": {
|
|
546
546
|
"group": "paint",
|
|
547
547
|
"state": "active",
|
|
548
|
-
"introduced": "0.
|
|
549
|
-
"description": "Use for
|
|
548
|
+
"introduced": "0.7.0",
|
|
549
|
+
"description": "Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
550
550
|
},
|
|
551
|
-
"value": "#
|
|
551
|
+
"value": "#1E3137"
|
|
552
552
|
},
|
|
553
|
-
"Dark/color.
|
|
553
|
+
"Dark/color.background.accent.teal.subtlest.hovered": {
|
|
554
554
|
"attributes": {
|
|
555
555
|
"group": "paint",
|
|
556
556
|
"state": "active",
|
|
557
|
-
"introduced": "
|
|
558
|
-
"description": "
|
|
557
|
+
"introduced": "1.19.0",
|
|
558
|
+
"description": "Hovered state of color.background.accent.teal.subtlest."
|
|
559
559
|
},
|
|
560
|
-
"value": "#
|
|
560
|
+
"value": "#164555"
|
|
561
561
|
},
|
|
562
|
-
"Dark/color.
|
|
562
|
+
"Dark/color.background.accent.teal.subtlest.pressed": {
|
|
563
563
|
"attributes": {
|
|
564
564
|
"group": "paint",
|
|
565
565
|
"state": "active",
|
|
566
|
-
"introduced": "
|
|
567
|
-
"description": "
|
|
566
|
+
"introduced": "1.19.0",
|
|
567
|
+
"description": "Pressed state of color.background.accent.teal.subtlest."
|
|
568
568
|
},
|
|
569
|
-
"value": "#
|
|
569
|
+
"value": "#1A5265"
|
|
570
570
|
},
|
|
571
|
-
"Dark/color.
|
|
571
|
+
"Dark/color.background.accent.teal.subtler": {
|
|
572
572
|
"attributes": {
|
|
573
573
|
"group": "paint",
|
|
574
574
|
"state": "active",
|
|
575
|
-
"introduced": "
|
|
576
|
-
"description": "Use for
|
|
575
|
+
"introduced": "0.7.0",
|
|
576
|
+
"description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
577
577
|
},
|
|
578
|
-
"value": "#
|
|
578
|
+
"value": "#164555"
|
|
579
579
|
},
|
|
580
|
-
"Dark/color.
|
|
580
|
+
"Dark/color.background.accent.teal.subtler.hovered": {
|
|
581
581
|
"attributes": {
|
|
582
582
|
"group": "paint",
|
|
583
583
|
"state": "active",
|
|
584
|
-
"introduced": "
|
|
585
|
-
"description": "
|
|
584
|
+
"introduced": "1.19.0",
|
|
585
|
+
"description": "Hovered state of color.background.accent.teal.subtler."
|
|
586
586
|
},
|
|
587
|
-
"value": "#
|
|
588
|
-
},
|
|
589
|
-
"Dark/color.border": {
|
|
590
|
-
"attributes": {
|
|
591
|
-
"group": "paint",
|
|
592
|
-
"state": "active",
|
|
593
|
-
"introduced": "0.6.0",
|
|
594
|
-
"description": "Use to visually group or separate UI elements, such as flat cards or side panel dividers."
|
|
595
|
-
},
|
|
596
|
-
"value": "#E3E4F21F"
|
|
597
|
-
},
|
|
598
|
-
"Dark/color.border.accent.lime": {
|
|
599
|
-
"attributes": {
|
|
600
|
-
"group": "paint",
|
|
601
|
-
"state": "active",
|
|
602
|
-
"introduced": "1.6.0",
|
|
603
|
-
"description": "Use for lime borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
604
|
-
},
|
|
605
|
-
"value": "#82B536"
|
|
587
|
+
"value": "#1A5265"
|
|
606
588
|
},
|
|
607
|
-
"Dark/color.
|
|
589
|
+
"Dark/color.background.accent.teal.subtler.pressed": {
|
|
608
590
|
"attributes": {
|
|
609
591
|
"group": "paint",
|
|
610
592
|
"state": "active",
|
|
611
|
-
"introduced": "
|
|
612
|
-
"description": "
|
|
593
|
+
"introduced": "1.19.0",
|
|
594
|
+
"description": "Pressed state of color.background.accent.teal.subtler."
|
|
613
595
|
},
|
|
614
|
-
"value": "#
|
|
596
|
+
"value": "#206A83"
|
|
615
597
|
},
|
|
616
|
-
"Dark/color.
|
|
598
|
+
"Dark/color.background.accent.teal.subtle": {
|
|
617
599
|
"attributes": {
|
|
618
600
|
"group": "paint",
|
|
619
601
|
"state": "active",
|
|
620
|
-
"introduced": "0.
|
|
621
|
-
"description": "Use for
|
|
602
|
+
"introduced": "0.7.0",
|
|
603
|
+
"description": "Use for vibrant teal backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
622
604
|
},
|
|
623
|
-
"value": "#
|
|
605
|
+
"value": "#206A83"
|
|
624
606
|
},
|
|
625
|
-
"Dark/color.
|
|
607
|
+
"Dark/color.background.accent.teal.subtle.hovered": {
|
|
626
608
|
"attributes": {
|
|
627
609
|
"group": "paint",
|
|
628
610
|
"state": "active",
|
|
629
|
-
"introduced": "
|
|
630
|
-
"description": "
|
|
611
|
+
"introduced": "1.19.0",
|
|
612
|
+
"description": "Hovered state of color.background.accent.teal.subtle."
|
|
631
613
|
},
|
|
632
|
-
"value": "#
|
|
614
|
+
"value": "#1A5265"
|
|
633
615
|
},
|
|
634
|
-
"Dark/color.
|
|
616
|
+
"Dark/color.background.accent.teal.subtle.pressed": {
|
|
635
617
|
"attributes": {
|
|
636
618
|
"group": "paint",
|
|
637
619
|
"state": "active",
|
|
638
|
-
"introduced": "
|
|
639
|
-
"description": "
|
|
620
|
+
"introduced": "1.19.0",
|
|
621
|
+
"description": "Pressed state of color.background.accent.teal.subtle."
|
|
640
622
|
},
|
|
641
|
-
"value": "#
|
|
623
|
+
"value": "#164555"
|
|
642
624
|
},
|
|
643
|
-
"Dark/color.
|
|
625
|
+
"Dark/color.background.accent.teal.bolder": {
|
|
644
626
|
"attributes": {
|
|
645
627
|
"group": "paint",
|
|
646
628
|
"state": "active",
|
|
647
|
-
"introduced": "
|
|
648
|
-
"description": "Use for
|
|
629
|
+
"introduced": "0.7.0",
|
|
630
|
+
"description": "Use for teal backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
649
631
|
},
|
|
650
|
-
"value": "#
|
|
632
|
+
"value": "#6CC3E0"
|
|
651
633
|
},
|
|
652
|
-
"Dark/color.
|
|
634
|
+
"Dark/color.background.accent.teal.bolder.hovered": {
|
|
653
635
|
"attributes": {
|
|
654
636
|
"group": "paint",
|
|
655
637
|
"state": "active",
|
|
656
|
-
"introduced": "
|
|
657
|
-
"description": "
|
|
638
|
+
"introduced": "1.19.0",
|
|
639
|
+
"description": "Hovered state of color.background.accent.teal.bolder."
|
|
658
640
|
},
|
|
659
|
-
"value": "#
|
|
641
|
+
"value": "#9DD9EE"
|
|
660
642
|
},
|
|
661
|
-
"Dark/color.
|
|
643
|
+
"Dark/color.background.accent.teal.bolder.pressed": {
|
|
662
644
|
"attributes": {
|
|
663
645
|
"group": "paint",
|
|
664
646
|
"state": "active",
|
|
665
|
-
"introduced": "
|
|
666
|
-
"description": "
|
|
647
|
+
"introduced": "1.19.0",
|
|
648
|
+
"description": "Pressed state of color.background.accent.teal.bolder."
|
|
667
649
|
},
|
|
668
|
-
"value": "#
|
|
650
|
+
"value": "#B1E4F7"
|
|
669
651
|
},
|
|
670
|
-
"Dark/color.
|
|
652
|
+
"Dark/color.background.accent.blue.subtlest": {
|
|
671
653
|
"attributes": {
|
|
672
654
|
"group": "paint",
|
|
673
655
|
"state": "active",
|
|
674
|
-
"introduced": "0.
|
|
675
|
-
"description": "Use for
|
|
656
|
+
"introduced": "0.7.0",
|
|
657
|
+
"description": "Use for blue backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
676
658
|
},
|
|
677
|
-
"value": "#
|
|
659
|
+
"value": "#1C2B42"
|
|
678
660
|
},
|
|
679
|
-
"Dark/color.
|
|
661
|
+
"Dark/color.background.accent.blue.subtlest.hovered": {
|
|
680
662
|
"attributes": {
|
|
681
663
|
"group": "paint",
|
|
682
664
|
"state": "active",
|
|
683
|
-
"introduced": "
|
|
684
|
-
"description": "
|
|
665
|
+
"introduced": "1.19.0",
|
|
666
|
+
"description": "Hovered state of color.background.accent.blue.subtlest."
|
|
685
667
|
},
|
|
686
|
-
"value": "#
|
|
668
|
+
"value": "#123263"
|
|
687
669
|
},
|
|
688
|
-
"Dark/color.
|
|
670
|
+
"Dark/color.background.accent.blue.subtlest.pressed": {
|
|
689
671
|
"attributes": {
|
|
690
672
|
"group": "paint",
|
|
691
673
|
"state": "active",
|
|
692
|
-
"introduced": "
|
|
693
|
-
"description": "
|
|
674
|
+
"introduced": "1.19.0",
|
|
675
|
+
"description": "Pressed state of color.background.accent.blue.subtlest."
|
|
694
676
|
},
|
|
695
|
-
"value": "#
|
|
677
|
+
"value": "#144794"
|
|
696
678
|
},
|
|
697
|
-
"Dark/color.
|
|
679
|
+
"Dark/color.background.accent.blue.subtler": {
|
|
698
680
|
"attributes": {
|
|
699
681
|
"group": "paint",
|
|
700
682
|
"state": "active",
|
|
701
|
-
"introduced": "
|
|
702
|
-
"description": "Use for
|
|
683
|
+
"introduced": "0.7.0",
|
|
684
|
+
"description": "Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
703
685
|
},
|
|
704
|
-
"value": "#
|
|
686
|
+
"value": "#123263"
|
|
705
687
|
},
|
|
706
|
-
"Dark/color.
|
|
688
|
+
"Dark/color.background.accent.blue.subtler.hovered": {
|
|
707
689
|
"attributes": {
|
|
708
690
|
"group": "paint",
|
|
709
691
|
"state": "active",
|
|
710
|
-
"introduced": "
|
|
711
|
-
"description": "
|
|
692
|
+
"introduced": "1.19.0",
|
|
693
|
+
"description": "Hovered state of color.background.accent.blue.subtler."
|
|
712
694
|
},
|
|
713
|
-
"value": "#
|
|
695
|
+
"value": "#144794"
|
|
714
696
|
},
|
|
715
|
-
"Dark/color.
|
|
697
|
+
"Dark/color.background.accent.blue.subtler.pressed": {
|
|
716
698
|
"attributes": {
|
|
717
699
|
"group": "paint",
|
|
718
700
|
"state": "active",
|
|
719
|
-
"introduced": "
|
|
720
|
-
"description": "
|
|
701
|
+
"introduced": "1.19.0",
|
|
702
|
+
"description": "Pressed state of color.background.accent.blue.subtler."
|
|
721
703
|
},
|
|
722
704
|
"value": "#1558BC"
|
|
723
705
|
},
|
|
724
|
-
"Dark/color.
|
|
725
|
-
"attributes": {
|
|
726
|
-
"group": "paint",
|
|
727
|
-
"state": "active",
|
|
728
|
-
"introduced": "0.6.0",
|
|
729
|
-
"description": "Use for purple borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
730
|
-
},
|
|
731
|
-
"value": "#BF63F3"
|
|
732
|
-
},
|
|
733
|
-
"Dark/color.border.accent.purple.subtle": {
|
|
734
|
-
"attributes": {
|
|
735
|
-
"group": "paint",
|
|
736
|
-
"state": "active",
|
|
737
|
-
"introduced": "13.2.0",
|
|
738
|
-
"description": "Use for decorative purple borders that do not need to meet 3:1 contrast requirements."
|
|
739
|
-
},
|
|
740
|
-
"value": "#803FA5"
|
|
741
|
-
},
|
|
742
|
-
"Dark/color.border.accent.magenta": {
|
|
743
|
-
"attributes": {
|
|
744
|
-
"group": "paint",
|
|
745
|
-
"state": "active",
|
|
746
|
-
"introduced": "0.6.0",
|
|
747
|
-
"description": "Use for magenta borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
748
|
-
},
|
|
749
|
-
"value": "#DA62AC"
|
|
750
|
-
},
|
|
751
|
-
"Dark/color.border.accent.magenta.subtle": {
|
|
706
|
+
"Dark/color.background.accent.blue.subtle": {
|
|
752
707
|
"attributes": {
|
|
753
708
|
"group": "paint",
|
|
754
709
|
"state": "active",
|
|
755
|
-
"introduced": "
|
|
756
|
-
"description": "Use for
|
|
710
|
+
"introduced": "0.7.0",
|
|
711
|
+
"description": "Use for vibrant blue backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
757
712
|
},
|
|
758
|
-
"value": "#
|
|
713
|
+
"value": "#1558BC"
|
|
759
714
|
},
|
|
760
|
-
"Dark/color.
|
|
715
|
+
"Dark/color.background.accent.blue.subtle.hovered": {
|
|
761
716
|
"attributes": {
|
|
762
717
|
"group": "paint",
|
|
763
718
|
"state": "active",
|
|
764
|
-
"introduced": "
|
|
765
|
-
"description": "
|
|
719
|
+
"introduced": "1.19.0",
|
|
720
|
+
"description": "Hovered state of color.background.accent.blue.subtle."
|
|
766
721
|
},
|
|
767
|
-
"value": "#
|
|
722
|
+
"value": "#144794"
|
|
768
723
|
},
|
|
769
|
-
"Dark/color.
|
|
724
|
+
"Dark/color.background.accent.blue.subtle.pressed": {
|
|
770
725
|
"attributes": {
|
|
771
726
|
"group": "paint",
|
|
772
727
|
"state": "active",
|
|
773
|
-
"introduced": "
|
|
774
|
-
"description": "
|
|
728
|
+
"introduced": "1.19.0",
|
|
729
|
+
"description": "Pressed state of color.background.accent.blue.subtle."
|
|
775
730
|
},
|
|
776
|
-
"value": "#
|
|
731
|
+
"value": "#123263"
|
|
777
732
|
},
|
|
778
|
-
"Dark/color.
|
|
733
|
+
"Dark/color.background.accent.blue.bolder": {
|
|
779
734
|
"attributes": {
|
|
780
735
|
"group": "paint",
|
|
781
736
|
"state": "active",
|
|
782
|
-
"introduced": "0.
|
|
783
|
-
"description": "Use for
|
|
737
|
+
"introduced": "0.7.0",
|
|
738
|
+
"description": "Use for blue backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
784
739
|
},
|
|
785
|
-
"value": "#
|
|
740
|
+
"value": "#669DF1"
|
|
786
741
|
},
|
|
787
|
-
"Dark/color.
|
|
742
|
+
"Dark/color.background.accent.blue.bolder.hovered": {
|
|
788
743
|
"attributes": {
|
|
789
744
|
"group": "paint",
|
|
790
745
|
"state": "active",
|
|
791
|
-
"introduced": "
|
|
792
|
-
"description": "
|
|
746
|
+
"introduced": "1.19.0",
|
|
747
|
+
"description": "Hovered state of color.background.accent.blue.bolder."
|
|
793
748
|
},
|
|
794
749
|
"value": "#8FB8F6"
|
|
795
750
|
},
|
|
796
|
-
"Dark/color.
|
|
797
|
-
"attributes": {
|
|
798
|
-
"group": "paint",
|
|
799
|
-
"state": "active",
|
|
800
|
-
"introduced": "0.6.0",
|
|
801
|
-
"description": "Use for borders of form UI elements, such as text fields, checkboxes, and radio buttons."
|
|
802
|
-
},
|
|
803
|
-
"value": "#7E8188"
|
|
804
|
-
},
|
|
805
|
-
"Dark/color.border.inverse": {
|
|
806
|
-
"attributes": {
|
|
807
|
-
"group": "paint",
|
|
808
|
-
"state": "active",
|
|
809
|
-
"introduced": "0.6.0",
|
|
810
|
-
"description": "Use for borders on bold backgrounds."
|
|
811
|
-
},
|
|
812
|
-
"value": "#18191A"
|
|
813
|
-
},
|
|
814
|
-
"Dark/color.border.selected": {
|
|
751
|
+
"Dark/color.background.accent.blue.bolder.pressed": {
|
|
815
752
|
"attributes": {
|
|
816
753
|
"group": "paint",
|
|
817
754
|
"state": "active",
|
|
818
|
-
"introduced": "
|
|
819
|
-
"description": "
|
|
755
|
+
"introduced": "1.19.0",
|
|
756
|
+
"description": "Pressed state of color.background.accent.blue.bolder."
|
|
820
757
|
},
|
|
821
|
-
"value": "#
|
|
758
|
+
"value": "#ADCBFB"
|
|
822
759
|
},
|
|
823
|
-
"Dark/color.
|
|
760
|
+
"Dark/color.background.accent.purple.subtlest": {
|
|
824
761
|
"attributes": {
|
|
825
762
|
"group": "paint",
|
|
826
763
|
"state": "active",
|
|
827
|
-
"introduced": "0.
|
|
828
|
-
"description": "Use for
|
|
764
|
+
"introduced": "0.7.0",
|
|
765
|
+
"description": "Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
829
766
|
},
|
|
830
|
-
"value": "#
|
|
767
|
+
"value": "#35243F"
|
|
831
768
|
},
|
|
832
|
-
"Dark/color.
|
|
769
|
+
"Dark/color.background.accent.purple.subtlest.hovered": {
|
|
833
770
|
"attributes": {
|
|
834
771
|
"group": "paint",
|
|
835
772
|
"state": "active",
|
|
836
|
-
"introduced": "
|
|
837
|
-
"description": "
|
|
773
|
+
"introduced": "1.19.0",
|
|
774
|
+
"description": "Hovered state of color.background.accent.purple.subtlest."
|
|
838
775
|
},
|
|
839
|
-
"value": "#
|
|
776
|
+
"value": "#48245D"
|
|
840
777
|
},
|
|
841
|
-
"Dark/color.
|
|
778
|
+
"Dark/color.background.accent.purple.subtlest.pressed": {
|
|
842
779
|
"attributes": {
|
|
843
780
|
"group": "paint",
|
|
844
781
|
"state": "active",
|
|
845
|
-
"introduced": "
|
|
846
|
-
"description": "
|
|
782
|
+
"introduced": "1.19.0",
|
|
783
|
+
"description": "Pressed state of color.background.accent.purple.subtlest."
|
|
847
784
|
},
|
|
848
|
-
"value": "#
|
|
785
|
+
"value": "#673286"
|
|
849
786
|
},
|
|
850
|
-
"Dark/color.
|
|
787
|
+
"Dark/color.background.accent.purple.subtler": {
|
|
851
788
|
"attributes": {
|
|
852
789
|
"group": "paint",
|
|
853
790
|
"state": "active",
|
|
854
|
-
"introduced": "0.
|
|
855
|
-
"description": "Use for
|
|
791
|
+
"introduced": "0.7.0",
|
|
792
|
+
"description": "Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
856
793
|
},
|
|
857
|
-
"value": "#
|
|
794
|
+
"value": "#48245D"
|
|
858
795
|
},
|
|
859
|
-
"Dark/color.
|
|
796
|
+
"Dark/color.background.accent.purple.subtler.hovered": {
|
|
860
797
|
"attributes": {
|
|
861
798
|
"group": "paint",
|
|
862
799
|
"state": "active",
|
|
863
|
-
"introduced": "
|
|
864
|
-
"description": "
|
|
800
|
+
"introduced": "1.19.0",
|
|
801
|
+
"description": "Hovered state of color.background.accent.purple.subtler."
|
|
865
802
|
},
|
|
866
|
-
"value": "#
|
|
803
|
+
"value": "#673286"
|
|
867
804
|
},
|
|
868
|
-
"Dark/color.
|
|
805
|
+
"Dark/color.background.accent.purple.subtler.pressed": {
|
|
869
806
|
"attributes": {
|
|
870
807
|
"group": "paint",
|
|
871
808
|
"state": "active",
|
|
872
|
-
"introduced": "
|
|
873
|
-
"description": "
|
|
809
|
+
"introduced": "1.19.0",
|
|
810
|
+
"description": "Pressed state of color.background.accent.purple.subtler."
|
|
874
811
|
},
|
|
875
|
-
"value": "#
|
|
812
|
+
"value": "#803FA5"
|
|
876
813
|
},
|
|
877
|
-
"Dark/color.
|
|
814
|
+
"Dark/color.background.accent.purple.subtle": {
|
|
878
815
|
"attributes": {
|
|
879
816
|
"group": "paint",
|
|
880
817
|
"state": "active",
|
|
881
|
-
"introduced": "
|
|
882
|
-
"description": "Use for
|
|
818
|
+
"introduced": "0.7.0",
|
|
819
|
+
"description": "Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
883
820
|
},
|
|
884
|
-
"value": "#
|
|
821
|
+
"value": "#803FA5"
|
|
885
822
|
},
|
|
886
|
-
"Dark/color.
|
|
823
|
+
"Dark/color.background.accent.purple.subtle.hovered": {
|
|
887
824
|
"attributes": {
|
|
888
825
|
"group": "paint",
|
|
889
826
|
"state": "active",
|
|
890
|
-
"introduced": "
|
|
891
|
-
"description": "
|
|
827
|
+
"introduced": "1.19.0",
|
|
828
|
+
"description": "Hovered state of color.background.accent.purple.subtle."
|
|
892
829
|
},
|
|
893
|
-
"value": "#
|
|
830
|
+
"value": "#673286"
|
|
894
831
|
},
|
|
895
|
-
"Dark/color.
|
|
832
|
+
"Dark/color.background.accent.purple.subtle.pressed": {
|
|
896
833
|
"attributes": {
|
|
897
834
|
"group": "paint",
|
|
898
835
|
"state": "active",
|
|
899
|
-
"introduced": "
|
|
900
|
-
"description": "
|
|
836
|
+
"introduced": "1.19.0",
|
|
837
|
+
"description": "Pressed state of color.background.accent.purple.subtle."
|
|
901
838
|
},
|
|
902
|
-
"value": "#
|
|
839
|
+
"value": "#48245D"
|
|
903
840
|
},
|
|
904
|
-
"Dark/color.
|
|
841
|
+
"Dark/color.background.accent.purple.bolder": {
|
|
905
842
|
"attributes": {
|
|
906
843
|
"group": "paint",
|
|
907
844
|
"state": "active",
|
|
908
|
-
"introduced": "0.
|
|
909
|
-
"description": "Use for
|
|
845
|
+
"introduced": "0.7.0",
|
|
846
|
+
"description": "Use for purple backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
910
847
|
},
|
|
911
|
-
"value": "#
|
|
848
|
+
"value": "#C97CF4"
|
|
912
849
|
},
|
|
913
|
-
"Dark/color.
|
|
850
|
+
"Dark/color.background.accent.purple.bolder.hovered": {
|
|
914
851
|
"attributes": {
|
|
915
852
|
"group": "paint",
|
|
916
853
|
"state": "active",
|
|
917
|
-
"introduced": "
|
|
918
|
-
"description": "
|
|
854
|
+
"introduced": "1.19.0",
|
|
855
|
+
"description": "Hovered state of color.background.accent.purple.bolder."
|
|
919
856
|
},
|
|
920
|
-
"value": "#
|
|
857
|
+
"value": "#D8A0F7"
|
|
921
858
|
},
|
|
922
|
-
"Dark/color.
|
|
859
|
+
"Dark/color.background.accent.purple.bolder.pressed": {
|
|
923
860
|
"attributes": {
|
|
924
861
|
"group": "paint",
|
|
925
862
|
"state": "active",
|
|
926
|
-
"introduced": "
|
|
927
|
-
"description": "
|
|
863
|
+
"introduced": "1.19.0",
|
|
864
|
+
"description": "Pressed state of color.background.accent.purple.bolder."
|
|
928
865
|
},
|
|
929
|
-
"value": "#
|
|
866
|
+
"value": "#E3BDFA"
|
|
930
867
|
},
|
|
931
|
-
"Dark/color.background.accent.
|
|
868
|
+
"Dark/color.background.accent.magenta.subtlest": {
|
|
932
869
|
"attributes": {
|
|
933
870
|
"group": "paint",
|
|
934
871
|
"state": "active",
|
|
935
|
-
"introduced": "
|
|
936
|
-
"description": "Use for
|
|
872
|
+
"introduced": "0.7.0",
|
|
873
|
+
"description": "Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
937
874
|
},
|
|
938
|
-
"value": "#
|
|
875
|
+
"value": "#3D2232"
|
|
939
876
|
},
|
|
940
|
-
"Dark/color.background.accent.
|
|
877
|
+
"Dark/color.background.accent.magenta.subtlest.hovered": {
|
|
941
878
|
"attributes": {
|
|
942
879
|
"group": "paint",
|
|
943
880
|
"state": "active",
|
|
944
881
|
"introduced": "1.19.0",
|
|
945
|
-
"description": "Hovered state of color.background.accent.
|
|
882
|
+
"description": "Hovered state of color.background.accent.magenta.subtlest."
|
|
946
883
|
},
|
|
947
|
-
"value": "#
|
|
884
|
+
"value": "#50253F"
|
|
948
885
|
},
|
|
949
|
-
"Dark/color.background.accent.
|
|
886
|
+
"Dark/color.background.accent.magenta.subtlest.pressed": {
|
|
950
887
|
"attributes": {
|
|
951
888
|
"group": "paint",
|
|
952
889
|
"state": "active",
|
|
953
890
|
"introduced": "1.19.0",
|
|
954
|
-
"description": "Pressed state of color.background.accent.
|
|
891
|
+
"description": "Pressed state of color.background.accent.magenta.subtlest."
|
|
955
892
|
},
|
|
956
|
-
"value": "#
|
|
893
|
+
"value": "#77325B"
|
|
957
894
|
},
|
|
958
|
-
"Dark/color.background.accent.
|
|
895
|
+
"Dark/color.background.accent.magenta.subtler": {
|
|
959
896
|
"attributes": {
|
|
960
897
|
"group": "paint",
|
|
961
898
|
"state": "active",
|
|
962
|
-
"introduced": "
|
|
963
|
-
"description": "Use for
|
|
899
|
+
"introduced": "0.7.0",
|
|
900
|
+
"description": "Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
964
901
|
},
|
|
965
|
-
"value": "#
|
|
902
|
+
"value": "#50253F"
|
|
966
903
|
},
|
|
967
|
-
"Dark/color.background.accent.
|
|
904
|
+
"Dark/color.background.accent.magenta.subtler.hovered": {
|
|
968
905
|
"attributes": {
|
|
969
906
|
"group": "paint",
|
|
970
907
|
"state": "active",
|
|
971
908
|
"introduced": "1.19.0",
|
|
972
|
-
"description": "Hovered state of color.background.accent.
|
|
909
|
+
"description": "Hovered state of color.background.accent.magenta.subtler."
|
|
973
910
|
},
|
|
974
|
-
"value": "#
|
|
911
|
+
"value": "#77325B"
|
|
975
912
|
},
|
|
976
|
-
"Dark/color.background.accent.
|
|
913
|
+
"Dark/color.background.accent.magenta.subtler.pressed": {
|
|
977
914
|
"attributes": {
|
|
978
915
|
"group": "paint",
|
|
979
916
|
"state": "active",
|
|
980
917
|
"introduced": "1.19.0",
|
|
981
|
-
"description": "Pressed state of color.background.accent.
|
|
918
|
+
"description": "Pressed state of color.background.accent.magenta.subtler."
|
|
982
919
|
},
|
|
983
|
-
"value": "#
|
|
920
|
+
"value": "#943D73"
|
|
984
921
|
},
|
|
985
|
-
"Dark/color.background.accent.
|
|
922
|
+
"Dark/color.background.accent.magenta.subtle": {
|
|
986
923
|
"attributes": {
|
|
987
924
|
"group": "paint",
|
|
988
925
|
"state": "active",
|
|
989
|
-
"introduced": "
|
|
990
|
-
"description": "Use for vibrant
|
|
926
|
+
"introduced": "0.7.0",
|
|
927
|
+
"description": "Use for vibrant magenta backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
991
928
|
},
|
|
992
|
-
"value": "#
|
|
929
|
+
"value": "#943D73"
|
|
993
930
|
},
|
|
994
|
-
"Dark/color.background.accent.
|
|
931
|
+
"Dark/color.background.accent.magenta.subtle.hovered": {
|
|
995
932
|
"attributes": {
|
|
996
933
|
"group": "paint",
|
|
997
934
|
"state": "active",
|
|
998
935
|
"introduced": "1.19.0",
|
|
999
|
-
"description": "Hovered state of color.background.accent.
|
|
936
|
+
"description": "Hovered state of color.background.accent.magenta.subtle."
|
|
1000
937
|
},
|
|
1001
|
-
"value": "#
|
|
938
|
+
"value": "#77325B"
|
|
1002
939
|
},
|
|
1003
|
-
"Dark/color.background.accent.
|
|
940
|
+
"Dark/color.background.accent.magenta.subtle.pressed": {
|
|
1004
941
|
"attributes": {
|
|
1005
942
|
"group": "paint",
|
|
1006
943
|
"state": "active",
|
|
1007
944
|
"introduced": "1.19.0",
|
|
1008
|
-
"description": "Pressed state of color.background.accent.
|
|
945
|
+
"description": "Pressed state of color.background.accent.magenta.subtle."
|
|
1009
946
|
},
|
|
1010
|
-
"value": "#
|
|
947
|
+
"value": "#50253F"
|
|
1011
948
|
},
|
|
1012
|
-
"Dark/color.background.accent.
|
|
949
|
+
"Dark/color.background.accent.magenta.bolder": {
|
|
1013
950
|
"attributes": {
|
|
1014
951
|
"group": "paint",
|
|
1015
952
|
"state": "active",
|
|
1016
|
-
"introduced": "
|
|
1017
|
-
"description": "Use for
|
|
953
|
+
"introduced": "0.7.0",
|
|
954
|
+
"description": "Use for magenta backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
1018
955
|
},
|
|
1019
|
-
"value": "#
|
|
956
|
+
"value": "#E774BB"
|
|
1020
957
|
},
|
|
1021
|
-
"Dark/color.background.accent.
|
|
958
|
+
"Dark/color.background.accent.magenta.bolder.hovered": {
|
|
1022
959
|
"attributes": {
|
|
1023
960
|
"group": "paint",
|
|
1024
961
|
"state": "active",
|
|
1025
962
|
"introduced": "1.19.0",
|
|
1026
|
-
"description": "Hovered state of color.background.accent.
|
|
963
|
+
"description": "Hovered state of color.background.accent.magenta.bolder."
|
|
1027
964
|
},
|
|
1028
|
-
"value": "#
|
|
965
|
+
"value": "#F797D2"
|
|
1029
966
|
},
|
|
1030
|
-
"Dark/color.background.accent.
|
|
967
|
+
"Dark/color.background.accent.magenta.bolder.pressed": {
|
|
1031
968
|
"attributes": {
|
|
1032
969
|
"group": "paint",
|
|
1033
970
|
"state": "active",
|
|
1034
971
|
"introduced": "1.19.0",
|
|
1035
|
-
"description": "Pressed state of color.background.accent.
|
|
972
|
+
"description": "Pressed state of color.background.accent.magenta.bolder."
|
|
1036
973
|
},
|
|
1037
|
-
"value": "#
|
|
974
|
+
"value": "#FCB6E1"
|
|
1038
975
|
},
|
|
1039
|
-
"Dark/color.background.accent.
|
|
976
|
+
"Dark/color.background.accent.gray.subtlest": {
|
|
1040
977
|
"attributes": {
|
|
1041
978
|
"group": "paint",
|
|
1042
979
|
"state": "active",
|
|
1043
980
|
"introduced": "0.7.0",
|
|
1044
|
-
"description": "Use for
|
|
981
|
+
"description": "Use for gray backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1045
982
|
},
|
|
1046
|
-
"value": "#
|
|
983
|
+
"value": "#303134"
|
|
1047
984
|
},
|
|
1048
|
-
"Dark/color.background.accent.
|
|
985
|
+
"Dark/color.background.accent.gray.subtlest.hovered": {
|
|
1049
986
|
"attributes": {
|
|
1050
987
|
"group": "paint",
|
|
1051
988
|
"state": "active",
|
|
1052
989
|
"introduced": "1.19.0",
|
|
1053
|
-
"description": "Hovered state of color.background.accent.
|
|
990
|
+
"description": "Hovered state of color.background.accent.gray.subtlest."
|
|
1054
991
|
},
|
|
1055
|
-
"value": "#
|
|
992
|
+
"value": "#3D3F43"
|
|
1056
993
|
},
|
|
1057
|
-
"Dark/color.background.accent.
|
|
994
|
+
"Dark/color.background.accent.gray.subtlest.pressed": {
|
|
1058
995
|
"attributes": {
|
|
1059
996
|
"group": "paint",
|
|
1060
997
|
"state": "active",
|
|
1061
998
|
"introduced": "1.19.0",
|
|
1062
|
-
"description": "Pressed state of color.background.accent.
|
|
999
|
+
"description": "Pressed state of color.background.accent.gray.subtlest."
|
|
1063
1000
|
},
|
|
1064
|
-
"value": "#
|
|
1001
|
+
"value": "#4B4D51"
|
|
1065
1002
|
},
|
|
1066
|
-
"Dark/color.background.accent.
|
|
1003
|
+
"Dark/color.background.accent.gray.subtler": {
|
|
1067
1004
|
"attributes": {
|
|
1068
1005
|
"group": "paint",
|
|
1069
1006
|
"state": "active",
|
|
1070
1007
|
"introduced": "0.7.0",
|
|
1071
|
-
"description": "Use for
|
|
1008
|
+
"description": "Use for gray backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1072
1009
|
},
|
|
1073
|
-
"value": "#
|
|
1010
|
+
"value": "#4B4D51"
|
|
1074
1011
|
},
|
|
1075
|
-
"Dark/color.background.accent.
|
|
1012
|
+
"Dark/color.background.accent.gray.subtler.hovered": {
|
|
1076
1013
|
"attributes": {
|
|
1077
1014
|
"group": "paint",
|
|
1078
1015
|
"state": "active",
|
|
1079
1016
|
"introduced": "1.19.0",
|
|
1080
|
-
"description": "Hovered state of color.background.accent.
|
|
1017
|
+
"description": "Hovered state of color.background.accent.gray.subtler."
|
|
1081
1018
|
},
|
|
1082
|
-
"value": "#
|
|
1019
|
+
"value": "#63666B"
|
|
1083
1020
|
},
|
|
1084
|
-
"Dark/color.background.accent.
|
|
1021
|
+
"Dark/color.background.accent.gray.subtler.pressed": {
|
|
1085
1022
|
"attributes": {
|
|
1086
1023
|
"group": "paint",
|
|
1087
1024
|
"state": "active",
|
|
1088
1025
|
"introduced": "1.19.0",
|
|
1089
|
-
"description": "Pressed state of color.background.accent.
|
|
1026
|
+
"description": "Pressed state of color.background.accent.gray.subtler."
|
|
1090
1027
|
},
|
|
1091
|
-
"value": "#
|
|
1028
|
+
"value": "#7E8188"
|
|
1092
1029
|
},
|
|
1093
|
-
"Dark/color.background.accent.
|
|
1030
|
+
"Dark/color.background.accent.gray.subtle": {
|
|
1094
1031
|
"attributes": {
|
|
1095
1032
|
"group": "paint",
|
|
1096
1033
|
"state": "active",
|
|
1097
1034
|
"introduced": "0.7.0",
|
|
1098
|
-
"description": "Use for vibrant
|
|
1035
|
+
"description": "Use for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
1099
1036
|
},
|
|
1100
|
-
"value": "#
|
|
1037
|
+
"value": "#63666B"
|
|
1101
1038
|
},
|
|
1102
|
-
"Dark/color.background.accent.
|
|
1039
|
+
"Dark/color.background.accent.gray.subtle.hovered": {
|
|
1103
1040
|
"attributes": {
|
|
1104
1041
|
"group": "paint",
|
|
1105
1042
|
"state": "active",
|
|
1106
1043
|
"introduced": "1.19.0",
|
|
1107
|
-
"description": "Hovered state of color.background.accent.
|
|
1044
|
+
"description": "Hovered state of color.background.accent.gray.subtle."
|
|
1108
1045
|
},
|
|
1109
|
-
"value": "#
|
|
1046
|
+
"value": "#4B4D51"
|
|
1110
1047
|
},
|
|
1111
|
-
"Dark/color.background.accent.
|
|
1048
|
+
"Dark/color.background.accent.gray.subtle.pressed": {
|
|
1112
1049
|
"attributes": {
|
|
1113
1050
|
"group": "paint",
|
|
1114
1051
|
"state": "active",
|
|
1115
1052
|
"introduced": "1.19.0",
|
|
1116
|
-
"description": "Pressed state of color.background.accent.
|
|
1053
|
+
"description": "Pressed state of color.background.accent.gray.subtle."
|
|
1117
1054
|
},
|
|
1118
|
-
"value": "#
|
|
1055
|
+
"value": "#3D3F43"
|
|
1119
1056
|
},
|
|
1120
|
-
"Dark/color.background.accent.
|
|
1057
|
+
"Dark/color.background.accent.gray.bolder": {
|
|
1121
1058
|
"attributes": {
|
|
1122
1059
|
"group": "paint",
|
|
1123
1060
|
"state": "active",
|
|
1124
1061
|
"introduced": "0.7.0",
|
|
1125
|
-
"description": "Use for
|
|
1062
|
+
"description": "Use for gray backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
1126
1063
|
},
|
|
1127
|
-
"value": "#
|
|
1064
|
+
"value": "#96999E"
|
|
1128
1065
|
},
|
|
1129
|
-
"Dark/color.background.accent.
|
|
1066
|
+
"Dark/color.background.accent.gray.bolder.hovered": {
|
|
1130
1067
|
"attributes": {
|
|
1131
1068
|
"group": "paint",
|
|
1132
1069
|
"state": "active",
|
|
1133
1070
|
"introduced": "1.19.0",
|
|
1134
|
-
"description": "Hovered state of color.background.accent.
|
|
1071
|
+
"description": "Hovered state of color.background.accent.gray.bolder."
|
|
1135
1072
|
},
|
|
1136
|
-
"value": "#
|
|
1073
|
+
"value": "#A9ABAF"
|
|
1137
1074
|
},
|
|
1138
|
-
"Dark/color.background.accent.
|
|
1075
|
+
"Dark/color.background.accent.gray.bolder.pressed": {
|
|
1139
1076
|
"attributes": {
|
|
1140
1077
|
"group": "paint",
|
|
1141
1078
|
"state": "active",
|
|
1142
1079
|
"introduced": "1.19.0",
|
|
1143
|
-
"description": "Pressed state of color.background.accent.
|
|
1080
|
+
"description": "Pressed state of color.background.accent.gray.subtlest."
|
|
1144
1081
|
},
|
|
1145
|
-
"value": "#
|
|
1082
|
+
"value": "#BFC1C4"
|
|
1146
1083
|
},
|
|
1147
|
-
"Dark/color.background.
|
|
1084
|
+
"Dark/color.background.disabled": {
|
|
1148
1085
|
"attributes": {
|
|
1149
1086
|
"group": "paint",
|
|
1150
1087
|
"state": "active",
|
|
1151
|
-
"introduced": "0.
|
|
1152
|
-
"description": "Use for
|
|
1088
|
+
"introduced": "0.0.15",
|
|
1089
|
+
"description": "Use for backgrounds of elements in a disabled state."
|
|
1153
1090
|
},
|
|
1154
|
-
"value": "#
|
|
1091
|
+
"value": "#E3E4F21F"
|
|
1155
1092
|
},
|
|
1156
|
-
"Dark/color.background.
|
|
1093
|
+
"Dark/color.background.input": {
|
|
1157
1094
|
"attributes": {
|
|
1158
1095
|
"group": "paint",
|
|
1159
1096
|
"state": "active",
|
|
1160
|
-
"introduced": "
|
|
1161
|
-
"description": "
|
|
1097
|
+
"introduced": "0.6.0",
|
|
1098
|
+
"description": "Use for background of form UI elements, such as text fields, checkboxes, and radio buttons."
|
|
1162
1099
|
},
|
|
1163
|
-
"value": "#
|
|
1100
|
+
"value": "#242528"
|
|
1164
1101
|
},
|
|
1165
|
-
"Dark/color.background.
|
|
1102
|
+
"Dark/color.background.input.hovered": {
|
|
1166
1103
|
"attributes": {
|
|
1167
1104
|
"group": "paint",
|
|
1168
1105
|
"state": "active",
|
|
1169
|
-
"introduced": "
|
|
1170
|
-
"description": "
|
|
1106
|
+
"introduced": "0.6.0",
|
|
1107
|
+
"description": "Hovered state for color.background.input"
|
|
1171
1108
|
},
|
|
1172
|
-
"value": "#
|
|
1109
|
+
"value": "#2B2C2F"
|
|
1173
1110
|
},
|
|
1174
|
-
"Dark/color.background.
|
|
1111
|
+
"Dark/color.background.input.pressed": {
|
|
1175
1112
|
"attributes": {
|
|
1176
1113
|
"group": "paint",
|
|
1177
1114
|
"state": "active",
|
|
1178
|
-
"introduced": "0.
|
|
1179
|
-
"description": "
|
|
1115
|
+
"introduced": "0.6.0",
|
|
1116
|
+
"description": "Pressed state for color.background.input"
|
|
1180
1117
|
},
|
|
1181
|
-
"value": "#
|
|
1118
|
+
"value": "#242528"
|
|
1182
1119
|
},
|
|
1183
|
-
"Dark/color.background.
|
|
1120
|
+
"Dark/color.background.inverse.subtle": {
|
|
1184
1121
|
"attributes": {
|
|
1185
1122
|
"group": "paint",
|
|
1186
1123
|
"state": "active",
|
|
1187
|
-
"introduced": "
|
|
1188
|
-
"description": "
|
|
1124
|
+
"introduced": "0.8.3",
|
|
1125
|
+
"description": "Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards."
|
|
1189
1126
|
},
|
|
1190
|
-
"value": "#
|
|
1127
|
+
"value": "#FFFFFF29"
|
|
1191
1128
|
},
|
|
1192
|
-
"Dark/color.background.
|
|
1129
|
+
"Dark/color.background.inverse.subtle.hovered": {
|
|
1193
1130
|
"attributes": {
|
|
1194
1131
|
"group": "paint",
|
|
1195
1132
|
"state": "active",
|
|
1196
|
-
"introduced": "
|
|
1197
|
-
"description": "
|
|
1133
|
+
"introduced": "0.8.3",
|
|
1134
|
+
"description": "Use for the hovered state of color.background.inverse.subtle"
|
|
1198
1135
|
},
|
|
1199
|
-
"value": "#
|
|
1136
|
+
"value": "#FFFFFF3D"
|
|
1200
1137
|
},
|
|
1201
|
-
"Dark/color.background.
|
|
1138
|
+
"Dark/color.background.inverse.subtle.pressed": {
|
|
1202
1139
|
"attributes": {
|
|
1203
1140
|
"group": "paint",
|
|
1204
1141
|
"state": "active",
|
|
1205
|
-
"introduced": "0.
|
|
1206
|
-
"description": "Use for
|
|
1142
|
+
"introduced": "0.8.3",
|
|
1143
|
+
"description": "Use for the pressed state of color.background.inverse.subtle"
|
|
1207
1144
|
},
|
|
1208
|
-
"value": "#
|
|
1145
|
+
"value": "#FFFFFF52"
|
|
1209
1146
|
},
|
|
1210
|
-
"Dark/color.background.
|
|
1147
|
+
"Dark/color.background.neutral": {
|
|
1211
1148
|
"attributes": {
|
|
1212
1149
|
"group": "paint",
|
|
1213
1150
|
"state": "active",
|
|
1214
|
-
"introduced": "
|
|
1215
|
-
"description": "
|
|
1151
|
+
"introduced": "0.6.0",
|
|
1152
|
+
"description": "The default background for neutral elements, such as default buttons."
|
|
1216
1153
|
},
|
|
1217
|
-
"value": "#
|
|
1154
|
+
"value": "#CECED912"
|
|
1218
1155
|
},
|
|
1219
|
-
"Dark/color.background.
|
|
1156
|
+
"Dark/color.background.neutral.hovered": {
|
|
1220
1157
|
"attributes": {
|
|
1221
1158
|
"group": "paint",
|
|
1222
1159
|
"state": "active",
|
|
1223
|
-
"introduced": "
|
|
1224
|
-
"description": "
|
|
1160
|
+
"introduced": "0.6.0",
|
|
1161
|
+
"description": "Hovered state for color.background.neutral"
|
|
1225
1162
|
},
|
|
1226
|
-
"value": "#
|
|
1163
|
+
"value": "#E3E4F21F"
|
|
1227
1164
|
},
|
|
1228
|
-
"Dark/color.background.
|
|
1165
|
+
"Dark/color.background.neutral.pressed": {
|
|
1229
1166
|
"attributes": {
|
|
1230
1167
|
"group": "paint",
|
|
1231
1168
|
"state": "active",
|
|
1232
|
-
"introduced": "0.
|
|
1233
|
-
"description": "
|
|
1169
|
+
"introduced": "0.6.0",
|
|
1170
|
+
"description": "Pressed state for color.background.neutral"
|
|
1234
1171
|
},
|
|
1235
|
-
"value": "#
|
|
1172
|
+
"value": "#E5E9F640"
|
|
1236
1173
|
},
|
|
1237
|
-
"Dark/color.background.
|
|
1174
|
+
"Dark/color.background.neutral.subtle": {
|
|
1238
1175
|
"attributes": {
|
|
1239
1176
|
"group": "paint",
|
|
1240
1177
|
"state": "active",
|
|
1241
|
-
"introduced": "
|
|
1242
|
-
"description": "
|
|
1178
|
+
"introduced": "0.6.0",
|
|
1179
|
+
"description": "Use for the background of elements that appear to have no background in a resting state, such as subtle buttons and menu items."
|
|
1243
1180
|
},
|
|
1244
|
-
"value": "#
|
|
1181
|
+
"value": "#00000000"
|
|
1245
1182
|
},
|
|
1246
|
-
"Dark/color.background.
|
|
1183
|
+
"Dark/color.background.neutral.subtle.hovered": {
|
|
1247
1184
|
"attributes": {
|
|
1248
1185
|
"group": "paint",
|
|
1249
1186
|
"state": "active",
|
|
1250
|
-
"introduced": "
|
|
1251
|
-
"description": "
|
|
1187
|
+
"introduced": "0.6.0",
|
|
1188
|
+
"description": "Hovered state for color.background.neutral.subtle"
|
|
1252
1189
|
},
|
|
1253
|
-
"value": "#
|
|
1190
|
+
"value": "#CECED912"
|
|
1254
1191
|
},
|
|
1255
|
-
"Dark/color.background.
|
|
1192
|
+
"Dark/color.background.neutral.subtle.pressed": {
|
|
1256
1193
|
"attributes": {
|
|
1257
1194
|
"group": "paint",
|
|
1258
1195
|
"state": "active",
|
|
1259
|
-
"introduced": "0.
|
|
1260
|
-
"description": "
|
|
1196
|
+
"introduced": "0.6.0",
|
|
1197
|
+
"description": "Pressed state for color.background.neutral.subtle"
|
|
1261
1198
|
},
|
|
1262
|
-
"value": "#
|
|
1199
|
+
"value": "#E3E4F21F"
|
|
1263
1200
|
},
|
|
1264
|
-
"Dark/color.background.
|
|
1201
|
+
"Dark/color.background.neutral.bold": {
|
|
1265
1202
|
"attributes": {
|
|
1266
1203
|
"group": "paint",
|
|
1267
1204
|
"state": "active",
|
|
1268
|
-
"introduced": "
|
|
1269
|
-
"description": "
|
|
1205
|
+
"introduced": "0.6.0",
|
|
1206
|
+
"description": "A vibrant background option for neutral UI elements, such as announcement banners."
|
|
1270
1207
|
},
|
|
1271
|
-
"value": "#
|
|
1208
|
+
"value": "#CECFD2"
|
|
1272
1209
|
},
|
|
1273
|
-
"Dark/color.background.
|
|
1210
|
+
"Dark/color.background.neutral.bold.hovered": {
|
|
1274
1211
|
"attributes": {
|
|
1275
1212
|
"group": "paint",
|
|
1276
1213
|
"state": "active",
|
|
1277
|
-
"introduced": "
|
|
1278
|
-
"description": "
|
|
1214
|
+
"introduced": "0.6.0",
|
|
1215
|
+
"description": "Hovered state of color.background.neutral.bold"
|
|
1279
1216
|
},
|
|
1280
|
-
"value": "#
|
|
1217
|
+
"value": "#BFC1C4"
|
|
1281
1218
|
},
|
|
1282
|
-
"Dark/color.background.
|
|
1219
|
+
"Dark/color.background.neutral.bold.pressed": {
|
|
1283
1220
|
"attributes": {
|
|
1284
1221
|
"group": "paint",
|
|
1285
1222
|
"state": "active",
|
|
1286
|
-
"introduced": "0.
|
|
1287
|
-
"description": "
|
|
1223
|
+
"introduced": "0.6.0",
|
|
1224
|
+
"description": "Pressed state of color.background.neutral.bold"
|
|
1288
1225
|
},
|
|
1289
|
-
"value": "#
|
|
1226
|
+
"value": "#A9ABAF"
|
|
1290
1227
|
},
|
|
1291
|
-
"Dark/color.background.
|
|
1228
|
+
"Dark/color.background.selected": {
|
|
1292
1229
|
"attributes": {
|
|
1293
1230
|
"group": "paint",
|
|
1294
1231
|
"state": "active",
|
|
1295
|
-
"introduced": "
|
|
1296
|
-
"description": "
|
|
1232
|
+
"introduced": "0.6.2",
|
|
1233
|
+
"description": "Use for the background of elements in a selected state, such as in opened dropdown buttons."
|
|
1297
1234
|
},
|
|
1298
|
-
"value": "#
|
|
1235
|
+
"value": "#1C2B42"
|
|
1299
1236
|
},
|
|
1300
|
-
"Dark/color.background.
|
|
1237
|
+
"Dark/color.background.selected.hovered": {
|
|
1301
1238
|
"attributes": {
|
|
1302
1239
|
"group": "paint",
|
|
1303
1240
|
"state": "active",
|
|
1304
|
-
"introduced": "
|
|
1305
|
-
"description": "
|
|
1241
|
+
"introduced": "0.6.2",
|
|
1242
|
+
"description": "Hovered state for color.background.selected"
|
|
1306
1243
|
},
|
|
1307
|
-
"value": "#
|
|
1244
|
+
"value": "#123263"
|
|
1308
1245
|
},
|
|
1309
|
-
"Dark/color.background.
|
|
1246
|
+
"Dark/color.background.selected.pressed": {
|
|
1310
1247
|
"attributes": {
|
|
1311
1248
|
"group": "paint",
|
|
1312
1249
|
"state": "active",
|
|
1313
|
-
"introduced": "0.
|
|
1314
|
-
"description": "
|
|
1250
|
+
"introduced": "0.6.2",
|
|
1251
|
+
"description": "Pressed state for color.background.selected"
|
|
1315
1252
|
},
|
|
1316
|
-
"value": "#
|
|
1253
|
+
"value": "#1558BC"
|
|
1317
1254
|
},
|
|
1318
|
-
"Dark/color.background.
|
|
1255
|
+
"Dark/color.background.selected.bold": {
|
|
1319
1256
|
"attributes": {
|
|
1320
1257
|
"group": "paint",
|
|
1321
1258
|
"state": "active",
|
|
1322
|
-
"introduced": "
|
|
1323
|
-
"description": "
|
|
1259
|
+
"introduced": "0.6.2",
|
|
1260
|
+
"description": "Use for the backgrounds of elements in a selected state, such as checkboxes and radio buttons."
|
|
1324
1261
|
},
|
|
1325
|
-
"value": "#
|
|
1262
|
+
"value": "#669DF1"
|
|
1326
1263
|
},
|
|
1327
|
-
"Dark/color.background.
|
|
1264
|
+
"Dark/color.background.selected.bold.hovered": {
|
|
1328
1265
|
"attributes": {
|
|
1329
1266
|
"group": "paint",
|
|
1330
1267
|
"state": "active",
|
|
1331
|
-
"introduced": "
|
|
1332
|
-
"description": "
|
|
1268
|
+
"introduced": "0.6.2",
|
|
1269
|
+
"description": "Hovered state of color.background.selected.bold"
|
|
1333
1270
|
},
|
|
1334
|
-
"value": "#
|
|
1271
|
+
"value": "#8FB8F6"
|
|
1335
1272
|
},
|
|
1336
|
-
"Dark/color.background.
|
|
1273
|
+
"Dark/color.background.selected.bold.pressed": {
|
|
1337
1274
|
"attributes": {
|
|
1338
1275
|
"group": "paint",
|
|
1339
1276
|
"state": "active",
|
|
1340
|
-
"introduced": "0.
|
|
1341
|
-
"description": "
|
|
1277
|
+
"introduced": "0.6.2",
|
|
1278
|
+
"description": "Pressed state of color.background.selected.bold"
|
|
1342
1279
|
},
|
|
1343
|
-
"value": "#
|
|
1280
|
+
"value": "#CFE1FD"
|
|
1344
1281
|
},
|
|
1345
|
-
"Dark/color.background.
|
|
1282
|
+
"Dark/color.background.brand.subtlest": {
|
|
1346
1283
|
"attributes": {
|
|
1347
1284
|
"group": "paint",
|
|
1348
1285
|
"state": "active",
|
|
1349
|
-
"introduced": "1.
|
|
1350
|
-
"description": "
|
|
1286
|
+
"introduced": "1.13.0",
|
|
1287
|
+
"description": "Use for the background of elements used to reinforce our brand, but with less emphasis."
|
|
1351
1288
|
},
|
|
1352
|
-
"value": "#
|
|
1289
|
+
"value": "#1C2B42"
|
|
1353
1290
|
},
|
|
1354
|
-
"Dark/color.background.
|
|
1291
|
+
"Dark/color.background.brand.subtlest.hovered": {
|
|
1355
1292
|
"attributes": {
|
|
1356
1293
|
"group": "paint",
|
|
1357
1294
|
"state": "active",
|
|
1358
|
-
"introduced": "1.
|
|
1359
|
-
"description": "
|
|
1295
|
+
"introduced": "1.13.0",
|
|
1296
|
+
"description": "Hovered state of color.background.brand.subtlest."
|
|
1360
1297
|
},
|
|
1361
|
-
"value": "#
|
|
1298
|
+
"value": "#123263"
|
|
1362
1299
|
},
|
|
1363
|
-
"Dark/color.background.
|
|
1300
|
+
"Dark/color.background.brand.subtlest.pressed": {
|
|
1364
1301
|
"attributes": {
|
|
1365
1302
|
"group": "paint",
|
|
1366
1303
|
"state": "active",
|
|
1367
|
-
"introduced": "
|
|
1368
|
-
"description": "
|
|
1304
|
+
"introduced": "1.13.0",
|
|
1305
|
+
"description": "Pressed state of color.background.brand.subtlest"
|
|
1369
1306
|
},
|
|
1370
|
-
"value": "#
|
|
1307
|
+
"value": "#144794"
|
|
1371
1308
|
},
|
|
1372
|
-
"Dark/color.background.
|
|
1309
|
+
"Dark/color.background.brand.bold": {
|
|
1373
1310
|
"attributes": {
|
|
1374
1311
|
"group": "paint",
|
|
1375
1312
|
"state": "active",
|
|
1376
|
-
"introduced": "
|
|
1377
|
-
"description": "
|
|
1313
|
+
"introduced": "0.6.0",
|
|
1314
|
+
"description": "Use for the background of elements used to reinforce our brand, but with more emphasis."
|
|
1315
|
+
},
|
|
1316
|
+
"value": "#669DF1"
|
|
1317
|
+
},
|
|
1318
|
+
"Dark/color.background.brand.bold.hovered": {
|
|
1319
|
+
"attributes": {
|
|
1320
|
+
"group": "paint",
|
|
1321
|
+
"state": "active",
|
|
1322
|
+
"introduced": "0.6.0",
|
|
1323
|
+
"description": "Hovered state of color.background.brand.bold."
|
|
1378
1324
|
},
|
|
1379
|
-
"value": "#
|
|
1325
|
+
"value": "#8FB8F6"
|
|
1380
1326
|
},
|
|
1381
|
-
"Dark/color.background.
|
|
1327
|
+
"Dark/color.background.brand.bold.pressed": {
|
|
1382
1328
|
"attributes": {
|
|
1383
1329
|
"group": "paint",
|
|
1384
1330
|
"state": "active",
|
|
1385
|
-
"introduced": "
|
|
1386
|
-
"description": "Pressed state of color.background.
|
|
1331
|
+
"introduced": "0.6.0",
|
|
1332
|
+
"description": "Pressed state of color.background.brand.bold."
|
|
1387
1333
|
},
|
|
1388
|
-
"value": "#
|
|
1334
|
+
"value": "#ADCBFB"
|
|
1389
1335
|
},
|
|
1390
|
-
"Dark/color.background.
|
|
1336
|
+
"Dark/color.background.brand.boldest": {
|
|
1391
1337
|
"attributes": {
|
|
1392
1338
|
"group": "paint",
|
|
1393
1339
|
"state": "active",
|
|
1394
|
-
"introduced": "
|
|
1395
|
-
"description": "Use for
|
|
1340
|
+
"introduced": "1.13.0",
|
|
1341
|
+
"description": "Use for the background of elements used to reinforce our brand, that need to stand out a lot."
|
|
1396
1342
|
},
|
|
1397
|
-
"value": "#
|
|
1343
|
+
"value": "#E9F2FE"
|
|
1398
1344
|
},
|
|
1399
|
-
"Dark/color.background.
|
|
1345
|
+
"Dark/color.background.brand.boldest.hovered": {
|
|
1400
1346
|
"attributes": {
|
|
1401
1347
|
"group": "paint",
|
|
1402
1348
|
"state": "active",
|
|
1403
|
-
"introduced": "1.
|
|
1404
|
-
"description": "Hovered state of color.background.
|
|
1349
|
+
"introduced": "1.13.0",
|
|
1350
|
+
"description": "Hovered state of color.background.brand.boldest."
|
|
1405
1351
|
},
|
|
1406
|
-
"value": "#
|
|
1352
|
+
"value": "#CFE1FD"
|
|
1407
1353
|
},
|
|
1408
|
-
"Dark/color.background.
|
|
1354
|
+
"Dark/color.background.brand.boldest.pressed": {
|
|
1409
1355
|
"attributes": {
|
|
1410
1356
|
"group": "paint",
|
|
1411
1357
|
"state": "active",
|
|
1412
|
-
"introduced": "1.
|
|
1413
|
-
"description": "Pressed state of color.background.
|
|
1358
|
+
"introduced": "1.13.0",
|
|
1359
|
+
"description": "Pressed state of color.background.brand.boldest."
|
|
1414
1360
|
},
|
|
1415
|
-
"value": "#
|
|
1361
|
+
"value": "#ADCBFB"
|
|
1416
1362
|
},
|
|
1417
|
-
"Dark/color.background.
|
|
1363
|
+
"Dark/color.background.danger": {
|
|
1418
1364
|
"attributes": {
|
|
1419
1365
|
"group": "paint",
|
|
1420
1366
|
"state": "active",
|
|
1421
|
-
"introduced": "0.
|
|
1422
|
-
"description": "Use for
|
|
1367
|
+
"introduced": "0.6.0",
|
|
1368
|
+
"description": "Use for backgrounds communicating critical information, such in error section messages."
|
|
1423
1369
|
},
|
|
1424
|
-
"value": "#
|
|
1370
|
+
"value": "#42221F"
|
|
1425
1371
|
},
|
|
1426
|
-
"Dark/color.background.
|
|
1372
|
+
"Dark/color.background.danger.hovered": {
|
|
1427
1373
|
"attributes": {
|
|
1428
1374
|
"group": "paint",
|
|
1429
1375
|
"state": "active",
|
|
1430
|
-
"introduced": "
|
|
1431
|
-
"description": "Hovered state
|
|
1376
|
+
"introduced": "0.6.0",
|
|
1377
|
+
"description": "Hovered state for color.background.danger"
|
|
1432
1378
|
},
|
|
1433
|
-
"value": "#
|
|
1379
|
+
"value": "#5D1F1A"
|
|
1434
1380
|
},
|
|
1435
|
-
"Dark/color.background.
|
|
1381
|
+
"Dark/color.background.danger.pressed": {
|
|
1436
1382
|
"attributes": {
|
|
1437
1383
|
"group": "paint",
|
|
1438
1384
|
"state": "active",
|
|
1439
|
-
"introduced": "
|
|
1440
|
-
"description": "Pressed state
|
|
1385
|
+
"introduced": "0.6.0",
|
|
1386
|
+
"description": "Pressed state for color.background.danger"
|
|
1441
1387
|
},
|
|
1442
|
-
"value": "#
|
|
1388
|
+
"value": "#872821"
|
|
1443
1389
|
},
|
|
1444
|
-
"Dark/color.background.
|
|
1390
|
+
"Dark/color.background.danger.subtler": {
|
|
1445
1391
|
"attributes": {
|
|
1446
1392
|
"group": "paint",
|
|
1447
1393
|
"state": "active",
|
|
1448
|
-
"introduced": "
|
|
1449
|
-
"description": "Use for
|
|
1394
|
+
"introduced": "8.1.0",
|
|
1395
|
+
"description": "Use for backgrounds of danger lozenges and badges to ensure accessibility and desired visual appearance."
|
|
1450
1396
|
},
|
|
1451
|
-
"value": "#
|
|
1397
|
+
"value": "#5D1F1A"
|
|
1452
1398
|
},
|
|
1453
|
-
"Dark/color.background.
|
|
1399
|
+
"Dark/color.background.danger.subtler.hovered": {
|
|
1454
1400
|
"attributes": {
|
|
1455
1401
|
"group": "paint",
|
|
1456
1402
|
"state": "active",
|
|
1457
|
-
"introduced": "1.
|
|
1458
|
-
"description": "Hovered state of color.background.
|
|
1403
|
+
"introduced": "8.1.0",
|
|
1404
|
+
"description": "Hovered state of color.background.danger.subtler"
|
|
1459
1405
|
},
|
|
1460
|
-
"value": "#
|
|
1406
|
+
"value": "#872821"
|
|
1461
1407
|
},
|
|
1462
|
-
"Dark/color.background.
|
|
1408
|
+
"Dark/color.background.danger.subtler.pressed": {
|
|
1463
1409
|
"attributes": {
|
|
1464
1410
|
"group": "paint",
|
|
1465
1411
|
"state": "active",
|
|
1466
|
-
"introduced": "1.
|
|
1467
|
-
"description": "Pressed state of color.background.
|
|
1412
|
+
"introduced": "8.1.0",
|
|
1413
|
+
"description": "Pressed state of color.background.danger.subtler"
|
|
1468
1414
|
},
|
|
1469
|
-
"value": "#
|
|
1415
|
+
"value": "#AE2E24"
|
|
1470
1416
|
},
|
|
1471
|
-
"Dark/color.background.
|
|
1417
|
+
"Dark/color.background.danger.subtle": {
|
|
1472
1418
|
"attributes": {
|
|
1473
1419
|
"group": "paint",
|
|
1474
1420
|
"state": "active",
|
|
1475
|
-
"introduced": "
|
|
1476
|
-
"description": "
|
|
1421
|
+
"introduced": "13.2.0",
|
|
1422
|
+
"description": "Background colour for non-interactive elements communicating critical danger information (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.danger.bold or color.background.danger.subtler for interactive states."
|
|
1477
1423
|
},
|
|
1478
|
-
"value": "#
|
|
1424
|
+
"value": "#AE2E24"
|
|
1479
1425
|
},
|
|
1480
|
-
"Dark/color.background.
|
|
1426
|
+
"Dark/color.background.danger.bold": {
|
|
1481
1427
|
"attributes": {
|
|
1482
1428
|
"group": "paint",
|
|
1483
1429
|
"state": "active",
|
|
1484
|
-
"introduced": "
|
|
1485
|
-
"description": "
|
|
1430
|
+
"introduced": "0.6.0",
|
|
1431
|
+
"description": "A vibrant background option for communicating critical information, such as in danger buttons and error banners."
|
|
1486
1432
|
},
|
|
1487
|
-
"value": "#
|
|
1433
|
+
"value": "#F87168"
|
|
1488
1434
|
},
|
|
1489
|
-
"Dark/color.background.
|
|
1435
|
+
"Dark/color.background.danger.bold.hovered": {
|
|
1490
1436
|
"attributes": {
|
|
1491
1437
|
"group": "paint",
|
|
1492
1438
|
"state": "active",
|
|
1493
|
-
"introduced": "
|
|
1494
|
-
"description": "
|
|
1439
|
+
"introduced": "0.6.0",
|
|
1440
|
+
"description": "Hovered state of color.background.danger.bold"
|
|
1495
1441
|
},
|
|
1496
|
-
"value": "#
|
|
1442
|
+
"value": "#FD9891"
|
|
1497
1443
|
},
|
|
1498
|
-
"Dark/color.background.
|
|
1444
|
+
"Dark/color.background.danger.bold.pressed": {
|
|
1499
1445
|
"attributes": {
|
|
1500
1446
|
"group": "paint",
|
|
1501
1447
|
"state": "active",
|
|
1502
|
-
"introduced": "0.
|
|
1503
|
-
"description": "
|
|
1448
|
+
"introduced": "0.6.0",
|
|
1449
|
+
"description": "Pressed state of color.background.danger.bold"
|
|
1504
1450
|
},
|
|
1505
|
-
"value": "#
|
|
1451
|
+
"value": "#FFB8B2"
|
|
1506
1452
|
},
|
|
1507
|
-
"Dark/color.background.
|
|
1453
|
+
"Dark/color.background.warning": {
|
|
1508
1454
|
"attributes": {
|
|
1509
1455
|
"group": "paint",
|
|
1510
1456
|
"state": "active",
|
|
1511
|
-
"introduced": "
|
|
1512
|
-
"description": "
|
|
1457
|
+
"introduced": "0.6.0",
|
|
1458
|
+
"description": "Use for backgrounds communicating caution, such as in warning section messages."
|
|
1513
1459
|
},
|
|
1514
|
-
"value": "#
|
|
1460
|
+
"value": "#3A2C1F"
|
|
1515
1461
|
},
|
|
1516
|
-
"Dark/color.background.
|
|
1462
|
+
"Dark/color.background.warning.hovered": {
|
|
1517
1463
|
"attributes": {
|
|
1518
1464
|
"group": "paint",
|
|
1519
1465
|
"state": "active",
|
|
1520
|
-
"introduced": "
|
|
1521
|
-
"description": "
|
|
1466
|
+
"introduced": "0.6.0",
|
|
1467
|
+
"description": "Hovered state for color.background.warning"
|
|
1522
1468
|
},
|
|
1523
|
-
"value": "#
|
|
1469
|
+
"value": "#693200"
|
|
1524
1470
|
},
|
|
1525
|
-
"Dark/color.background.
|
|
1471
|
+
"Dark/color.background.warning.pressed": {
|
|
1526
1472
|
"attributes": {
|
|
1527
1473
|
"group": "paint",
|
|
1528
1474
|
"state": "active",
|
|
1529
|
-
"introduced": "0.
|
|
1530
|
-
"description": "
|
|
1475
|
+
"introduced": "0.6.0",
|
|
1476
|
+
"description": "Pressed state for color.background.warning"
|
|
1531
1477
|
},
|
|
1532
|
-
"value": "#
|
|
1478
|
+
"value": "#7A3B00"
|
|
1533
1479
|
},
|
|
1534
|
-
"Dark/color.background.
|
|
1480
|
+
"Dark/color.background.warning.subtler": {
|
|
1535
1481
|
"attributes": {
|
|
1536
1482
|
"group": "paint",
|
|
1537
1483
|
"state": "active",
|
|
1538
|
-
"introduced": "1.
|
|
1539
|
-
"description": "
|
|
1484
|
+
"introduced": "8.1.0",
|
|
1485
|
+
"description": "Use for backgrounds of warning lozenges and badges to ensure accessibility and desired visual appearance."
|
|
1540
1486
|
},
|
|
1541
|
-
"value": "#
|
|
1487
|
+
"value": "#693200"
|
|
1542
1488
|
},
|
|
1543
|
-
"Dark/color.background.
|
|
1489
|
+
"Dark/color.background.warning.subtler.hovered": {
|
|
1544
1490
|
"attributes": {
|
|
1545
1491
|
"group": "paint",
|
|
1546
1492
|
"state": "active",
|
|
1547
|
-
"introduced": "1.
|
|
1548
|
-
"description": "
|
|
1493
|
+
"introduced": "8.1.0",
|
|
1494
|
+
"description": "Hovered state of color.background.warning.subtler"
|
|
1549
1495
|
},
|
|
1550
|
-
"value": "#
|
|
1496
|
+
"value": "#7A3B00"
|
|
1551
1497
|
},
|
|
1552
|
-
"Dark/color.background.
|
|
1498
|
+
"Dark/color.background.warning.subtler.pressed": {
|
|
1553
1499
|
"attributes": {
|
|
1554
1500
|
"group": "paint",
|
|
1555
1501
|
"state": "active",
|
|
1556
|
-
"introduced": "
|
|
1557
|
-
"description": "
|
|
1502
|
+
"introduced": "8.1.0",
|
|
1503
|
+
"description": "Pressed state of color.background.warning.subtler"
|
|
1558
1504
|
},
|
|
1559
|
-
"value": "#
|
|
1505
|
+
"value": "#9E4C00"
|
|
1560
1506
|
},
|
|
1561
|
-
"Dark/color.background.
|
|
1507
|
+
"Dark/color.background.warning.subtle": {
|
|
1562
1508
|
"attributes": {
|
|
1563
1509
|
"group": "paint",
|
|
1564
1510
|
"state": "active",
|
|
1565
|
-
"introduced": "
|
|
1566
|
-
"description": "
|
|
1511
|
+
"introduced": "13.2.0",
|
|
1512
|
+
"description": "Background colour for non-interactive elements communicating caution (e.g. status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.warning.bold or color.background.warning.subtler for interactive states."
|
|
1567
1513
|
},
|
|
1568
|
-
"value": "#
|
|
1514
|
+
"value": "#9E4C00"
|
|
1569
1515
|
},
|
|
1570
|
-
"Dark/color.background.
|
|
1516
|
+
"Dark/color.background.warning.bold": {
|
|
1571
1517
|
"attributes": {
|
|
1572
1518
|
"group": "paint",
|
|
1573
1519
|
"state": "active",
|
|
1574
|
-
"introduced": "
|
|
1575
|
-
"description": "
|
|
1520
|
+
"introduced": "0.6.0",
|
|
1521
|
+
"description": "A vibrant background option for communicating caution, such as in warning buttons and warning banners."
|
|
1576
1522
|
},
|
|
1577
|
-
"value": "#
|
|
1523
|
+
"value": "#FBC828"
|
|
1578
1524
|
},
|
|
1579
|
-
"Dark/color.background.
|
|
1525
|
+
"Dark/color.background.warning.bold.hovered": {
|
|
1580
1526
|
"attributes": {
|
|
1581
1527
|
"group": "paint",
|
|
1582
1528
|
"state": "active",
|
|
1583
|
-
"introduced": "0.
|
|
1584
|
-
"description": "
|
|
1529
|
+
"introduced": "0.6.0",
|
|
1530
|
+
"description": "Hovered state of color.background.warning.bold"
|
|
1585
1531
|
},
|
|
1586
|
-
"value": "#
|
|
1532
|
+
"value": "#FCA700"
|
|
1587
1533
|
},
|
|
1588
|
-
"Dark/color.background.
|
|
1534
|
+
"Dark/color.background.warning.bold.pressed": {
|
|
1589
1535
|
"attributes": {
|
|
1590
1536
|
"group": "paint",
|
|
1591
1537
|
"state": "active",
|
|
1592
|
-
"introduced": "
|
|
1593
|
-
"description": "
|
|
1538
|
+
"introduced": "0.6.0",
|
|
1539
|
+
"description": "Pressed state of color.background.warning.bold"
|
|
1594
1540
|
},
|
|
1595
|
-
"value": "#
|
|
1541
|
+
"value": "#F68909"
|
|
1596
1542
|
},
|
|
1597
|
-
"Dark/color.background.
|
|
1543
|
+
"Dark/color.background.success": {
|
|
1598
1544
|
"attributes": {
|
|
1599
1545
|
"group": "paint",
|
|
1600
1546
|
"state": "active",
|
|
1601
|
-
"introduced": "
|
|
1602
|
-
"description": "
|
|
1547
|
+
"introduced": "0.6.0",
|
|
1548
|
+
"description": "Use for backgrounds communicating a favorable outcome, such as in success section messages."
|
|
1603
1549
|
},
|
|
1604
|
-
"value": "#
|
|
1550
|
+
"value": "#28311B"
|
|
1605
1551
|
},
|
|
1606
|
-
"Dark/color.background.
|
|
1552
|
+
"Dark/color.background.success.hovered": {
|
|
1607
1553
|
"attributes": {
|
|
1608
1554
|
"group": "paint",
|
|
1609
1555
|
"state": "active",
|
|
1610
|
-
"introduced": "0.
|
|
1611
|
-
"description": "
|
|
1556
|
+
"introduced": "0.6.0",
|
|
1557
|
+
"description": "Hovered state for color.background.success"
|
|
1612
1558
|
},
|
|
1613
|
-
"value": "#
|
|
1559
|
+
"value": "#37471F"
|
|
1614
1560
|
},
|
|
1615
|
-
"Dark/color.background.
|
|
1561
|
+
"Dark/color.background.success.pressed": {
|
|
1616
1562
|
"attributes": {
|
|
1617
1563
|
"group": "paint",
|
|
1618
1564
|
"state": "active",
|
|
1619
|
-
"introduced": "
|
|
1620
|
-
"description": "
|
|
1565
|
+
"introduced": "0.6.0",
|
|
1566
|
+
"description": "Pressed state for color.background.success"
|
|
1621
1567
|
},
|
|
1622
|
-
"value": "#
|
|
1568
|
+
"value": "#3F5224"
|
|
1623
1569
|
},
|
|
1624
|
-
"Dark/color.background.
|
|
1570
|
+
"Dark/color.background.success.subtler": {
|
|
1625
1571
|
"attributes": {
|
|
1626
1572
|
"group": "paint",
|
|
1627
1573
|
"state": "active",
|
|
1628
|
-
"introduced": "1.
|
|
1629
|
-
"description": "
|
|
1574
|
+
"introduced": "8.1.0",
|
|
1575
|
+
"description": "Use for backgrounds of success lozenges and badges to ensure accessibility and desired visual appearance."
|
|
1630
1576
|
},
|
|
1631
|
-
"value": "#
|
|
1577
|
+
"value": "#37471F"
|
|
1632
1578
|
},
|
|
1633
|
-
"Dark/color.background.
|
|
1579
|
+
"Dark/color.background.success.subtler.hovered": {
|
|
1634
1580
|
"attributes": {
|
|
1635
1581
|
"group": "paint",
|
|
1636
1582
|
"state": "active",
|
|
1637
|
-
"introduced": "
|
|
1638
|
-
"description": "
|
|
1583
|
+
"introduced": "8.1.0",
|
|
1584
|
+
"description": "Hovered state of color.background.success.subtler"
|
|
1639
1585
|
},
|
|
1640
|
-
"value": "#
|
|
1586
|
+
"value": "#3F5224"
|
|
1641
1587
|
},
|
|
1642
|
-
"Dark/color.background.
|
|
1588
|
+
"Dark/color.background.success.subtler.pressed": {
|
|
1643
1589
|
"attributes": {
|
|
1644
1590
|
"group": "paint",
|
|
1645
1591
|
"state": "active",
|
|
1646
|
-
"introduced": "1.
|
|
1647
|
-
"description": "
|
|
1592
|
+
"introduced": "8.1.0",
|
|
1593
|
+
"description": "Pressed state of color.background.success.subtler"
|
|
1648
1594
|
},
|
|
1649
|
-
"value": "#
|
|
1595
|
+
"value": "#4C6B1F"
|
|
1650
1596
|
},
|
|
1651
|
-
"Dark/color.background.
|
|
1597
|
+
"Dark/color.background.success.subtle": {
|
|
1652
1598
|
"attributes": {
|
|
1653
1599
|
"group": "paint",
|
|
1654
1600
|
"state": "active",
|
|
1655
|
-
"introduced": "
|
|
1656
|
-
"description": "
|
|
1601
|
+
"introduced": "13.2.0",
|
|
1602
|
+
"description": "Background colour for non-interactive elements communicating success (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.success.bold or color.background.success.subtler for interactive states."
|
|
1657
1603
|
},
|
|
1658
|
-
"value": "#
|
|
1604
|
+
"value": "#4C6B1F"
|
|
1659
1605
|
},
|
|
1660
|
-
"Dark/color.background.
|
|
1606
|
+
"Dark/color.background.success.bold": {
|
|
1661
1607
|
"attributes": {
|
|
1662
1608
|
"group": "paint",
|
|
1663
1609
|
"state": "active",
|
|
1664
|
-
"introduced": "0.
|
|
1665
|
-
"description": "
|
|
1610
|
+
"introduced": "0.6.0",
|
|
1611
|
+
"description": "A vibrant background option for communicating a favorable outcome, such as in checked toggles."
|
|
1666
1612
|
},
|
|
1667
|
-
"value": "#
|
|
1613
|
+
"value": "#94C748"
|
|
1668
1614
|
},
|
|
1669
|
-
"Dark/color.background.
|
|
1615
|
+
"Dark/color.background.success.bold.hovered": {
|
|
1670
1616
|
"attributes": {
|
|
1671
1617
|
"group": "paint",
|
|
1672
1618
|
"state": "active",
|
|
1673
|
-
"introduced": "
|
|
1674
|
-
"description": "Hovered state of color.background.
|
|
1619
|
+
"introduced": "0.6.0",
|
|
1620
|
+
"description": "Hovered state of color.background.success.bold"
|
|
1675
1621
|
},
|
|
1676
|
-
"value": "#
|
|
1622
|
+
"value": "#B3DF72"
|
|
1677
1623
|
},
|
|
1678
|
-
"Dark/color.background.
|
|
1624
|
+
"Dark/color.background.success.bold.pressed": {
|
|
1679
1625
|
"attributes": {
|
|
1680
1626
|
"group": "paint",
|
|
1681
1627
|
"state": "active",
|
|
1682
|
-
"introduced": "
|
|
1683
|
-
"description": "Pressed state of color.background.
|
|
1628
|
+
"introduced": "0.6.0",
|
|
1629
|
+
"description": "Pressed state of color.background.success.bold"
|
|
1684
1630
|
},
|
|
1685
|
-
"value": "#
|
|
1631
|
+
"value": "#BDE97C"
|
|
1686
1632
|
},
|
|
1687
|
-
"Dark/color.background.
|
|
1633
|
+
"Dark/color.background.discovery": {
|
|
1688
1634
|
"attributes": {
|
|
1689
1635
|
"group": "paint",
|
|
1690
1636
|
"state": "active",
|
|
1691
|
-
"introduced": "0.
|
|
1692
|
-
"description": "Use for
|
|
1637
|
+
"introduced": "0.6.0",
|
|
1638
|
+
"description": "Use for backgrounds communicating change or something new, such as in discovery section messages."
|
|
1693
1639
|
},
|
|
1694
1640
|
"value": "#35243F"
|
|
1695
1641
|
},
|
|
1696
|
-
"Dark/color.background.
|
|
1642
|
+
"Dark/color.background.discovery.hovered": {
|
|
1697
1643
|
"attributes": {
|
|
1698
1644
|
"group": "paint",
|
|
1699
1645
|
"state": "active",
|
|
1700
|
-
"introduced": "
|
|
1701
|
-
"description": "
|
|
1646
|
+
"introduced": "0.6.0",
|
|
1647
|
+
"description": "Hover state for color.background.discovery"
|
|
1702
1648
|
},
|
|
1703
1649
|
"value": "#48245D"
|
|
1704
1650
|
},
|
|
1705
|
-
"Dark/color.background.
|
|
1651
|
+
"Dark/color.background.discovery.pressed": {
|
|
1706
1652
|
"attributes": {
|
|
1707
1653
|
"group": "paint",
|
|
1708
1654
|
"state": "active",
|
|
1709
|
-
"introduced": "
|
|
1710
|
-
"description": "Pressed state
|
|
1655
|
+
"introduced": "0.6.0",
|
|
1656
|
+
"description": "Pressed state for color.background.discovery"
|
|
1711
1657
|
},
|
|
1712
1658
|
"value": "#673286"
|
|
1713
1659
|
},
|
|
1714
|
-
"Dark/color.background.
|
|
1660
|
+
"Dark/color.background.discovery.subtler": {
|
|
1715
1661
|
"attributes": {
|
|
1716
1662
|
"group": "paint",
|
|
1717
1663
|
"state": "active",
|
|
1718
|
-
"introduced": "
|
|
1719
|
-
"description": "Use for
|
|
1664
|
+
"introduced": "8.1.0",
|
|
1665
|
+
"description": "Use for backgrounds of discovery lozenges and badges to ensure accessibility and desired visual appearance."
|
|
1720
1666
|
},
|
|
1721
1667
|
"value": "#48245D"
|
|
1722
1668
|
},
|
|
1723
|
-
"Dark/color.background.
|
|
1669
|
+
"Dark/color.background.discovery.subtler.hovered": {
|
|
1724
1670
|
"attributes": {
|
|
1725
1671
|
"group": "paint",
|
|
1726
1672
|
"state": "active",
|
|
1727
|
-
"introduced": "1.
|
|
1728
|
-
"description": "Hovered state of color.background.
|
|
1673
|
+
"introduced": "8.1.0",
|
|
1674
|
+
"description": "Hovered state of color.background.discovery.subtler"
|
|
1729
1675
|
},
|
|
1730
1676
|
"value": "#673286"
|
|
1731
1677
|
},
|
|
1732
|
-
"Dark/color.background.
|
|
1678
|
+
"Dark/color.background.discovery.subtler.pressed": {
|
|
1733
1679
|
"attributes": {
|
|
1734
1680
|
"group": "paint",
|
|
1735
1681
|
"state": "active",
|
|
1736
|
-
"introduced": "1.
|
|
1737
|
-
"description": "Pressed state of color.background.
|
|
1682
|
+
"introduced": "8.1.0",
|
|
1683
|
+
"description": "Pressed state of color.background.discovery.subtler"
|
|
1738
1684
|
},
|
|
1739
1685
|
"value": "#803FA5"
|
|
1740
1686
|
},
|
|
1741
|
-
"Dark/color.background.
|
|
1687
|
+
"Dark/color.background.discovery.subtle": {
|
|
1742
1688
|
"attributes": {
|
|
1743
1689
|
"group": "paint",
|
|
1744
1690
|
"state": "active",
|
|
1745
|
-
"introduced": "
|
|
1746
|
-
"description": "
|
|
1691
|
+
"introduced": "13.2.0",
|
|
1692
|
+
"description": "Background colour for non-interactive elements communicating discovery (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.discovery.bold or color.background.discovery.subtler for interactive states."
|
|
1747
1693
|
},
|
|
1748
1694
|
"value": "#803FA5"
|
|
1749
1695
|
},
|
|
1750
|
-
"Dark/color.background.
|
|
1696
|
+
"Dark/color.background.discovery.bold": {
|
|
1751
1697
|
"attributes": {
|
|
1752
1698
|
"group": "paint",
|
|
1753
1699
|
"state": "active",
|
|
1754
|
-
"introduced": "
|
|
1755
|
-
"description": "
|
|
1700
|
+
"introduced": "0.6.0",
|
|
1701
|
+
"description": "A vibrant background option communicating change or something new, such as in onboarding spotlights."
|
|
1756
1702
|
},
|
|
1757
|
-
"value": "#
|
|
1703
|
+
"value": "#C97CF4"
|
|
1758
1704
|
},
|
|
1759
|
-
"Dark/color.background.
|
|
1705
|
+
"Dark/color.background.discovery.bold.hovered": {
|
|
1760
1706
|
"attributes": {
|
|
1761
1707
|
"group": "paint",
|
|
1762
1708
|
"state": "active",
|
|
1763
|
-
"introduced": "
|
|
1764
|
-
"description": "
|
|
1709
|
+
"introduced": "0.6.0",
|
|
1710
|
+
"description": "Hovered state of color.background.discovery.bold"
|
|
1765
1711
|
},
|
|
1766
|
-
"value": "#
|
|
1712
|
+
"value": "#D8A0F7"
|
|
1767
1713
|
},
|
|
1768
|
-
"Dark/color.background.
|
|
1714
|
+
"Dark/color.background.discovery.bold.pressed": {
|
|
1769
1715
|
"attributes": {
|
|
1770
1716
|
"group": "paint",
|
|
1771
1717
|
"state": "active",
|
|
1772
|
-
"introduced": "0.
|
|
1773
|
-
"description": "
|
|
1718
|
+
"introduced": "0.6.0",
|
|
1719
|
+
"description": "Pressed state of color.background.discovery.bold"
|
|
1774
1720
|
},
|
|
1775
|
-
"value": "#
|
|
1721
|
+
"value": "#E3BDFA"
|
|
1776
1722
|
},
|
|
1777
|
-
"Dark/color.background.
|
|
1723
|
+
"Dark/color.background.information": {
|
|
1778
1724
|
"attributes": {
|
|
1779
1725
|
"group": "paint",
|
|
1780
1726
|
"state": "active",
|
|
1781
|
-
"introduced": "
|
|
1782
|
-
"description": "
|
|
1727
|
+
"introduced": "0.6.0",
|
|
1728
|
+
"description": "Use for backgrounds communicating information or something in-progress, such as in information section messages."
|
|
1783
1729
|
},
|
|
1784
|
-
"value": "#
|
|
1730
|
+
"value": "#1C2B42"
|
|
1785
1731
|
},
|
|
1786
|
-
"Dark/color.background.
|
|
1732
|
+
"Dark/color.background.information.hovered": {
|
|
1787
1733
|
"attributes": {
|
|
1788
1734
|
"group": "paint",
|
|
1789
1735
|
"state": "active",
|
|
1790
|
-
"introduced": "
|
|
1791
|
-
"description": "
|
|
1736
|
+
"introduced": "0.6.0",
|
|
1737
|
+
"description": "Hovered state of color.background.information"
|
|
1792
1738
|
},
|
|
1793
|
-
"value": "#
|
|
1739
|
+
"value": "#123263"
|
|
1794
1740
|
},
|
|
1795
|
-
"Dark/color.background.
|
|
1741
|
+
"Dark/color.background.information.pressed": {
|
|
1796
1742
|
"attributes": {
|
|
1797
1743
|
"group": "paint",
|
|
1798
1744
|
"state": "active",
|
|
1799
|
-
"introduced": "0.
|
|
1800
|
-
"description": "
|
|
1745
|
+
"introduced": "0.6.0",
|
|
1746
|
+
"description": "Pressed state of color.background.information"
|
|
1801
1747
|
},
|
|
1802
|
-
"value": "#
|
|
1748
|
+
"value": "#144794"
|
|
1803
1749
|
},
|
|
1804
|
-
"Dark/color.background.
|
|
1750
|
+
"Dark/color.background.information.subtler": {
|
|
1805
1751
|
"attributes": {
|
|
1806
1752
|
"group": "paint",
|
|
1807
1753
|
"state": "active",
|
|
1808
|
-
"introduced": "1.
|
|
1809
|
-
"description": "
|
|
1754
|
+
"introduced": "8.1.0",
|
|
1755
|
+
"description": "Use for backgrounds of information lozenges and badges to ensure accessibility and desired visual appearance."
|
|
1810
1756
|
},
|
|
1811
|
-
"value": "#
|
|
1757
|
+
"value": "#123263"
|
|
1812
1758
|
},
|
|
1813
|
-
"Dark/color.background.
|
|
1759
|
+
"Dark/color.background.information.subtler.hovered": {
|
|
1814
1760
|
"attributes": {
|
|
1815
1761
|
"group": "paint",
|
|
1816
1762
|
"state": "active",
|
|
1817
|
-
"introduced": "1.
|
|
1818
|
-
"description": "
|
|
1763
|
+
"introduced": "8.1.0",
|
|
1764
|
+
"description": "Hovered state of color.background.information.subtler"
|
|
1819
1765
|
},
|
|
1820
|
-
"value": "#
|
|
1766
|
+
"value": "#144794"
|
|
1821
1767
|
},
|
|
1822
|
-
"Dark/color.background.
|
|
1768
|
+
"Dark/color.background.information.subtler.pressed": {
|
|
1823
1769
|
"attributes": {
|
|
1824
1770
|
"group": "paint",
|
|
1825
1771
|
"state": "active",
|
|
1826
|
-
"introduced": "
|
|
1827
|
-
"description": "
|
|
1772
|
+
"introduced": "8.1.0",
|
|
1773
|
+
"description": "Pressed state of color.background.information.subtler"
|
|
1828
1774
|
},
|
|
1829
|
-
"value": "#
|
|
1775
|
+
"value": "#1558BC"
|
|
1830
1776
|
},
|
|
1831
|
-
"Dark/color.background.
|
|
1777
|
+
"Dark/color.background.information.subtle": {
|
|
1832
1778
|
"attributes": {
|
|
1833
1779
|
"group": "paint",
|
|
1834
1780
|
"state": "active",
|
|
1835
|
-
"introduced": "
|
|
1836
|
-
"description": "
|
|
1781
|
+
"introduced": "13.2.0",
|
|
1782
|
+
"description": "Background colour for non-interactive elements communicating information (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.information.bold or color.background.information.subtler for interactive states."
|
|
1837
1783
|
},
|
|
1838
|
-
"value": "#
|
|
1784
|
+
"value": "#1558BC"
|
|
1839
1785
|
},
|
|
1840
|
-
"Dark/color.background.
|
|
1786
|
+
"Dark/color.background.information.bold": {
|
|
1841
1787
|
"attributes": {
|
|
1842
1788
|
"group": "paint",
|
|
1843
1789
|
"state": "active",
|
|
1844
|
-
"introduced": "
|
|
1845
|
-
"description": "
|
|
1790
|
+
"introduced": "0.6.0",
|
|
1791
|
+
"description": "A vibrant background option for communicating information or something in-progress."
|
|
1846
1792
|
},
|
|
1847
|
-
"value": "#
|
|
1793
|
+
"value": "#669DF1"
|
|
1848
1794
|
},
|
|
1849
|
-
"Dark/color.background.
|
|
1795
|
+
"Dark/color.background.information.bold.hovered": {
|
|
1850
1796
|
"attributes": {
|
|
1851
1797
|
"group": "paint",
|
|
1852
1798
|
"state": "active",
|
|
1853
|
-
"introduced": "0.
|
|
1854
|
-
"description": "
|
|
1799
|
+
"introduced": "0.6.0",
|
|
1800
|
+
"description": "Hovered state of color.background.information.bold"
|
|
1855
1801
|
},
|
|
1856
|
-
"value": "#
|
|
1802
|
+
"value": "#8FB8F6"
|
|
1857
1803
|
},
|
|
1858
|
-
"Dark/color.background.
|
|
1804
|
+
"Dark/color.background.information.bold.pressed": {
|
|
1859
1805
|
"attributes": {
|
|
1860
1806
|
"group": "paint",
|
|
1861
1807
|
"state": "active",
|
|
1862
|
-
"introduced": "
|
|
1863
|
-
"description": "
|
|
1808
|
+
"introduced": "0.6.0",
|
|
1809
|
+
"description": "Pressed state of color.background.information.bold"
|
|
1864
1810
|
},
|
|
1865
|
-
"value": "#
|
|
1811
|
+
"value": "#ADCBFB"
|
|
1866
1812
|
},
|
|
1867
|
-
"Dark/color.
|
|
1813
|
+
"Dark/color.border": {
|
|
1868
1814
|
"attributes": {
|
|
1869
1815
|
"group": "paint",
|
|
1870
1816
|
"state": "active",
|
|
1871
|
-
"introduced": "
|
|
1872
|
-
"description": "
|
|
1817
|
+
"introduced": "0.6.0",
|
|
1818
|
+
"description": "Use to visually group or separate UI elements, such as flat cards or side panel dividers."
|
|
1873
1819
|
},
|
|
1874
|
-
"value": "#
|
|
1820
|
+
"value": "#E3E4F21F"
|
|
1875
1821
|
},
|
|
1876
|
-
"Dark/color.
|
|
1822
|
+
"Dark/color.border.accent.lime": {
|
|
1877
1823
|
"attributes": {
|
|
1878
1824
|
"group": "paint",
|
|
1879
1825
|
"state": "active",
|
|
1880
|
-
"introduced": "
|
|
1881
|
-
"description": "Use for
|
|
1826
|
+
"introduced": "1.6.0",
|
|
1827
|
+
"description": "Use for lime borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1882
1828
|
},
|
|
1883
|
-
"value": "#
|
|
1829
|
+
"value": "#82B536"
|
|
1884
1830
|
},
|
|
1885
|
-
"Dark/color.
|
|
1831
|
+
"Dark/color.border.accent.lime.subtle": {
|
|
1886
1832
|
"attributes": {
|
|
1887
1833
|
"group": "paint",
|
|
1888
1834
|
"state": "active",
|
|
1889
|
-
"introduced": "
|
|
1890
|
-
"description": "
|
|
1835
|
+
"introduced": "13.2.0",
|
|
1836
|
+
"description": "Use for decorative lime borders that do not need to meet 3:1 contrast requirements."
|
|
1891
1837
|
},
|
|
1892
|
-
"value": "#
|
|
1838
|
+
"value": "#4C6B1F"
|
|
1893
1839
|
},
|
|
1894
|
-
"Dark/color.
|
|
1840
|
+
"Dark/color.border.accent.red": {
|
|
1895
1841
|
"attributes": {
|
|
1896
1842
|
"group": "paint",
|
|
1897
1843
|
"state": "active",
|
|
1898
|
-
"introduced": "
|
|
1899
|
-
"description": "
|
|
1844
|
+
"introduced": "0.6.0",
|
|
1845
|
+
"description": "Use for red borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1900
1846
|
},
|
|
1901
|
-
"value": "#
|
|
1847
|
+
"value": "#F15B50"
|
|
1902
1848
|
},
|
|
1903
|
-
"Dark/color.
|
|
1849
|
+
"Dark/color.border.accent.red.subtle": {
|
|
1904
1850
|
"attributes": {
|
|
1905
1851
|
"group": "paint",
|
|
1906
1852
|
"state": "active",
|
|
1907
|
-
"introduced": "
|
|
1908
|
-
"description": "Use for
|
|
1853
|
+
"introduced": "13.2.0",
|
|
1854
|
+
"description": "Use for decorative red borders that do not need to meet 3:1 contrast requirements."
|
|
1909
1855
|
},
|
|
1910
|
-
"value": "#
|
|
1856
|
+
"value": "#AE2E24"
|
|
1911
1857
|
},
|
|
1912
|
-
"Dark/color.
|
|
1858
|
+
"Dark/color.border.accent.orange": {
|
|
1913
1859
|
"attributes": {
|
|
1914
1860
|
"group": "paint",
|
|
1915
1861
|
"state": "active",
|
|
1916
|
-
"introduced": "
|
|
1917
|
-
"description": "
|
|
1862
|
+
"introduced": "0.6.0",
|
|
1863
|
+
"description": "Use for orange borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1918
1864
|
},
|
|
1919
|
-
"value": "#
|
|
1865
|
+
"value": "#F68909"
|
|
1920
1866
|
},
|
|
1921
|
-
"Dark/color.
|
|
1867
|
+
"Dark/color.border.accent.orange.subtle": {
|
|
1922
1868
|
"attributes": {
|
|
1923
1869
|
"group": "paint",
|
|
1924
1870
|
"state": "active",
|
|
1925
|
-
"introduced": "
|
|
1926
|
-
"description": "
|
|
1871
|
+
"introduced": "13.2.0",
|
|
1872
|
+
"description": "Use for decorative orange borders that do not need to meet 3:1 contrast requirements."
|
|
1927
1873
|
},
|
|
1928
|
-
"value": "#
|
|
1874
|
+
"value": "#9E4C00"
|
|
1929
1875
|
},
|
|
1930
|
-
"Dark/color.
|
|
1876
|
+
"Dark/color.border.accent.yellow": {
|
|
1931
1877
|
"attributes": {
|
|
1932
1878
|
"group": "paint",
|
|
1933
1879
|
"state": "active",
|
|
1934
|
-
"introduced": "0.
|
|
1935
|
-
"description": "Use for
|
|
1880
|
+
"introduced": "0.6.0",
|
|
1881
|
+
"description": "Use for yellow borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1936
1882
|
},
|
|
1937
|
-
"value": "#
|
|
1883
|
+
"value": "#CF9F02"
|
|
1938
1884
|
},
|
|
1939
|
-
"Dark/color.
|
|
1885
|
+
"Dark/color.border.accent.yellow.subtle": {
|
|
1940
1886
|
"attributes": {
|
|
1941
1887
|
"group": "paint",
|
|
1942
1888
|
"state": "active",
|
|
1943
|
-
"introduced": "
|
|
1944
|
-
"description": "
|
|
1889
|
+
"introduced": "13.2.0",
|
|
1890
|
+
"description": "Use for decorative yellow borders that do not need to meet 3:1 contrast requirements."
|
|
1945
1891
|
},
|
|
1946
|
-
"value": "#
|
|
1892
|
+
"value": "#7F5F01"
|
|
1947
1893
|
},
|
|
1948
|
-
"Dark/color.
|
|
1894
|
+
"Dark/color.border.accent.green": {
|
|
1895
|
+
"attributes": {
|
|
1896
|
+
"group": "paint",
|
|
1897
|
+
"state": "active",
|
|
1898
|
+
"introduced": "0.6.0",
|
|
1899
|
+
"description": "Use for green borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1900
|
+
},
|
|
1901
|
+
"value": "#2ABB7F"
|
|
1902
|
+
},
|
|
1903
|
+
"Dark/color.border.accent.green.subtle": {
|
|
1904
|
+
"attributes": {
|
|
1905
|
+
"group": "paint",
|
|
1906
|
+
"state": "active",
|
|
1907
|
+
"introduced": "13.2.0",
|
|
1908
|
+
"description": "Use for decorative green borders that do not need to meet 3:1 contrast requirements."
|
|
1909
|
+
},
|
|
1910
|
+
"value": "#216E4E"
|
|
1911
|
+
},
|
|
1912
|
+
"Dark/color.border.accent.teal": {
|
|
1949
1913
|
"attributes": {
|
|
1950
1914
|
"group": "paint",
|
|
1951
1915
|
"state": "active",
|
|
1952
|
-
"introduced": "
|
|
1953
|
-
"description": "
|
|
1916
|
+
"introduced": "0.6.0",
|
|
1917
|
+
"description": "Use for teal borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1954
1918
|
},
|
|
1955
|
-
"value": "#
|
|
1919
|
+
"value": "#42B2D7"
|
|
1956
1920
|
},
|
|
1957
|
-
"Dark/color.
|
|
1921
|
+
"Dark/color.border.accent.teal.subtle": {
|
|
1958
1922
|
"attributes": {
|
|
1959
1923
|
"group": "paint",
|
|
1960
1924
|
"state": "active",
|
|
1961
|
-
"introduced": "
|
|
1962
|
-
"description": "Use for
|
|
1925
|
+
"introduced": "13.2.0",
|
|
1926
|
+
"description": "Use for decorative teal borders that do not need to meet 3:1 contrast requirements."
|
|
1963
1927
|
},
|
|
1964
|
-
"value": "#
|
|
1928
|
+
"value": "#206A83"
|
|
1965
1929
|
},
|
|
1966
|
-
"Dark/color.
|
|
1930
|
+
"Dark/color.border.accent.blue": {
|
|
1967
1931
|
"attributes": {
|
|
1968
1932
|
"group": "paint",
|
|
1969
1933
|
"state": "active",
|
|
1970
|
-
"introduced": "
|
|
1971
|
-
"description": "
|
|
1934
|
+
"introduced": "0.6.0",
|
|
1935
|
+
"description": "Use for blue borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1972
1936
|
},
|
|
1973
|
-
"value": "#
|
|
1937
|
+
"value": "#4688EC"
|
|
1974
1938
|
},
|
|
1975
|
-
"Dark/color.
|
|
1939
|
+
"Dark/color.border.accent.blue.subtle": {
|
|
1976
1940
|
"attributes": {
|
|
1977
1941
|
"group": "paint",
|
|
1978
1942
|
"state": "active",
|
|
1979
|
-
"introduced": "
|
|
1980
|
-
"description": "
|
|
1943
|
+
"introduced": "13.2.0",
|
|
1944
|
+
"description": "Use for decorative blue borders that do not need to meet 3:1 contrast requirements."
|
|
1981
1945
|
},
|
|
1982
|
-
"value": "#
|
|
1946
|
+
"value": "#1558BC"
|
|
1983
1947
|
},
|
|
1984
|
-
"Dark/color.
|
|
1948
|
+
"Dark/color.border.accent.purple": {
|
|
1985
1949
|
"attributes": {
|
|
1986
1950
|
"group": "paint",
|
|
1987
1951
|
"state": "active",
|
|
1988
|
-
"introduced": "0.
|
|
1989
|
-
"description": "Use for
|
|
1952
|
+
"introduced": "0.6.0",
|
|
1953
|
+
"description": "Use for purple borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1990
1954
|
},
|
|
1991
|
-
"value": "#
|
|
1955
|
+
"value": "#BF63F3"
|
|
1992
1956
|
},
|
|
1993
|
-
"Dark/color.
|
|
1957
|
+
"Dark/color.border.accent.purple.subtle": {
|
|
1994
1958
|
"attributes": {
|
|
1995
1959
|
"group": "paint",
|
|
1996
1960
|
"state": "active",
|
|
1997
|
-
"introduced": "
|
|
1998
|
-
"description": "
|
|
1961
|
+
"introduced": "13.2.0",
|
|
1962
|
+
"description": "Use for decorative purple borders that do not need to meet 3:1 contrast requirements."
|
|
1999
1963
|
},
|
|
2000
|
-
"value": "#
|
|
1964
|
+
"value": "#803FA5"
|
|
2001
1965
|
},
|
|
2002
|
-
"Dark/color.
|
|
1966
|
+
"Dark/color.border.accent.magenta": {
|
|
2003
1967
|
"attributes": {
|
|
2004
1968
|
"group": "paint",
|
|
2005
1969
|
"state": "active",
|
|
2006
|
-
"introduced": "
|
|
2007
|
-
"description": "
|
|
1970
|
+
"introduced": "0.6.0",
|
|
1971
|
+
"description": "Use for magenta borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
2008
1972
|
},
|
|
2009
|
-
"value": "#
|
|
1973
|
+
"value": "#DA62AC"
|
|
2010
1974
|
},
|
|
2011
|
-
"Dark/color.
|
|
1975
|
+
"Dark/color.border.accent.magenta.subtle": {
|
|
2012
1976
|
"attributes": {
|
|
2013
1977
|
"group": "paint",
|
|
2014
1978
|
"state": "active",
|
|
2015
|
-
"introduced": "
|
|
2016
|
-
"description": "Use for
|
|
1979
|
+
"introduced": "13.2.0",
|
|
1980
|
+
"description": "Use for decorative magenta borders that do not need to meet 3:1 contrast requirements."
|
|
2017
1981
|
},
|
|
2018
|
-
"value": "#
|
|
1982
|
+
"value": "#943D73"
|
|
2019
1983
|
},
|
|
2020
|
-
"Dark/color.
|
|
1984
|
+
"Dark/color.border.accent.gray": {
|
|
2021
1985
|
"attributes": {
|
|
2022
1986
|
"group": "paint",
|
|
2023
1987
|
"state": "active",
|
|
2024
|
-
"introduced": "0.
|
|
2025
|
-
"description": "Use for
|
|
1988
|
+
"introduced": "0.10.5",
|
|
1989
|
+
"description": "Use for borders on non-bold gray accent backgrounds."
|
|
2026
1990
|
},
|
|
2027
|
-
"value": "#
|
|
1991
|
+
"value": "#7E8188"
|
|
2028
1992
|
},
|
|
2029
|
-
"Dark/color.
|
|
1993
|
+
"Dark/color.border.accent.gray.subtle": {
|
|
2030
1994
|
"attributes": {
|
|
2031
1995
|
"group": "paint",
|
|
2032
1996
|
"state": "active",
|
|
2033
|
-
"introduced": "
|
|
2034
|
-
"description": "
|
|
1997
|
+
"introduced": "13.2.0",
|
|
1998
|
+
"description": "Use for decorative gray borders that do not need to meet 3:1 contrast requirements."
|
|
2035
1999
|
},
|
|
2036
|
-
"value": "#
|
|
2000
|
+
"value": "#4B4D51"
|
|
2037
2001
|
},
|
|
2038
|
-
"Dark/color.
|
|
2002
|
+
"Dark/color.border.disabled": {
|
|
2039
2003
|
"attributes": {
|
|
2040
2004
|
"group": "paint",
|
|
2041
2005
|
"state": "active",
|
|
2042
2006
|
"introduced": "0.6.0",
|
|
2043
|
-
"description": "
|
|
2007
|
+
"description": "Use for borders of elements in a disabled state."
|
|
2044
2008
|
},
|
|
2045
|
-
"value": "#
|
|
2009
|
+
"value": "#CECED912"
|
|
2046
2010
|
},
|
|
2047
|
-
"Dark/color.
|
|
2011
|
+
"Dark/color.border.focused": {
|
|
2048
2012
|
"attributes": {
|
|
2049
2013
|
"group": "paint",
|
|
2050
2014
|
"state": "active",
|
|
2051
|
-
"introduced": "0.
|
|
2052
|
-
"description": "Use for
|
|
2015
|
+
"introduced": "0.6.0",
|
|
2016
|
+
"description": "Use for focus rings of elements in a focus state."
|
|
2053
2017
|
},
|
|
2054
|
-
"value": "#
|
|
2018
|
+
"value": "#8FB8F6"
|
|
2055
2019
|
},
|
|
2056
|
-
"Dark/color.
|
|
2020
|
+
"Dark/color.border.input": {
|
|
2057
2021
|
"attributes": {
|
|
2058
2022
|
"group": "paint",
|
|
2059
2023
|
"state": "active",
|
|
2060
|
-
"introduced": "0.
|
|
2061
|
-
"description": "Use for
|
|
2024
|
+
"introduced": "0.6.0",
|
|
2025
|
+
"description": "Use for borders of form UI elements, such as text fields, checkboxes, and radio buttons."
|
|
2062
2026
|
},
|
|
2063
|
-
"value": "#
|
|
2027
|
+
"value": "#7E8188"
|
|
2064
2028
|
},
|
|
2065
|
-
"Dark/color.
|
|
2029
|
+
"Dark/color.border.inverse": {
|
|
2066
2030
|
"attributes": {
|
|
2067
2031
|
"group": "paint",
|
|
2068
2032
|
"state": "active",
|
|
2069
|
-
"introduced": "0.
|
|
2070
|
-
"description": "Use for
|
|
2033
|
+
"introduced": "0.6.0",
|
|
2034
|
+
"description": "Use for borders on bold backgrounds."
|
|
2071
2035
|
},
|
|
2072
|
-
"value": "#
|
|
2036
|
+
"value": "#18191A"
|
|
2073
2037
|
},
|
|
2074
|
-
"Dark/color.
|
|
2038
|
+
"Dark/color.border.selected": {
|
|
2075
2039
|
"attributes": {
|
|
2076
2040
|
"group": "paint",
|
|
2077
2041
|
"state": "active",
|
|
2078
|
-
"introduced": "0.6.
|
|
2079
|
-
"description": "
|
|
2042
|
+
"introduced": "0.6.2",
|
|
2043
|
+
"description": "Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items."
|
|
2080
2044
|
},
|
|
2081
|
-
"value": "#
|
|
2045
|
+
"value": "#669DF1"
|
|
2082
2046
|
},
|
|
2083
|
-
"Dark/color.
|
|
2047
|
+
"Dark/color.border.brand": {
|
|
2084
2048
|
"attributes": {
|
|
2085
2049
|
"group": "paint",
|
|
2086
2050
|
"state": "active",
|
|
2087
2051
|
"introduced": "0.6.0",
|
|
2088
|
-
"description": "
|
|
2052
|
+
"description": "Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons."
|
|
2089
2053
|
},
|
|
2090
|
-
"value": "#
|
|
2054
|
+
"value": "#669DF1"
|
|
2091
2055
|
},
|
|
2092
|
-
"Dark/color.
|
|
2056
|
+
"Dark/color.border.danger": {
|
|
2093
2057
|
"attributes": {
|
|
2094
2058
|
"group": "paint",
|
|
2095
2059
|
"state": "active",
|
|
2096
2060
|
"introduced": "0.6.0",
|
|
2097
|
-
"description": "
|
|
2061
|
+
"description": "Use for borders communicating critical information, such as the borders on invalid text fields."
|
|
2098
2062
|
},
|
|
2099
|
-
"value": "#
|
|
2063
|
+
"value": "#F15B50"
|
|
2100
2064
|
},
|
|
2101
|
-
"Dark/color.
|
|
2065
|
+
"Dark/color.border.danger.subtle": {
|
|
2102
2066
|
"attributes": {
|
|
2103
2067
|
"group": "paint",
|
|
2104
2068
|
"state": "active",
|
|
2105
|
-
"introduced": "
|
|
2106
|
-
"description": "Use for
|
|
2069
|
+
"introduced": "13.2.0",
|
|
2070
|
+
"description": "Use for decorative danger borders that do not need to meet 3:1 contrast requirements."
|
|
2107
2071
|
},
|
|
2108
|
-
"value": "#
|
|
2072
|
+
"value": "#AE2E24"
|
|
2109
2073
|
},
|
|
2110
|
-
"Dark/color.
|
|
2074
|
+
"Dark/color.border.warning": {
|
|
2111
2075
|
"attributes": {
|
|
2112
2076
|
"group": "paint",
|
|
2113
2077
|
"state": "active",
|
|
2114
2078
|
"introduced": "0.6.0",
|
|
2115
|
-
"description": "
|
|
2079
|
+
"description": "Use for borders communicating caution."
|
|
2116
2080
|
},
|
|
2117
|
-
"value": "#
|
|
2081
|
+
"value": "#F68909"
|
|
2118
2082
|
},
|
|
2119
|
-
"Dark/color.
|
|
2083
|
+
"Dark/color.border.warning.subtle": {
|
|
2120
2084
|
"attributes": {
|
|
2121
2085
|
"group": "paint",
|
|
2122
2086
|
"state": "active",
|
|
2123
|
-
"introduced": "
|
|
2124
|
-
"description": "
|
|
2087
|
+
"introduced": "13.2.0",
|
|
2088
|
+
"description": "Use for decorative warning borders that do not need to meet 3:1 contrast requirements."
|
|
2125
2089
|
},
|
|
2126
|
-
"value": "#
|
|
2090
|
+
"value": "#9E4C00"
|
|
2127
2091
|
},
|
|
2128
|
-
"Dark/color.
|
|
2092
|
+
"Dark/color.border.success": {
|
|
2129
2093
|
"attributes": {
|
|
2130
2094
|
"group": "paint",
|
|
2131
2095
|
"state": "active",
|
|
2132
2096
|
"introduced": "0.6.0",
|
|
2133
|
-
"description": "
|
|
2097
|
+
"description": "Use for borders communicating a favorable outcome, such as the borders on validated text fields."
|
|
2134
2098
|
},
|
|
2135
|
-
"value": "#
|
|
2099
|
+
"value": "#82B536"
|
|
2136
2100
|
},
|
|
2137
|
-
"Dark/color.
|
|
2101
|
+
"Dark/color.border.success.subtle": {
|
|
2138
2102
|
"attributes": {
|
|
2139
2103
|
"group": "paint",
|
|
2140
2104
|
"state": "active",
|
|
2141
|
-
"introduced": "
|
|
2142
|
-
"description": "
|
|
2105
|
+
"introduced": "13.2.0",
|
|
2106
|
+
"description": "Use for decorative success borders that do not need to meet 3:1 contrast requirements."
|
|
2143
2107
|
},
|
|
2144
|
-
"value": "#
|
|
2108
|
+
"value": "#4C6B1F"
|
|
2145
2109
|
},
|
|
2146
|
-
"Dark/color.
|
|
2110
|
+
"Dark/color.border.discovery": {
|
|
2147
2111
|
"attributes": {
|
|
2148
2112
|
"group": "paint",
|
|
2149
2113
|
"state": "active",
|
|
2150
2114
|
"introduced": "0.6.0",
|
|
2151
|
-
"description": "
|
|
2115
|
+
"description": "Use for borders communicating change or something new, such as the borders in onboarding spotlights."
|
|
2152
2116
|
},
|
|
2153
|
-
"value": "#
|
|
2117
|
+
"value": "#BF63F3"
|
|
2154
2118
|
},
|
|
2155
|
-
"Dark/color.
|
|
2119
|
+
"Dark/color.border.discovery.subtle": {
|
|
2156
2120
|
"attributes": {
|
|
2157
2121
|
"group": "paint",
|
|
2158
2122
|
"state": "active",
|
|
2159
|
-
"introduced": "
|
|
2160
|
-
"description": "Use for
|
|
2123
|
+
"introduced": "13.2.0",
|
|
2124
|
+
"description": "Use for decorative discovery borders that do not need to meet 3:1 contrast requirements."
|
|
2161
2125
|
},
|
|
2162
|
-
"value": "#
|
|
2126
|
+
"value": "#803FA5"
|
|
2163
2127
|
},
|
|
2164
|
-
"Dark/color.
|
|
2128
|
+
"Dark/color.border.information": {
|
|
2165
2129
|
"attributes": {
|
|
2166
2130
|
"group": "paint",
|
|
2167
2131
|
"state": "active",
|
|
2168
|
-
"introduced": "0.6.
|
|
2169
|
-
"description": "
|
|
2132
|
+
"introduced": "0.6.0",
|
|
2133
|
+
"description": "Use for borders communicating information or something in-progress."
|
|
2170
2134
|
},
|
|
2171
|
-
"value": "#
|
|
2135
|
+
"value": "#4688EC"
|
|
2172
2136
|
},
|
|
2173
|
-
"Dark/color.
|
|
2137
|
+
"Dark/color.border.information.subtle": {
|
|
2174
2138
|
"attributes": {
|
|
2175
2139
|
"group": "paint",
|
|
2176
2140
|
"state": "active",
|
|
2177
|
-
"introduced": "
|
|
2178
|
-
"description": "
|
|
2141
|
+
"introduced": "13.2.0",
|
|
2142
|
+
"description": "Use for decorative information borders that do not need to meet 3:1 contrast requirements."
|
|
2179
2143
|
},
|
|
2180
2144
|
"value": "#1558BC"
|
|
2181
2145
|
},
|
|
2182
|
-
"Dark/color.
|
|
2146
|
+
"Dark/color.border.bold": {
|
|
2183
2147
|
"attributes": {
|
|
2184
2148
|
"group": "paint",
|
|
2185
2149
|
"state": "active",
|
|
2186
|
-
"introduced": "0.
|
|
2187
|
-
"description": "
|
|
2150
|
+
"introduced": "0.10.8",
|
|
2151
|
+
"description": "A neutral border option that passes min 3:1 contrast ratios."
|
|
2188
2152
|
},
|
|
2189
|
-
"value": "#
|
|
2153
|
+
"value": "#7E8188"
|
|
2190
2154
|
},
|
|
2191
|
-
"Dark/color.
|
|
2155
|
+
"Dark/color.text": {
|
|
2192
2156
|
"attributes": {
|
|
2193
2157
|
"group": "paint",
|
|
2194
2158
|
"state": "active",
|
|
2195
|
-
"introduced": "0.6.
|
|
2196
|
-
"description": "
|
|
2159
|
+
"introduced": "0.6.0",
|
|
2160
|
+
"description": "Use for primary text, such as body copy, sentence case headers, and buttons."
|
|
2197
2161
|
},
|
|
2198
|
-
"value": "#
|
|
2162
|
+
"value": "#CECFD2"
|
|
2199
2163
|
},
|
|
2200
|
-
"Dark/color.
|
|
2164
|
+
"Dark/color.text.accent.lime": {
|
|
2201
2165
|
"attributes": {
|
|
2202
2166
|
"group": "paint",
|
|
2203
2167
|
"state": "active",
|
|
2204
|
-
"introduced": "
|
|
2205
|
-
"description": "
|
|
2168
|
+
"introduced": "1.8.0",
|
|
2169
|
+
"description": "Use for lime text on subtlest and subtler lime accent backgrounds when there is no meaning tied to the color."
|
|
2206
2170
|
},
|
|
2207
|
-
"value": "#
|
|
2171
|
+
"value": "#B3DF72"
|
|
2208
2172
|
},
|
|
2209
|
-
"Dark/color.
|
|
2173
|
+
"Dark/color.text.accent.lime.bolder": {
|
|
2210
2174
|
"attributes": {
|
|
2211
2175
|
"group": "paint",
|
|
2212
2176
|
"state": "active",
|
|
2213
|
-
"introduced": "1.
|
|
2214
|
-
"description": "Use for
|
|
2177
|
+
"introduced": "1.8.0",
|
|
2178
|
+
"description": "Use for lime text on subtle lime accent backgrounds when there is no meaning tied to the color."
|
|
2215
2179
|
},
|
|
2216
|
-
"value": "#
|
|
2180
|
+
"value": "#D3F1A7"
|
|
2217
2181
|
},
|
|
2218
|
-
"Dark/color.
|
|
2182
|
+
"Dark/color.text.accent.red": {
|
|
2219
2183
|
"attributes": {
|
|
2220
2184
|
"group": "paint",
|
|
2221
2185
|
"state": "active",
|
|
2222
|
-
"introduced": "
|
|
2223
|
-
"description": "
|
|
2186
|
+
"introduced": "0.6.0",
|
|
2187
|
+
"description": "Use for red text on subtlest and subtler red accent backgrounds when there is no meaning tied to the color."
|
|
2224
2188
|
},
|
|
2225
|
-
"value": "#
|
|
2189
|
+
"value": "#FD9891"
|
|
2226
2190
|
},
|
|
2227
|
-
"Dark/color.
|
|
2191
|
+
"Dark/color.text.accent.red.bolder": {
|
|
2228
2192
|
"attributes": {
|
|
2229
2193
|
"group": "paint",
|
|
2230
2194
|
"state": "active",
|
|
2231
|
-
"introduced": "
|
|
2232
|
-
"description": "
|
|
2195
|
+
"introduced": "0.7.0",
|
|
2196
|
+
"description": "Use for red text on subtle red accent backgrounds when there is no meaning tied to the color."
|
|
2233
2197
|
},
|
|
2234
|
-
"value": "#
|
|
2198
|
+
"value": "#FFD5D2"
|
|
2235
2199
|
},
|
|
2236
|
-
"Dark/color.
|
|
2200
|
+
"Dark/color.text.accent.orange": {
|
|
2237
2201
|
"attributes": {
|
|
2238
2202
|
"group": "paint",
|
|
2239
2203
|
"state": "active",
|
|
2240
2204
|
"introduced": "0.6.0",
|
|
2241
|
-
"description": "Use for
|
|
2205
|
+
"description": "Use for orange text on subtlest and subtler orange accent backgrounds when there is no meaning tied to the color."
|
|
2242
2206
|
},
|
|
2243
|
-
"value": "#
|
|
2207
|
+
"value": "#FBC828"
|
|
2244
2208
|
},
|
|
2245
|
-
"Dark/color.
|
|
2209
|
+
"Dark/color.text.accent.orange.bolder": {
|
|
2246
2210
|
"attributes": {
|
|
2247
2211
|
"group": "paint",
|
|
2248
2212
|
"state": "active",
|
|
2249
|
-
"introduced": "0.
|
|
2250
|
-
"description": "
|
|
2213
|
+
"introduced": "0.7.0",
|
|
2214
|
+
"description": "Use for orange text on subtle orange accent backgrounds when there is no meaning tied to the color."
|
|
2251
2215
|
},
|
|
2252
|
-
"value": "#
|
|
2216
|
+
"value": "#FCE4A6"
|
|
2253
2217
|
},
|
|
2254
|
-
"Dark/color.
|
|
2218
|
+
"Dark/color.text.accent.yellow": {
|
|
2255
2219
|
"attributes": {
|
|
2256
2220
|
"group": "paint",
|
|
2257
2221
|
"state": "active",
|
|
2258
2222
|
"introduced": "0.6.0",
|
|
2259
|
-
"description": "
|
|
2223
|
+
"description": "Use for yellow text on subtlest and subtler yellow accent backgrounds when there is no meaning tied to the color."
|
|
2260
2224
|
},
|
|
2261
|
-
"value": "#
|
|
2225
|
+
"value": "#EED12B"
|
|
2262
2226
|
},
|
|
2263
|
-
"Dark/color.
|
|
2227
|
+
"Dark/color.text.accent.yellow.bolder": {
|
|
2264
2228
|
"attributes": {
|
|
2265
2229
|
"group": "paint",
|
|
2266
2230
|
"state": "active",
|
|
2267
|
-
"introduced": "
|
|
2268
|
-
"description": "Use for
|
|
2231
|
+
"introduced": "0.7.0",
|
|
2232
|
+
"description": "Use for yellow text on subtle yellow accent backgrounds when there is no meaning tied to the color."
|
|
2269
2233
|
},
|
|
2270
|
-
"value": "#
|
|
2234
|
+
"value": "#F5E989"
|
|
2271
2235
|
},
|
|
2272
|
-
"Dark/color.
|
|
2236
|
+
"Dark/color.text.accent.green": {
|
|
2273
2237
|
"attributes": {
|
|
2274
2238
|
"group": "paint",
|
|
2275
2239
|
"state": "active",
|
|
2276
|
-
"introduced": "
|
|
2277
|
-
"description": "
|
|
2240
|
+
"introduced": "0.6.0",
|
|
2241
|
+
"description": "Use for green text on subtlest and subtler green accent backgrounds when there is no meaning tied to the color."
|
|
2278
2242
|
},
|
|
2279
|
-
"value": "#
|
|
2243
|
+
"value": "#7EE2B8"
|
|
2280
2244
|
},
|
|
2281
|
-
"Dark/color.
|
|
2245
|
+
"Dark/color.text.accent.green.bolder": {
|
|
2282
2246
|
"attributes": {
|
|
2283
2247
|
"group": "paint",
|
|
2284
2248
|
"state": "active",
|
|
2285
|
-
"introduced": "
|
|
2286
|
-
"description": "
|
|
2249
|
+
"introduced": "0.7.0",
|
|
2250
|
+
"description": "Use for green text on subtle green accent backgrounds when there is no meaning tied to the color."
|
|
2287
2251
|
},
|
|
2288
|
-
"value": "#
|
|
2252
|
+
"value": "#BAF3DB"
|
|
2289
2253
|
},
|
|
2290
|
-
"Dark/color.
|
|
2254
|
+
"Dark/color.text.accent.teal": {
|
|
2291
2255
|
"attributes": {
|
|
2292
2256
|
"group": "paint",
|
|
2293
2257
|
"state": "active",
|
|
2294
2258
|
"introduced": "0.6.0",
|
|
2295
|
-
"description": "Use for backgrounds
|
|
2259
|
+
"description": "Use for teal text on subtlest and subtler teal accent backgrounds when there is no meaning tied to the color."
|
|
2296
2260
|
},
|
|
2297
|
-
"value": "#
|
|
2261
|
+
"value": "#9DD9EE"
|
|
2298
2262
|
},
|
|
2299
|
-
"Dark/color.
|
|
2263
|
+
"Dark/color.text.accent.teal.bolder": {
|
|
2300
2264
|
"attributes": {
|
|
2301
2265
|
"group": "paint",
|
|
2302
2266
|
"state": "active",
|
|
2303
|
-
"introduced": "0.
|
|
2304
|
-
"description": "
|
|
2267
|
+
"introduced": "0.7.0",
|
|
2268
|
+
"description": "Use for teal text on subtle teal accent backgrounds when there is no meaning tied to the color."
|
|
2305
2269
|
},
|
|
2306
|
-
"value": "#
|
|
2270
|
+
"value": "#C6EDFB"
|
|
2307
2271
|
},
|
|
2308
|
-
"Dark/color.
|
|
2272
|
+
"Dark/color.text.accent.blue": {
|
|
2309
2273
|
"attributes": {
|
|
2310
2274
|
"group": "paint",
|
|
2311
2275
|
"state": "active",
|
|
2312
2276
|
"introduced": "0.6.0",
|
|
2313
|
-
"description": "
|
|
2277
|
+
"description": "Use for blue text on subtlest and subtler blue accent backgrounds when there is no meaning tied to the color."
|
|
2314
2278
|
},
|
|
2315
|
-
"value": "#
|
|
2279
|
+
"value": "#8FB8F6"
|
|
2316
2280
|
},
|
|
2317
|
-
"Dark/color.
|
|
2281
|
+
"Dark/color.text.accent.blue.bolder": {
|
|
2318
2282
|
"attributes": {
|
|
2319
2283
|
"group": "paint",
|
|
2320
2284
|
"state": "active",
|
|
2321
|
-
"introduced": "
|
|
2322
|
-
"description": "Use for
|
|
2285
|
+
"introduced": "0.7.0",
|
|
2286
|
+
"description": "Use for blue text on subtle blue accent backgrounds when there is no meaning tied to the color."
|
|
2323
2287
|
},
|
|
2324
|
-
"value": "#
|
|
2288
|
+
"value": "#CFE1FD"
|
|
2325
2289
|
},
|
|
2326
|
-
"Dark/color.
|
|
2290
|
+
"Dark/color.text.accent.purple": {
|
|
2327
2291
|
"attributes": {
|
|
2328
2292
|
"group": "paint",
|
|
2329
2293
|
"state": "active",
|
|
2330
|
-
"introduced": "
|
|
2331
|
-
"description": "
|
|
2294
|
+
"introduced": "0.6.0",
|
|
2295
|
+
"description": "Use for purple text on subtlest and subtler purple accent backgrounds when there is no meaning tied to the color."
|
|
2332
2296
|
},
|
|
2333
|
-
"value": "#
|
|
2297
|
+
"value": "#D8A0F7"
|
|
2334
2298
|
},
|
|
2335
|
-
"Dark/color.
|
|
2299
|
+
"Dark/color.text.accent.purple.bolder": {
|
|
2336
2300
|
"attributes": {
|
|
2337
2301
|
"group": "paint",
|
|
2338
2302
|
"state": "active",
|
|
2339
|
-
"introduced": "
|
|
2340
|
-
"description": "
|
|
2303
|
+
"introduced": "0.7.0",
|
|
2304
|
+
"description": "Use for purple text on subtle purple accent backgrounds when there is no meaning tied to the color."
|
|
2341
2305
|
},
|
|
2342
|
-
"value": "#
|
|
2306
|
+
"value": "#EED7FC"
|
|
2343
2307
|
},
|
|
2344
|
-
"Dark/color.
|
|
2308
|
+
"Dark/color.text.accent.magenta": {
|
|
2345
2309
|
"attributes": {
|
|
2346
2310
|
"group": "paint",
|
|
2347
2311
|
"state": "active",
|
|
2348
|
-
"introduced": "
|
|
2349
|
-
"description": "
|
|
2312
|
+
"introduced": "0.6.0",
|
|
2313
|
+
"description": "Use for magenta text on subtlest and subtler magenta accent backgrounds when there is no meaning tied to the color."
|
|
2350
2314
|
},
|
|
2351
|
-
"value": "#
|
|
2315
|
+
"value": "#F797D2"
|
|
2352
2316
|
},
|
|
2353
|
-
"Dark/color.
|
|
2317
|
+
"Dark/color.text.accent.magenta.bolder": {
|
|
2354
2318
|
"attributes": {
|
|
2355
2319
|
"group": "paint",
|
|
2356
2320
|
"state": "active",
|
|
2357
|
-
"introduced": "0.
|
|
2358
|
-
"description": "
|
|
2321
|
+
"introduced": "0.7.0",
|
|
2322
|
+
"description": "Use for magenta text on subtle magenta accent backgrounds when there is no meaning tied to the color."
|
|
2359
2323
|
},
|
|
2360
|
-
"value": "#
|
|
2324
|
+
"value": "#FDD0EC"
|
|
2361
2325
|
},
|
|
2362
|
-
"Dark/color.
|
|
2326
|
+
"Dark/color.text.accent.gray": {
|
|
2363
2327
|
"attributes": {
|
|
2364
2328
|
"group": "paint",
|
|
2365
2329
|
"state": "active",
|
|
2366
|
-
"introduced": "0.
|
|
2367
|
-
"description": "
|
|
2330
|
+
"introduced": "0.10.5",
|
|
2331
|
+
"description": "Use for text on non-bold gray accent backgrounds, such as colored tags."
|
|
2368
2332
|
},
|
|
2369
|
-
"value": "#
|
|
2333
|
+
"value": "#A9ABAF"
|
|
2370
2334
|
},
|
|
2371
|
-
"Dark/color.
|
|
2335
|
+
"Dark/color.text.accent.gray.bolder": {
|
|
2372
2336
|
"attributes": {
|
|
2373
2337
|
"group": "paint",
|
|
2374
2338
|
"state": "active",
|
|
2375
|
-
"introduced": "0.
|
|
2376
|
-
"description": "
|
|
2339
|
+
"introduced": "0.10.5",
|
|
2340
|
+
"description": "Use for text and icons on gray subtle accent backgrounds."
|
|
2377
2341
|
},
|
|
2378
|
-
"value": "#
|
|
2342
|
+
"value": "#E2E3E4"
|
|
2379
2343
|
},
|
|
2380
|
-
"Dark/color.
|
|
2344
|
+
"Dark/color.text.disabled": {
|
|
2381
2345
|
"attributes": {
|
|
2382
2346
|
"group": "paint",
|
|
2383
2347
|
"state": "active",
|
|
2384
|
-
"introduced": "0.
|
|
2385
|
-
"description": "Use for
|
|
2348
|
+
"introduced": "0.0.15",
|
|
2349
|
+
"description": "Use for text in a disabled state."
|
|
2386
2350
|
},
|
|
2387
|
-
"value": "#
|
|
2351
|
+
"value": "#E5E9F640"
|
|
2388
2352
|
},
|
|
2389
|
-
"Dark/color.
|
|
2353
|
+
"Dark/color.text.inverse": {
|
|
2390
2354
|
"attributes": {
|
|
2391
2355
|
"group": "paint",
|
|
2392
2356
|
"state": "active",
|
|
2393
2357
|
"introduced": "0.6.0",
|
|
2394
|
-
"description": "
|
|
2358
|
+
"description": "Use for text on bold backgrounds."
|
|
2395
2359
|
},
|
|
2396
|
-
"value": "#
|
|
2360
|
+
"value": "#1F1F21"
|
|
2397
2361
|
},
|
|
2398
|
-
"Dark/color.
|
|
2362
|
+
"Dark/color.text.selected": {
|
|
2399
2363
|
"attributes": {
|
|
2400
2364
|
"group": "paint",
|
|
2401
2365
|
"state": "active",
|
|
2402
2366
|
"introduced": "0.6.0",
|
|
2403
|
-
"description": "
|
|
2367
|
+
"description": "Use for text in selected or opened states, such as tabs and dropdown buttons."
|
|
2404
2368
|
},
|
|
2405
|
-
"value": "#
|
|
2369
|
+
"value": "#669DF1"
|
|
2406
2370
|
},
|
|
2407
|
-
"Dark/color.
|
|
2371
|
+
"Dark/color.text.brand": {
|
|
2408
2372
|
"attributes": {
|
|
2409
2373
|
"group": "paint",
|
|
2410
2374
|
"state": "active",
|
|
2411
|
-
"introduced": "
|
|
2412
|
-
"description": "Use for
|
|
2375
|
+
"introduced": "0.6.0",
|
|
2376
|
+
"description": "Use for text that reinforces our brand."
|
|
2413
2377
|
},
|
|
2414
|
-
"value": "#
|
|
2378
|
+
"value": "#669DF1"
|
|
2415
2379
|
},
|
|
2416
|
-
"Dark/color.
|
|
2380
|
+
"Dark/color.text.danger": {
|
|
2417
2381
|
"attributes": {
|
|
2418
2382
|
"group": "paint",
|
|
2419
2383
|
"state": "active",
|
|
2420
|
-
"introduced": "
|
|
2421
|
-
"description": "
|
|
2384
|
+
"introduced": "0.0.15",
|
|
2385
|
+
"description": "Use for critical text, such as input field error messaging."
|
|
2422
2386
|
},
|
|
2423
|
-
"value": "#
|
|
2387
|
+
"value": "#FD9891"
|
|
2424
2388
|
},
|
|
2425
|
-
"Dark/color.
|
|
2389
|
+
"Dark/color.text.danger.bolder": {
|
|
2426
2390
|
"attributes": {
|
|
2427
2391
|
"group": "paint",
|
|
2428
2392
|
"state": "active",
|
|
2429
2393
|
"introduced": "8.1.0",
|
|
2430
|
-
"description": "
|
|
2394
|
+
"description": "Use for text on top of danger semantic labels to ensure accessibility and desired visual appearance."
|
|
2431
2395
|
},
|
|
2432
|
-
"value": "#
|
|
2396
|
+
"value": "#FFD5D2"
|
|
2433
2397
|
},
|
|
2434
|
-
"Dark/color.
|
|
2398
|
+
"Dark/color.text.warning": {
|
|
2435
2399
|
"attributes": {
|
|
2436
2400
|
"group": "paint",
|
|
2437
2401
|
"state": "active",
|
|
2438
|
-
"introduced": "
|
|
2439
|
-
"description": "
|
|
2402
|
+
"introduced": "0.0.15",
|
|
2403
|
+
"description": "Use for text to emphasize caution, such as in moved lozenges."
|
|
2440
2404
|
},
|
|
2441
|
-
"value": "#
|
|
2405
|
+
"value": "#FBC828"
|
|
2442
2406
|
},
|
|
2443
|
-
"Dark/color.
|
|
2407
|
+
"Dark/color.text.warning.inverse": {
|
|
2444
2408
|
"attributes": {
|
|
2445
2409
|
"group": "paint",
|
|
2446
2410
|
"state": "active",
|
|
2447
2411
|
"introduced": "0.6.0",
|
|
2448
|
-
"description": "
|
|
2412
|
+
"description": "Use for text when on bold warning backgrounds."
|
|
2449
2413
|
},
|
|
2450
|
-
"value": "#
|
|
2414
|
+
"value": "#1F1F21"
|
|
2451
2415
|
},
|
|
2452
|
-
"Dark/color.
|
|
2416
|
+
"Dark/color.text.warning.bolder": {
|
|
2453
2417
|
"attributes": {
|
|
2454
2418
|
"group": "paint",
|
|
2455
2419
|
"state": "active",
|
|
2456
|
-
"introduced": "
|
|
2457
|
-
"description": "
|
|
2420
|
+
"introduced": "8.1.0",
|
|
2421
|
+
"description": "Use for text on top of warning semantic labels to ensure accessibility and desired visual appearance."
|
|
2458
2422
|
},
|
|
2459
|
-
"value": "#
|
|
2423
|
+
"value": "#FCE4A6"
|
|
2460
2424
|
},
|
|
2461
|
-
"Dark/color.
|
|
2425
|
+
"Dark/color.text.success": {
|
|
2462
2426
|
"attributes": {
|
|
2463
2427
|
"group": "paint",
|
|
2464
2428
|
"state": "active",
|
|
2465
|
-
"introduced": "0.
|
|
2466
|
-
"description": "
|
|
2429
|
+
"introduced": "0.0.15",
|
|
2430
|
+
"description": "Use for text to communicate a favorable outcome, such as input field success messaging."
|
|
2467
2431
|
},
|
|
2468
|
-
"value": "#
|
|
2432
|
+
"value": "#B3DF72"
|
|
2469
2433
|
},
|
|
2470
|
-
"Dark/color.
|
|
2434
|
+
"Dark/color.text.success.bolder": {
|
|
2471
2435
|
"attributes": {
|
|
2472
2436
|
"group": "paint",
|
|
2473
2437
|
"state": "active",
|
|
2474
|
-
"introduced": "
|
|
2475
|
-
"description": "Use for
|
|
2438
|
+
"introduced": "8.1.0",
|
|
2439
|
+
"description": "Use for text on top of success semantic labels to ensure accessibility and desired visual appearance."
|
|
2476
2440
|
},
|
|
2477
|
-
"value": "#
|
|
2441
|
+
"value": "#D3F1A7"
|
|
2478
2442
|
},
|
|
2479
|
-
"Dark/color.
|
|
2443
|
+
"Dark/color.text.discovery": {
|
|
2480
2444
|
"attributes": {
|
|
2481
2445
|
"group": "paint",
|
|
2482
2446
|
"state": "active",
|
|
2483
|
-
"introduced": "0.
|
|
2484
|
-
"description": "
|
|
2447
|
+
"introduced": "0.0.15",
|
|
2448
|
+
"description": "Use for text to emphasize change or something new, such as in new lozenges."
|
|
2485
2449
|
},
|
|
2486
|
-
"value": "#
|
|
2450
|
+
"value": "#D8A0F7"
|
|
2487
2451
|
},
|
|
2488
|
-
"Dark/color.
|
|
2452
|
+
"Dark/color.text.discovery.bolder": {
|
|
2489
2453
|
"attributes": {
|
|
2490
2454
|
"group": "paint",
|
|
2491
2455
|
"state": "active",
|
|
2492
|
-
"introduced": "
|
|
2493
|
-
"description": "
|
|
2456
|
+
"introduced": "8.1.0",
|
|
2457
|
+
"description": "Use for text on top of discovery semantic labels to ensure accessibility and desired visual appearance."
|
|
2494
2458
|
},
|
|
2495
|
-
"value": "#
|
|
2459
|
+
"value": "#EED7FC"
|
|
2496
2460
|
},
|
|
2497
|
-
"Dark/color.
|
|
2461
|
+
"Dark/color.text.information": {
|
|
2498
2462
|
"attributes": {
|
|
2499
2463
|
"group": "paint",
|
|
2500
2464
|
"state": "active",
|
|
2501
|
-
"introduced": "
|
|
2502
|
-
"description": "Use for
|
|
2465
|
+
"introduced": "0.6.0",
|
|
2466
|
+
"description": "Use for informative text or to communicate something is in progress, such as in-progress lozenges."
|
|
2503
2467
|
},
|
|
2504
|
-
"value": "#
|
|
2468
|
+
"value": "#8FB8F6"
|
|
2505
2469
|
},
|
|
2506
|
-
"Dark/color.
|
|
2470
|
+
"Dark/color.text.information.bolder": {
|
|
2507
2471
|
"attributes": {
|
|
2508
2472
|
"group": "paint",
|
|
2509
2473
|
"state": "active",
|
|
2510
2474
|
"introduced": "8.1.0",
|
|
2511
|
-
"description": "
|
|
2475
|
+
"description": "Use for text on top of information semantic labels to ensure accessibility and desired visual appearance."
|
|
2512
2476
|
},
|
|
2513
|
-
"value": "#
|
|
2477
|
+
"value": "#CFE1FD"
|
|
2514
2478
|
},
|
|
2515
|
-
"Dark/color.
|
|
2479
|
+
"Dark/color.text.subtlest": {
|
|
2516
2480
|
"attributes": {
|
|
2517
2481
|
"group": "paint",
|
|
2518
2482
|
"state": "active",
|
|
2519
|
-
"introduced": "
|
|
2520
|
-
"description": "
|
|
2483
|
+
"introduced": "0.6.0",
|
|
2484
|
+
"description": "Use for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text."
|
|
2521
2485
|
},
|
|
2522
|
-
"value": "#
|
|
2486
|
+
"value": "#96999E"
|
|
2523
2487
|
},
|
|
2524
|
-
"Dark/color.
|
|
2488
|
+
"Dark/color.text.subtle": {
|
|
2525
2489
|
"attributes": {
|
|
2526
2490
|
"group": "paint",
|
|
2527
2491
|
"state": "active",
|
|
2528
|
-
"introduced": "
|
|
2529
|
-
"description": "
|
|
2492
|
+
"introduced": "0.6.0",
|
|
2493
|
+
"description": "Use for secondary text, such as navigation, subtle button links, input field labels, and all caps subheadings."
|
|
2530
2494
|
},
|
|
2531
|
-
"value": "#
|
|
2495
|
+
"value": "#A9ABAF"
|
|
2532
2496
|
},
|
|
2533
|
-
"Dark/color.
|
|
2497
|
+
"Dark/color.icon": {
|
|
2534
2498
|
"attributes": {
|
|
2535
2499
|
"group": "paint",
|
|
2536
2500
|
"state": "active",
|
|
2537
2501
|
"introduced": "0.6.0",
|
|
2538
|
-
"description": "
|
|
2502
|
+
"description": "Use for icon-only buttons, or icons paired with color.text"
|
|
2539
2503
|
},
|
|
2540
|
-
"value": "#
|
|
2504
|
+
"value": "#CECFD2"
|
|
2541
2505
|
},
|
|
2542
|
-
"Dark/color.
|
|
2506
|
+
"Dark/color.icon.accent.lime": {
|
|
2507
|
+
"attributes": {
|
|
2508
|
+
"group": "paint",
|
|
2509
|
+
"state": "active",
|
|
2510
|
+
"introduced": "1.6.0",
|
|
2511
|
+
"description": "Use for lime icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
2512
|
+
},
|
|
2513
|
+
"value": "#82B536"
|
|
2514
|
+
},
|
|
2515
|
+
"Dark/color.icon.accent.red": {
|
|
2543
2516
|
"attributes": {
|
|
2544
2517
|
"group": "paint",
|
|
2545
2518
|
"state": "active",
|
|
2546
2519
|
"introduced": "0.6.0",
|
|
2547
|
-
"description": "
|
|
2520
|
+
"description": "Use for red icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
2548
2521
|
},
|
|
2549
|
-
"value": "#
|
|
2522
|
+
"value": "#E2483D"
|
|
2550
2523
|
},
|
|
2551
|
-
"Dark/color.
|
|
2524
|
+
"Dark/color.icon.accent.orange": {
|
|
2552
2525
|
"attributes": {
|
|
2553
2526
|
"group": "paint",
|
|
2554
2527
|
"state": "active",
|
|
2555
2528
|
"introduced": "0.6.0",
|
|
2556
|
-
"description": "
|
|
2529
|
+
"description": "Use for orange icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
2557
2530
|
},
|
|
2558
|
-
"value": "#
|
|
2531
|
+
"value": "#F68909"
|
|
2559
2532
|
},
|
|
2560
|
-
"Dark/color.
|
|
2533
|
+
"Dark/color.icon.accent.yellow": {
|
|
2561
2534
|
"attributes": {
|
|
2562
2535
|
"group": "paint",
|
|
2563
2536
|
"state": "active",
|
|
2564
2537
|
"introduced": "0.6.0",
|
|
2565
|
-
"description": "Use for backgrounds
|
|
2538
|
+
"description": "Use for yellow icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
2566
2539
|
},
|
|
2567
|
-
"value": "#
|
|
2540
|
+
"value": "#EED12B"
|
|
2568
2541
|
},
|
|
2569
|
-
"Dark/color.
|
|
2542
|
+
"Dark/color.icon.accent.green": {
|
|
2570
2543
|
"attributes": {
|
|
2571
2544
|
"group": "paint",
|
|
2572
2545
|
"state": "active",
|
|
2573
2546
|
"introduced": "0.6.0",
|
|
2574
|
-
"description": "
|
|
2547
|
+
"description": "Use for green icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
2575
2548
|
},
|
|
2576
|
-
"value": "#
|
|
2549
|
+
"value": "#2ABB7F"
|
|
2577
2550
|
},
|
|
2578
|
-
"Dark/color.
|
|
2551
|
+
"Dark/color.icon.accent.teal": {
|
|
2579
2552
|
"attributes": {
|
|
2580
2553
|
"group": "paint",
|
|
2581
2554
|
"state": "active",
|
|
2582
2555
|
"introduced": "0.6.0",
|
|
2583
|
-
"description": "
|
|
2556
|
+
"description": "Use for teal icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
2584
2557
|
},
|
|
2585
|
-
"value": "#
|
|
2558
|
+
"value": "#42B2D7"
|
|
2586
2559
|
},
|
|
2587
|
-
"Dark/color.
|
|
2560
|
+
"Dark/color.icon.accent.blue": {
|
|
2588
2561
|
"attributes": {
|
|
2589
2562
|
"group": "paint",
|
|
2590
2563
|
"state": "active",
|
|
2591
|
-
"introduced": "
|
|
2592
|
-
"description": "Use for backgrounds
|
|
2564
|
+
"introduced": "0.6.0",
|
|
2565
|
+
"description": "Use for blue icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
2593
2566
|
},
|
|
2594
|
-
"value": "#
|
|
2567
|
+
"value": "#4688EC"
|
|
2595
2568
|
},
|
|
2596
|
-
"Dark/color.
|
|
2569
|
+
"Dark/color.icon.accent.purple": {
|
|
2597
2570
|
"attributes": {
|
|
2598
2571
|
"group": "paint",
|
|
2599
2572
|
"state": "active",
|
|
2600
|
-
"introduced": "
|
|
2601
|
-
"description": "
|
|
2573
|
+
"introduced": "0.6.0",
|
|
2574
|
+
"description": "Use for purple icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
2602
2575
|
},
|
|
2603
|
-
"value": "#
|
|
2576
|
+
"value": "#BF63F3"
|
|
2604
2577
|
},
|
|
2605
|
-
"Dark/color.
|
|
2578
|
+
"Dark/color.icon.accent.magenta": {
|
|
2606
2579
|
"attributes": {
|
|
2607
2580
|
"group": "paint",
|
|
2608
2581
|
"state": "active",
|
|
2609
|
-
"introduced": "
|
|
2610
|
-
"description": "
|
|
2582
|
+
"introduced": "0.6.0",
|
|
2583
|
+
"description": "Use for magenta icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
2611
2584
|
},
|
|
2612
|
-
"value": "#
|
|
2585
|
+
"value": "#DA62AC"
|
|
2613
2586
|
},
|
|
2614
|
-
"Dark/color.
|
|
2587
|
+
"Dark/color.icon.accent.gray": {
|
|
2615
2588
|
"attributes": {
|
|
2616
2589
|
"group": "paint",
|
|
2617
2590
|
"state": "active",
|
|
2618
|
-
"introduced": "
|
|
2619
|
-
"description": "
|
|
2591
|
+
"introduced": "0.10.5",
|
|
2592
|
+
"description": "Use for icons on non-bold gray accent backgrounds, such as file type icons."
|
|
2620
2593
|
},
|
|
2621
|
-
"value": "#
|
|
2594
|
+
"value": "#7E8188"
|
|
2622
2595
|
},
|
|
2623
|
-
"Dark/color.
|
|
2596
|
+
"Dark/color.icon.disabled": {
|
|
2624
2597
|
"attributes": {
|
|
2625
2598
|
"group": "paint",
|
|
2626
2599
|
"state": "active",
|
|
2627
2600
|
"introduced": "0.6.0",
|
|
2628
|
-
"description": "
|
|
2601
|
+
"description": "Use for icons in a disabled state."
|
|
2629
2602
|
},
|
|
2630
|
-
"value": "#
|
|
2603
|
+
"value": "#E5E9F640"
|
|
2631
2604
|
},
|
|
2632
|
-
"Dark/color.
|
|
2605
|
+
"Dark/color.icon.inverse": {
|
|
2633
2606
|
"attributes": {
|
|
2634
2607
|
"group": "paint",
|
|
2635
2608
|
"state": "active",
|
|
2636
2609
|
"introduced": "0.6.0",
|
|
2637
|
-
"description": "
|
|
2610
|
+
"description": "Use for icons on bold backgrounds."
|
|
2638
2611
|
},
|
|
2639
|
-
"value": "#
|
|
2612
|
+
"value": "#1F1F21"
|
|
2640
2613
|
},
|
|
2641
|
-
"Dark/color.
|
|
2614
|
+
"Dark/color.icon.selected": {
|
|
2642
2615
|
"attributes": {
|
|
2643
2616
|
"group": "paint",
|
|
2644
2617
|
"state": "active",
|
|
2645
|
-
"introduced": "0.6.
|
|
2646
|
-
"description": "
|
|
2618
|
+
"introduced": "0.6.2",
|
|
2619
|
+
"description": "Use for icons in selected or opened states, such as those used in dropdown buttons."
|
|
2647
2620
|
},
|
|
2648
|
-
"value": "#
|
|
2621
|
+
"value": "#669DF1"
|
|
2649
2622
|
},
|
|
2650
|
-
"Dark/color.
|
|
2623
|
+
"Dark/color.icon.brand": {
|
|
2651
2624
|
"attributes": {
|
|
2652
2625
|
"group": "paint",
|
|
2653
2626
|
"state": "active",
|
|
2654
2627
|
"introduced": "0.6.0",
|
|
2655
|
-
"description": "Use for
|
|
2628
|
+
"description": "Use for icons that reinforce our brand."
|
|
2656
2629
|
},
|
|
2657
|
-
"value": "#
|
|
2630
|
+
"value": "#669DF1"
|
|
2658
2631
|
},
|
|
2659
|
-
"Dark/color.
|
|
2632
|
+
"Dark/color.icon.danger": {
|
|
2660
2633
|
"attributes": {
|
|
2661
2634
|
"group": "paint",
|
|
2662
2635
|
"state": "active",
|
|
2663
2636
|
"introduced": "0.6.0",
|
|
2664
|
-
"description": "
|
|
2637
|
+
"description": "Use for icons communicating critical information, such as those used in error handing."
|
|
2665
2638
|
},
|
|
2666
|
-
"value": "#
|
|
2639
|
+
"value": "#F15B50"
|
|
2667
2640
|
},
|
|
2668
|
-
"Dark/color.
|
|
2641
|
+
"Dark/color.icon.warning": {
|
|
2669
2642
|
"attributes": {
|
|
2670
2643
|
"group": "paint",
|
|
2671
2644
|
"state": "active",
|
|
2672
2645
|
"introduced": "0.6.0",
|
|
2673
|
-
"description": "
|
|
2646
|
+
"description": "Use for icons communicating caution, such as those used in warning section messages."
|
|
2674
2647
|
},
|
|
2675
|
-
"value": "#
|
|
2648
|
+
"value": "#FBC828"
|
|
2676
2649
|
},
|
|
2677
|
-
"Dark/color.
|
|
2650
|
+
"Dark/color.icon.warning.inverse": {
|
|
2678
2651
|
"attributes": {
|
|
2679
2652
|
"group": "paint",
|
|
2680
2653
|
"state": "active",
|
|
2681
|
-
"introduced": "
|
|
2682
|
-
"description": "Use for
|
|
2654
|
+
"introduced": "0.6.0",
|
|
2655
|
+
"description": "Use for icons when on bold warning backgrounds."
|
|
2683
2656
|
},
|
|
2684
|
-
"value": "#
|
|
2657
|
+
"value": "#1F1F21"
|
|
2685
2658
|
},
|
|
2686
|
-
"Dark/color.
|
|
2659
|
+
"Dark/color.icon.success": {
|
|
2687
2660
|
"attributes": {
|
|
2688
2661
|
"group": "paint",
|
|
2689
2662
|
"state": "active",
|
|
2690
|
-
"introduced": "
|
|
2691
|
-
"description": "
|
|
2663
|
+
"introduced": "0.6.0",
|
|
2664
|
+
"description": "Use for icons communicating a favorable outcome, such as those used in success section messaged."
|
|
2692
2665
|
},
|
|
2693
|
-
"value": "#
|
|
2666
|
+
"value": "#82B536"
|
|
2694
2667
|
},
|
|
2695
|
-
"Dark/color.
|
|
2668
|
+
"Dark/color.icon.discovery": {
|
|
2696
2669
|
"attributes": {
|
|
2697
2670
|
"group": "paint",
|
|
2698
2671
|
"state": "active",
|
|
2699
|
-
"introduced": "
|
|
2700
|
-
"description": "
|
|
2672
|
+
"introduced": "0.6.0",
|
|
2673
|
+
"description": "Use for icons communicating change or something new, such as discovery section messages."
|
|
2701
2674
|
},
|
|
2702
|
-
"value": "#
|
|
2675
|
+
"value": "#BF63F3"
|
|
2703
2676
|
},
|
|
2704
|
-
"Dark/color.
|
|
2677
|
+
"Dark/color.icon.information": {
|
|
2705
2678
|
"attributes": {
|
|
2706
2679
|
"group": "paint",
|
|
2707
2680
|
"state": "active",
|
|
2708
|
-
"introduced": "
|
|
2709
|
-
"description": "
|
|
2681
|
+
"introduced": "0.6.0",
|
|
2682
|
+
"description": "Use for icons communicating information or something in-progress, such as information section messages."
|
|
2710
2683
|
},
|
|
2711
|
-
"value": "#
|
|
2684
|
+
"value": "#4688EC"
|
|
2712
2685
|
},
|
|
2713
|
-
"Dark/color.
|
|
2686
|
+
"Dark/color.icon.subtlest": {
|
|
2714
2687
|
"attributes": {
|
|
2715
2688
|
"group": "paint",
|
|
2716
2689
|
"state": "active",
|
|
2717
|
-
"introduced": "
|
|
2718
|
-
"description": "
|
|
2690
|
+
"introduced": "1.54.0",
|
|
2691
|
+
"description": "Use for icons paired with color.text.subtlest"
|
|
2719
2692
|
},
|
|
2720
|
-
"value": "#
|
|
2693
|
+
"value": "#96999E"
|
|
2721
2694
|
},
|
|
2722
|
-
"Dark/color.
|
|
2695
|
+
"Dark/color.icon.subtle": {
|
|
2723
2696
|
"attributes": {
|
|
2724
2697
|
"group": "paint",
|
|
2725
2698
|
"state": "active",
|
|
2726
2699
|
"introduced": "0.6.0",
|
|
2727
|
-
"description": "
|
|
2700
|
+
"description": "Use for icons paired with color.text.subtle"
|
|
2728
2701
|
},
|
|
2729
|
-
"value": "#
|
|
2702
|
+
"value": "#A9ABAF"
|
|
2730
2703
|
},
|
|
2731
|
-
"Dark/color.
|
|
2704
|
+
"Dark/color.link": {
|
|
2732
2705
|
"attributes": {
|
|
2733
2706
|
"group": "paint",
|
|
2734
2707
|
"state": "active",
|
|
2735
2708
|
"introduced": "0.6.0",
|
|
2736
|
-
"description": "
|
|
2709
|
+
"description": "Use for links in a default or hovered state. Add an underline for hovered states."
|
|
2737
2710
|
},
|
|
2738
|
-
"value": "#
|
|
2711
|
+
"value": "#669DF1"
|
|
2739
2712
|
},
|
|
2740
|
-
"Dark/color.
|
|
2713
|
+
"Dark/color.link.pressed": {
|
|
2741
2714
|
"attributes": {
|
|
2742
2715
|
"group": "paint",
|
|
2743
2716
|
"state": "active",
|
|
2744
|
-
"introduced": "0.0
|
|
2745
|
-
"description": "Use for
|
|
2717
|
+
"introduced": "0.6.0",
|
|
2718
|
+
"description": "Use for links in a pressed state."
|
|
2746
2719
|
},
|
|
2747
|
-
"value": "#
|
|
2720
|
+
"value": "#8FB8F6"
|
|
2748
2721
|
},
|
|
2749
|
-
"Dark/color.
|
|
2722
|
+
"Dark/color.link.visited": {
|
|
2750
2723
|
"attributes": {
|
|
2751
2724
|
"group": "paint",
|
|
2752
2725
|
"state": "active",
|
|
2753
|
-
"introduced": "
|
|
2754
|
-
"description": "Use
|
|
2726
|
+
"introduced": "1.23.0",
|
|
2727
|
+
"description": "Use for visited links."
|
|
2755
2728
|
},
|
|
2756
|
-
"value": "#
|
|
2729
|
+
"value": "#D8A0F7"
|
|
2757
2730
|
},
|
|
2758
|
-
"Dark/color.
|
|
2731
|
+
"Dark/color.link.visited.pressed": {
|
|
2759
2732
|
"attributes": {
|
|
2760
2733
|
"group": "paint",
|
|
2761
2734
|
"state": "active",
|
|
2762
|
-
"introduced": "
|
|
2763
|
-
"description": "Use
|
|
2735
|
+
"introduced": "1.43.0",
|
|
2736
|
+
"description": "Use for visited links in a pressed state."
|
|
2764
2737
|
},
|
|
2765
|
-
"value": "#
|
|
2738
|
+
"value": "#EED7FC"
|
|
2766
2739
|
},
|
|
2767
2740
|
"Dark/color.interaction.hovered": {
|
|
2768
2741
|
"attributes": {
|
|
@@ -2800,6 +2773,33 @@
|
|
|
2800
2773
|
},
|
|
2801
2774
|
"value": "#BDBDBD0A"
|
|
2802
2775
|
},
|
|
2776
|
+
"Dark/color.blanket": {
|
|
2777
|
+
"attributes": {
|
|
2778
|
+
"group": "paint",
|
|
2779
|
+
"state": "active",
|
|
2780
|
+
"introduced": "0.0.15",
|
|
2781
|
+
"description": "Use for the screen overlay that appears with modal dialogs"
|
|
2782
|
+
},
|
|
2783
|
+
"value": "#10121499"
|
|
2784
|
+
},
|
|
2785
|
+
"Dark/color.blanket.selected": {
|
|
2786
|
+
"attributes": {
|
|
2787
|
+
"group": "paint",
|
|
2788
|
+
"state": "active",
|
|
2789
|
+
"introduced": "0.6.0",
|
|
2790
|
+
"description": "Use as an overlay to communicate selected states when a simple background color change isn't possible, such as in Editor block elements"
|
|
2791
|
+
},
|
|
2792
|
+
"value": "#1D7AFC14"
|
|
2793
|
+
},
|
|
2794
|
+
"Dark/color.blanket.danger": {
|
|
2795
|
+
"attributes": {
|
|
2796
|
+
"group": "paint",
|
|
2797
|
+
"state": "active",
|
|
2798
|
+
"introduced": "0.6.0",
|
|
2799
|
+
"description": "Use as an overlay to communicate danger states when a simple background color change isn't possible, such as deletion of Editor block elements"
|
|
2800
|
+
},
|
|
2801
|
+
"value": "#E3493514"
|
|
2802
|
+
},
|
|
2803
2803
|
"Dark/color.chart.categorical.1": {
|
|
2804
2804
|
"attributes": {
|
|
2805
2805
|
"group": "paint",
|
|
@@ -3700,6 +3700,105 @@
|
|
|
3700
3700
|
},
|
|
3701
3701
|
"value": "#CFE1FD"
|
|
3702
3702
|
},
|
|
3703
|
+
"Dark/color.rovo.background.brand.bold": {
|
|
3704
|
+
"attributes": {
|
|
3705
|
+
"group": "paint",
|
|
3706
|
+
"state": "active",
|
|
3707
|
+
"introduced": "8.2.0",
|
|
3708
|
+
"description": "Background color for Rovo brand emphasis."
|
|
3709
|
+
},
|
|
3710
|
+
"value": "#FFFFFF"
|
|
3711
|
+
},
|
|
3712
|
+
"Dark/color.rovo.background.brand.bold.hovered": {
|
|
3713
|
+
"attributes": {
|
|
3714
|
+
"group": "paint",
|
|
3715
|
+
"state": "active",
|
|
3716
|
+
"introduced": "8.2.0",
|
|
3717
|
+
"description": "Hovered state of color.rovo.background.brand.bold."
|
|
3718
|
+
},
|
|
3719
|
+
"value": "#E2E3E4"
|
|
3720
|
+
},
|
|
3721
|
+
"Dark/color.rovo.background.brand.bold.pressed": {
|
|
3722
|
+
"attributes": {
|
|
3723
|
+
"group": "paint",
|
|
3724
|
+
"state": "active",
|
|
3725
|
+
"introduced": "8.2.0",
|
|
3726
|
+
"description": "Pressed state of color.rovo.background.brand.bold."
|
|
3727
|
+
},
|
|
3728
|
+
"value": "#CECFD2"
|
|
3729
|
+
},
|
|
3730
|
+
"Dark/color.rovo.border.lime": {
|
|
3731
|
+
"attributes": {
|
|
3732
|
+
"group": "paint",
|
|
3733
|
+
"state": "active",
|
|
3734
|
+
"introduced": "13.1.1",
|
|
3735
|
+
"description": "Use for Rovo lime borders."
|
|
3736
|
+
},
|
|
3737
|
+
"value": "#82B536"
|
|
3738
|
+
},
|
|
3739
|
+
"Dark/color.rovo.border.saffron": {
|
|
3740
|
+
"attributes": {
|
|
3741
|
+
"group": "paint",
|
|
3742
|
+
"state": "active",
|
|
3743
|
+
"introduced": "13.1.1",
|
|
3744
|
+
"description": "Use for Rovo saffron borders."
|
|
3745
|
+
},
|
|
3746
|
+
"value": "#FCA700"
|
|
3747
|
+
},
|
|
3748
|
+
"Dark/color.rovo.border.blue": {
|
|
3749
|
+
"attributes": {
|
|
3750
|
+
"group": "paint",
|
|
3751
|
+
"state": "active",
|
|
3752
|
+
"introduced": "13.1.1",
|
|
3753
|
+
"description": "Use for Rovo blue borders."
|
|
3754
|
+
},
|
|
3755
|
+
"value": "#357DE8"
|
|
3756
|
+
},
|
|
3757
|
+
"Dark/color.rovo.border.purple": {
|
|
3758
|
+
"attributes": {
|
|
3759
|
+
"group": "paint",
|
|
3760
|
+
"state": "active",
|
|
3761
|
+
"introduced": "13.1.1",
|
|
3762
|
+
"description": "Use for Rovo purple borders."
|
|
3763
|
+
},
|
|
3764
|
+
"value": "#BF63F3"
|
|
3765
|
+
},
|
|
3766
|
+
"Dark/color.rovo.icon.lime": {
|
|
3767
|
+
"attributes": {
|
|
3768
|
+
"group": "paint",
|
|
3769
|
+
"state": "active",
|
|
3770
|
+
"introduced": "13.1.1",
|
|
3771
|
+
"description": "Use for Rovo lime icons."
|
|
3772
|
+
},
|
|
3773
|
+
"value": "#82B536"
|
|
3774
|
+
},
|
|
3775
|
+
"Dark/color.rovo.icon.saffron": {
|
|
3776
|
+
"attributes": {
|
|
3777
|
+
"group": "paint",
|
|
3778
|
+
"state": "active",
|
|
3779
|
+
"introduced": "13.1.1",
|
|
3780
|
+
"description": "Use for Rovo saffron icons."
|
|
3781
|
+
},
|
|
3782
|
+
"value": "#FCA700"
|
|
3783
|
+
},
|
|
3784
|
+
"Dark/color.rovo.icon.blue": {
|
|
3785
|
+
"attributes": {
|
|
3786
|
+
"group": "paint",
|
|
3787
|
+
"state": "active",
|
|
3788
|
+
"introduced": "13.1.1",
|
|
3789
|
+
"description": "Use for Rovo blue icons."
|
|
3790
|
+
},
|
|
3791
|
+
"value": "#357DE8"
|
|
3792
|
+
},
|
|
3793
|
+
"Dark/color.rovo.icon.purple": {
|
|
3794
|
+
"attributes": {
|
|
3795
|
+
"group": "paint",
|
|
3796
|
+
"state": "active",
|
|
3797
|
+
"introduced": "13.1.1",
|
|
3798
|
+
"description": "Use for Rovo purple icons."
|
|
3799
|
+
},
|
|
3800
|
+
"value": "#BF63F3"
|
|
3801
|
+
},
|
|
3703
3802
|
"Dark/elevation.surface": {
|
|
3704
3803
|
"attributes": {
|
|
3705
3804
|
"group": "paint",
|