-
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathexample.theme
More file actions
29 lines (29 loc) · 641 Bytes
/
example.theme
File metadata and controls
29 lines (29 loc) · 641 Bytes
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
{
"DATE_FORMAT": {
"DATE": "%A - %d. %b %Y",
"TIME": "%H:%M:%S",
"FORECAST_DAY": "%a",
"SUNRISE_SUNSET": "%H:%M"
},
"COLOR": {
"BACKGROUND": [0, 0, 0],
"MAIN_FONT": [255, 255, 255],
"BLACK": [0, 0, 0],
"DARK_GRAY": [43, 43, 43],
"WHITE": [255, 255, 255],
"RED": [231, 76, 60],
"GREEN": [39, 174, 96],
"BLUE": [52, 152, 219],
"YELLOW": [241, 196, 15],
"ORANGE": [247, 147, 29],
"VIOLET": [186, 85, 211]
},
"FONT": {
"MEDIUM": "Roboto-Medium.ttf",
"BOLD": "Roboto-Bold.ttf",
"DATE_SIZE": 14,
"CLOCK_SIZE": 30,
"SMALL_SIZE": 14,
"BIG_SIZE": 30
}
}