-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.json
More file actions
48 lines (48 loc) · 1.56 KB
/
about.json
File metadata and controls
48 lines (48 loc) · 1.56 KB
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
40
41
42
43
44
45
46
47
48
{
"name": "Tango Theme",
"about_url": null,
"license_url": null,
"components": [
"https://github.com/jordanvidrine/discourse-category-group-boxes.git",
"https://github.com/discourse/discourse-color-scheme-toggle.git",
"https://github.com/discourse/discourse-loading-slider.git",
"https://github.com/discourse/discourse-clickable-topic.git",
"https://github.com/discourse/discourse-search-banner.git"
],
"modifiers": {
"serialize_topic_excerpts": true
},
"color_schemes": {
"tango-light": {
"primary": "1c1c1c",
"secondary": "f9fcff",
"tertiary": "3877e5",
"quaternary": "7e8b93",
"quaternary-low": "204A87",
"header_background": "f9fcff",
"header_primary": "122b43",
"highlight": "e6cb37",
"danger": "204A87",
"success": "71bd9f",
"love": "c16ad7"
},
"tango-dark": {
"primary": "e0e0e0",
"secondary": "2E3436",
"tertiary": "555753",
"quaternary": "729FCF",
"quaternary-low": "204A87",
"header_background": "202020",
"header_primary": "e0e0e0",
"highlight": "E9B96E",
"highlight-medium": "FCAF3E",
"highlight-high": "FCAF3E",
"highlight-low": "FCAF3E",
"danger": "FCAF3E",
"danger-low-mid": "FC943E",
"danger-low": "FC723E",
"success": "86DC34",
"love": "68CF46"
}
}
}