-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathabout.json
30 lines (30 loc) · 1.26 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
30
{
"name": "Zeronoise Theme",
"component": false,
"license_url": null,
"about_url": "https://meta.discourse.org/t/zeronoise-a-theme-aiming-to-create-a-pleasant-reading-experience/171809",
"authors": "Miguel Arroyo - http://ruidovisual.com",
"theme_version": 1.0,
"minimum_discourse_version": null,
"maximum_discourse_version": null,
"assets": {
"playfair-display-regular": "assets/PlayfairDisplay-Regular.ttf",
"playfair-display-semibold": "assets/PlayfairDisplay-SemiBold.ttf"
},
"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"
}