-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathdarcula.theme
More file actions
29 lines (29 loc) · 659 Bytes
/
darcula.theme
File metadata and controls
29 lines (29 loc) · 659 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.%m.%Y",
"TIME": "%H:%M:%S",
"FORECAST_DAY": "%a",
"SUNRISE_SUNSET": "%H:%M"
},
"COLOR": {
"BACKGROUND": [10, 10, 10],
"MAIN_FONT": [255, 255, 255],
"BLACK": [0, 0, 0],
"DARK_GRAY": [66, 66, 66],
"WHITE": [255, 255, 255],
"RED": [214, 74, 75],
"GREEN": [106, 135, 89],
"BLUE": [52, 152, 219],
"YELLOW": [187, 181, 41],
"ORANGE": [204, 120, 50],
"VIOLET": [152, 118, 170]
},
"FONT": {
"MEDIUM": "JetBrainsMono-Medium.ttf",
"BOLD": "JetBrainsMono-Bold.ttf",
"DATE_SIZE": 12,
"CLOCK_SIZE": 30,
"SMALL_SIZE": 14,
"BIG_SIZE": 30
}
}