-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathabout.json
More file actions
28 lines (28 loc) · 820 Bytes
/
about.json
File metadata and controls
28 lines (28 loc) · 820 Bytes
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
{
"name": "Mint Theme",
"authors": "Discourse",
"about_url": "https://meta.discourse.org/t/mint-a-modern-theme-for-discourse/202822",
"license_url": "https://github.com/discourse/discourse-mint-theme/blob/main/LICENSE",
"color_schemes": {
"mint-light": {
"primary": "454545",
"secondary": "F6FBFC",
"tertiary": "4F8A7C",
"header_background": "ffffff",
"header_primary": "111111",
"selected": "e3efec",
"hover": "e3efec"
},
"mint-dark": {
"primary": "e0e0e0",
"secondary": "2d2d2d",
"tertiary": "4F8A7C",
"header_background": "202020",
"header_primary": "e0e0e0",
"highlight": "b2b235",
"selected": "1c302b",
"hover": "1c302b"
}
},
"screenshots": ["screenshots/light.webp", "screenshots/dark.webp"]
}