-
Notifications
You must be signed in to change notification settings - Fork 3
/
watchface_theme.json
127 lines (127 loc) · 2.72 KB
/
watchface_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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"api_level": 3,
"dial": {
"enable": true,
"x_offset": 0,
"y_offset": 0
},
"label": [
{
"enable": true,
"type": "text",
"label": "MISSION STATUS:",
"font": "007watch8.font",
"font_color": "#3fd50b",
"align": "center",
"hide_interval": 0,
"x_offset": 15,
"y_offset": 68,
"x_size": 150,
"y_size": 10
},
{
"enable": true,
"type": "text",
"label": "INCOMPLETE",
"font": "007watch8.font",
"font_color": "#cc0000",
"align": "center",
"hide_interval": 2,
"x_offset": 85,
"y_offset": 68,
"x_size": 150,
"y_size": 10
},
{
"enable": true,
"type": "date",
"label": "%H",
"font": "007watch52.font",
"font_color": "#3fd50b",
"align": "center",
"hide_interval": 0,
"x_offset": 25,
"y_offset": 75,
"x_size": 120,
"y_size": 52
},
{
"enable": true,
"type": "date",
"label": "%M",
"font": "007watch52.font",
"font_color": "#3fd50b",
"align": "center",
"hide_interval": 0,
"x_offset": 98,
"y_offset": 75,
"x_size": 120,
"y_size": 52
},
{
"enable": true,
"type": "text",
"label": ":",
"font": "007watch52.font",
"font_color": "#3fd50b",
"align": "center",
"hide_interval": 1,
"x_offset": 90,
"y_offset": 75,
"x_size": 52,
"y_size": 52
},
{
"enable": true,
"type": "date",
"label": "%d-%b-%y",
"font": "007watch18.font",
"font_color": "#3fd50b",
"align": "center",
"hide_interval": 0,
"x_offset": 20,
"y_offset": 40,
"x_size": 200,
"y_size": 40
},
{
"enable": true,
"type": "battery_percent",
"label": "%d%%",
"font": "007watch18.font",
"font_color": "#3fd50b",
"align": "left",
"hide_interval": 0,
"x_offset": 74,
"y_offset": 160,
"x_size": 60,
"y_size": 20
},
{
"enable": true,
"type": "bluetooth_messages",
"label": "messages:%d",
"font": "007watch18.font",
"font_color": "#3fd50b",
"align": "left",
"hide_interval": 0,
"x_offset": 60,
"y_offset": 120,
"x_size": 200,
"y_size": 20
},
{
"enable": true,
"type": "steps",
"label": "%d",
"font": "007watch18.font",
"font_color": "#3fd50b",
"align": "right",
"hide_interval": 0,
"x_offset": 18,
"y_offset": 130,
"x_size": 155,
"y_size": 40
}
]
}