forked from EdddieN/machinon-domoticz_theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.json
55 lines (55 loc) · 1.27 KB
/
theme.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
{
"type": "theme",
"name": "Machinon",
"description": "Machinon custom theme, simple and light",
"license": "GPL-2.0+",
"version":"1.2.2",
"author": "Logic Energy",
"homepage": "https://www.logicenergy.com",
"wiki": "",
"textcolor": "#1a1a1a",
"backgroundcolor": "#f1f1f1",
"backgroundimage": "",
"previewimage": "screenshot.png",
"standby_after": 10,
"variants": [
{"default": "custom.css"}
],
"features": {
"dark_theme": {
"id":10,
"enabled":false,
"files": ["dark_theme.css"]
},
"footer_text_disabled": {
"id":11,
"enabled":true,
"files": []
},
"custom_settings_menu": {
"id":12,
"enabled":true,
"files": []
},
"standby": {
"id":13,
"enabled":false,
"files": ["standby.js"]
},
"check_update": {
"id":15,
"enabled":false,
"files": ["check_update.js"]
},
"switch_instead_of_bigtext": {
"id":20,
"enabled":true,
"files": []
},
"dashboard_show_last_update": {
"id":21,
"enabled":false,
"files": ["dashboard_show_last_update.css"]
}
}
}