-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
about.json
executable file
·39 lines (39 loc) · 1010 Bytes
/
about.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"license_url": "/LICENSE",
"assets": {
"intervar": "/assets/inter-var.woff2",
"icons-sprite": "/assets/spritesheet.svg"
},
"name": "Ember.js theme",
"color_schemes": {
"Ember-Light": {
"primary": "1c1e24",
"secondary": "ffffff",
"tertiary": "e04e39",
"quaternary": "e04e39",
"header_background": "1c1e24",
"header_primary": "ffffff",
"highlight": "e04e39",
"danger": "cf2d20",
"success": "51E866",
"love": "e04e39",
"hover": "dce0e6",
"selected": "dce0e6"
},
"Ember-Dark": {
"primary": "f3f4f6",
"secondary": "1c1e24",
"tertiary": "e04e39",
"quaternary": "e04e39",
"header_background": "1c1e24",
"header_primary": "f4f6f8",
"highlight": "222c36",
"danger": "cf2d20",
"success": "51E866",
"love": "e04e39",
"hover": "2e333d",
"selected": "2e333d"
}
},
"components": ["https://github.com/discourse/discourse-clickable-topic"]
}