-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbase.yaml
77 lines (74 loc) · 1.52 KB
/
base.yaml
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
font:
- file: 'fonts\slkscr.ttf'
id: font_slkscr_8
size: 8
glyphs: "!%()+,-/_.:°0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz"
- file: 'fonts\BebasNeue-Regular.ttf'
id: font_bebas_48
size: 48
- file: 'fonts\BebasNeue-Regular.ttf'
id: font_bebas_56
size: 56
- file: 'fonts\arial.ttf'
id: font_arial_12
size: 12
color:
- id: color_red
red: 1
green: 0
blue: 0
- id: color_green
red: 0
green: 1
blue: 0
- id: color_blue
red: 0
green: 0
blue: 1
- id: color_orange
red: 1
green: 0.6
blue: 0
- id: color_teal_blue
red: 0
green: 0.5
blue: 0.45
#### OLD WAY TO DEFINE COLORS AS INT
# COLORS ARE IN RGB565 format
#globals:
# - id: color_red
# type: int
# restore_value: no
# initial_value: '0xF800'
# - id: color_green
# type: int
# restore_value: no
# initial_value: '0x07E0'
# - id: color_blue
# type: int
# restore_value: no
# initial_value: '0x001F'
# - id: color_yellow
# type: int
# restore_value: no
# initial_value: '0xFFE0'
# - id: color_yellow_alt
# type: int
# restore_value: no
# initial_value: '0xFE40'
# - id: color_cyan
# type: int
# restore_value: no
# initial_value: '0x07FF'
# - id: color_orange
# type: int
# restore_value: no
# initial_value: '0xFC20'
# - id: color_teal_blue
# type: int
# restore_value: no
# initial_value: '0x04AE'
# - id: color_beige
# type: int
# restore_value: no
# initial_value: '0xFFBD'