-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_theme.yaml
166 lines (166 loc) · 3.48 KB
/
config_theme.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
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
defaults:
colours:
normal_bg: "#4c5052"
hovered_bg: "#63686b"
disabled_bg: "#25292e"
selected_bg: "#365880"
active_bg: "#365880"
dark_bg: "#21282d"
disabled_dark_bg: "#181818"
normal_text: "#bbbbbb"
hovered_text: "#bbbbbb"
disabled_text: "#808080"
selected_text: "#bbbbbb"
active_text: "#bbbbbb"
normal_border: "#5c6062"
hovered_border: "#73787b"
disabled_border: "#35393e"
selected_border: "#466890"
active_border: "#466890"
link_text: "#6897bb"
link_hover: "#84bfed"
link_selected: "#84bfed"
text_shadow: "#777777"
filled_bar: "#f4251b"
unfilled_bar: "#CCCCCC"
font:
name: "B612"
size: 14
button:
colours:
normal_bg: "#4c5052,#3c4042,90"
normal_text_shadow: "#000000"
dark_bg: "#21282d,#11181d,90"
disabled_dark_bg: "#181818"
normal_text: "#cccccc"
font:
name: "B612"
size: 16
label:
colours:
dark_bg: "#21282d,#11181d,90"
font:
name: "B612"
size: 14
'#param_label':
colours:
normal_text: "#FF00FF"
dark_bg: "#151D22"
font:
name: "B612Mono"
size: 14
bold: 1
'#param_label_top':
prototype: '#param_label'
colours:
dark_bg: "#11181d,#01080d,90"
'#param_label_top_lighter':
prototype: '#param_label'
colours:
dark_bg: "#11181d,#21282d,90"
'#param_label_vert':
prototype: '#param_label'
colours:
dark_bg: "#21282d,#11181d,90"
'#param_label_horz':
prototype: '#param_label'
colours:
dark_bg: "#21282d,#11181d,0"
'#param_value':
colours:
normal_text: "#bbbbbb"
dark_bg: "#11181d"
font:
name: "B612Mono"
size: 14
bold: 0
'#param_value_vert':
prototype: '#param_value'
colours:
dark_bg: "#21282d,#11181d,90"
'#param_value_horz':
prototype: '#param_value'
colours:
dark_bg: "#21282d,#11181d,0"
'#gnss_label_GP':
prototype: '#param_label_vert'
colours:
normal_text: "#CCCCCC"
'#gnss_label_SB':
prototype: '#param_label_vert'
colours:
normal_text: "#CCCC00"
'#gnss_label_GA':
prototype: '#param_label_vert'
colours:
normal_text: "#00CCCC"
'#gnss_label_BD':
prototype: '#param_label_vert'
colours:
normal_text: "#CC0000"
'#gnss_label_QZ':
prototype: '#param_label_vert'
colours:
normal_text: "#00CC00"
'#gnss_label_GL':
prototype: '#param_label_vert'
colours:
normal_text: "#CC8400"
'#countdown':
prototype: '#param_label'
colours:
normal_text: "#666666"
dark_bg: "#000000"
font:
name: "B612Mono"
size: 90
bold: 0
'#countdown_label':
prototype: '#param_label'
colours:
normal_text: "#666666"
dark_bg: "#000000"
font:
name: "B612"
size: 30
bold: 0
'#igate_value':
prototype: '#param_value'
font:
name: "B612Mono"
size: 12
bold: 0
'#service_start_button':
prototype: 'button'
colours:
#ormal_bg: "#4c5052,#3c4042,90"
normal_bg: "#3c7042,#2c4032,90"
'#service_stop_button':
prototype: 'button'
colours:
#ormal_bg: "#4c5052,#3c4042,90"
normal_bg: "#6c4042,#3c3032,90"
'#command_button_grey':
prototype: 'button'
'#command_button':
prototype: 'button'
colours:
#ormal_bg: "#4c5052,#3c4042,90"
normal_bg: "#3c4072,#2c3042,90"
'#command_button_selected':
prototype: 'button'
colours:
#ormal_bg: "#4c5052,#3c4042,90"
normal_bg: "#3c7072,#2c4042,90"
'#service_label':
prototype: '#param_label'
font:
name: "B612Mono"
size: 13
bold: 1
'#service_status_value':
prototype: '#param_value'
font:
name: "B612Mono"
size: 13
bold: 1