forked from VaperinaDEV/fkb-pro-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.json
38 lines (38 loc) · 977 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
{
"name": "FKB Pro theme",
"license_url": null,
"about_url": "https://github.com/VaperinaDEV/fkb-pro-theme",
"authors": null,
"assets": {
},
"color_schemes": {
"FKB Pro - Light": {
"primary": "242526",
"secondary": "ffffff",
"tertiary": "147efb",
"quaternary": "147efb",
"header_background": "ffffff",
"header_primary": "242526",
"highlight": "147efb",
"danger": "f8745c",
"success": "42b72a",
"love": "fa6c8d"
},
"FKB Pro - Dark": {
"primary": "ffffff",
"secondary": "242526",
"tertiary": "147efb",
"quaternary": "4267b2",
"header_background": "242526",
"header_primary": "ffffff",
"highlight": "147efb",
"danger": "f8745c",
"success": "42b72a",
"love": "fa6c8d"
}
},
"modifiers": {
"serialize_topic_excerpts": true
},
"learn_more": "https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966"
}