forked from EdddieN/machinon-domoticz_theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.json
44 lines (44 loc) · 1.05 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
{
"type": "theme",
"name": "Machinon",
"description": "Machinon custom theme, simple and light",
"license": "GPL-2.0+",
"version":"1",
"author": "Logic Energy",
"homepage": "https://www.logicenergy.com",
"wiki": "",
"textcolor": "#1a1a1a",
"backgroundcolor": "#f1f1f1",
"backgroundimage": "",
"previewimage": "screenshot.png",
"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": ["settings.css"]
},
"switch_instead_of_bigtext": {
"id":20,
"enabled":true,
"files": []
},
"dashboard_show_last_update": {
"id":21,
"enabled":false,
"files": ["dashboard_show_last_update.css"]
}
}
}