-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
63 lines (63 loc) · 1.55 KB
/
config.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "click",
"identifier": "koapp-theme-click",
"description": {
"en-US" : "click"
},
"version": "0.0.0",
"author": ", <>",
"category": [
""
],
"price": 0,
"platforms": [
"android",
"ios",
"windows"
],
"showOn": {
"market": true
},
"images" : {
"list" : "themes/koapp-theme-click/images/list.png",
"screenshots" : [
"themes/koapp-theme-click/images/screenshot01.png",
"themes/koapp-theme-click/images/screenshot02.png"
],
"popover" : "themes/koapp-theme-click/images/popover.png",
"banner" : "themes/koapp-theme-click/images/banner.png"
},
"defaultConfig": {
"colors": {
"primaryTextColor": "#ffffff",
"primaryBackgroundColor": "#1d1d1d",
"secondaryTextColor": "#737373",
"disabledTextColor": "#9b9b9b",
"dividerColor": "#dbdbdb",
"primaryColor": "#2f2f2f",
"lightPrimaryColor": "#525252",
"darkPrimaryColor": "#525252",
"accentColor": "#ef4949",
"lightAccentColor": "#01f5fd",
"darkAccentColor": "#ef2b49",
"errorColor": "#dd2c00",
"backgroundColor": "#2f2f2f"
},
"images": {
"background": ""
},
"fonts": {
"primaryFontFamily": {
"name": "Open Sans",
"url": "https://fonts.googleapis.com/css?family=Open+Sans"
},
"titleFontFamily": {
"name": "Roboto",
"url": "https://fonts.googleapis.com/css?family=Roboto"
}
},
"menu": "polymermenu"
},
"subscription": false,
"main": "themes/koapp-theme-click/koapp-theme-click.html"
}