Skip to content
This repository was archived by the owner on Apr 29, 2026. It is now read-only.

Commit 0fdee5d

Browse files
authored
[XG-5943] Adding Apollo brand tokens (#51)
1 parent 4175ad3 commit 0fdee5d

11 files changed

Lines changed: 2936 additions & 0 deletions

File tree

src/tokens/brands/apollo/color/dark/background.json

Lines changed: 444 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,142 @@
1+
{
2+
"dark": {
3+
"border": {
4+
"default": {
5+
"value": "{color.neutral.600}",
6+
"type": "color",
7+
"scope": "Stroke Color, Effect Color",
8+
"comment": "Default border color"
9+
},
10+
"strong": {
11+
"value": "{color.neutral.400}",
12+
"type": "color",
13+
"scope": "Stroke Color, Effect Color",
14+
"comment": "Use for strong weight borders"
15+
},
16+
"subtle": {
17+
"value": "{color.neutral.800}",
18+
"type": "color",
19+
"scope": "Stroke Color, Effect Color",
20+
"comment": "Use for subtle weight borders"
21+
},
22+
"inverse": {
23+
"value": "{color.neutral.1000}",
24+
"type": "color",
25+
"scope": "Stroke Color, Effect Color",
26+
"comment": "Use for inverse borders (light on dark/dark on light)"
27+
},
28+
"hover": {
29+
"value": "{color.purple.300}",
30+
"type": "color",
31+
"scope": "Stroke Color, Effect Color",
32+
"comment": "Use for borders in a hover state"
33+
},
34+
"active": {
35+
"value": "{color.purple.300}",
36+
"type": "color",
37+
"scope": "Stroke Color, Effect Color",
38+
"comment": "Use for borders in an active state"
39+
},
40+
"focus": {
41+
"value": "{color.purple.400}",
42+
"type": "color",
43+
"scope": "Stroke Color, Effect Color",
44+
"comment": "Use for borders in a focus state"
45+
},
46+
"negative": {
47+
"value": "{color.red.300}",
48+
"type": "color",
49+
"scope": "Stroke Color, Effect Color",
50+
"comment": "Use for negative sentiment borders"
51+
},
52+
"positive": {
53+
"value": "{color.green.300}",
54+
"type": "color",
55+
"scope": "Stroke Color, Effect Color",
56+
"comment": "Use for positive sentiment borders"
57+
},
58+
"accent": {
59+
"default": {
60+
"value": "{color.purple.300}",
61+
"type": "color",
62+
"scope": "Stroke Color",
63+
"comment": "Default color accented borders"
64+
},
65+
"brand": {
66+
"value": "{color.orange.500}",
67+
"type": "color",
68+
"scope": "Stroke Color",
69+
"comment": "Brand color accented borders"
70+
},
71+
"information": {
72+
"value": "{color.purple.300}",
73+
"type": "color",
74+
"scope": "Stroke Color",
75+
"comment": "Informational accented borders"
76+
},
77+
"highlight": {
78+
"value": "{color.yellow.200}",
79+
"type": "color",
80+
"scope": "Stroke Color",
81+
"comment": "Highlight accented borders"
82+
},
83+
"warning": {
84+
"value": "{color.yellow.200}",
85+
"type": "color",
86+
"scope": "Stroke Color",
87+
"comment": "Highlight accented borders"
88+
},
89+
"subtle": {
90+
"value": "{color.neutral.500}",
91+
"type": "color",
92+
"scope": "Stroke Color",
93+
"comment": "Subtle accented borders"
94+
},
95+
"alternative": {
96+
"value": "{color.blue.300}",
97+
"type": "color",
98+
"scope": "Stroke Color",
99+
"comment": "Alternative accented borders"
100+
}
101+
},
102+
"badge": {
103+
"purple": {
104+
"value": "{color.purple.300}",
105+
"type": "color",
106+
"scope": "Stroke Color",
107+
"comment": "Blue badge surface"
108+
},
109+
"yellow": {
110+
"value": "{color.yellow.200}",
111+
"type": "color",
112+
"scope": "Stroke Color",
113+
"comment": "Yellow badge surface"
114+
},
115+
"green": {
116+
"value": "{color.green.300}",
117+
"type": "color",
118+
"scope": "Stroke Color",
119+
"comment": "Green badge surface"
120+
},
121+
"grey": {
122+
"value": "{color.neutral.500}",
123+
"type": "color",
124+
"scope": "Stroke Color",
125+
"comment": "Grey badge surface"
126+
},
127+
"blue": {
128+
"value": "{color.blue.300}",
129+
"type": "color",
130+
"scope": "Stroke Color",
131+
"comment": "Blue badge surface"
132+
},
133+
"red": {
134+
"value": "{color.red.300}",
135+
"type": "color",
136+
"scope": "Stroke Color",
137+
"comment": "Red badge surface"
138+
}
139+
}
140+
}
141+
}
142+
}

0 commit comments

Comments
 (0)