forked from discourse/discourse-mint-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.json
30 lines (30 loc) · 881 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
{
"name": "Mint Theme",
"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"
}
},
"components": [
"https://github.com/discourse/discourse-showcased-categories.git",
"https://github.com/discourse/discourse-search-banner.git"
]
}