forked from discourse/zeronoise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.json
29 lines (29 loc) · 1.06 KB
/
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
{
"name": "zeronoise",
"component": false,
"license_url": null,
"about_url": "https://github.com/ruidovisual/zeronoise",
"authors": "Miguel Arroyo - http://ruidovisual.com",
"theme_version": 1.0,
"minimum_discourse_version": null,
"maximum_discourse_version": null,
"assets": {
},
"color_schemes": {
"Zeronoise": {
"primary": "2d2a3d", // Applies as solid color to Post Titles and to other text as a tint
"secondary": "f4f4f9", // Applies to the background and .nav-pills>li a.active
"tertiary": "4f31cd", // Call to actions and links
"quaternary": "ffffff", // You can see it in the top menu
"header_background": "000000",
"header_primary": "ffffff", // It's the text and icons color in the header
"highlight": "8a51e7", // Applies to the title of the list of Time Periods in the "Top" tab of the main menu.
"danger": "ed2f2f",
"success": "14ba60",
"love": "fe5c5c"
}
},
"modifiers": {
},
"learn_more": "https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966"
}