-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathexample_config.yaml
40 lines (39 loc) · 1.04 KB
/
example_config.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
# linux/windows: $HOME/.local/share/bite/config.yaml
# macos: $HOME/Library/Application Support/bite/config.yaml
colors:
src:
keyword: "#ff5900"
tipe: "#faa51b"
field: "#288cc7"
function: "#02ed6e"
operator: "#ffa500"
string: "#02ed6e"
variable: "#d46ccb"
constant: "#9b51c2"
highlight: "#ff6400"
asm:
section: "#3ebce6"
opcode: "#ffffff"
# component1::component2::component3 or just component for function names without mangling.
# Also used for section type identifiers.
component: "#f56281"
register: "#f56281"
# <label> the brackets around a label.
label: "#3ebce6"
segment: "#02ed6e"
invalid: "#ff1fff"
pointer: "#ff4343"
# Any kind of math expression.
expr: "#999999"
immediate: "#3ebce6"
annotation: "#3ebce6"
# Think size_t or str.
primitive: "#69b5a9"
string: "#e6ab3e"
brackets: "#606060"
comment: "#a0a0a0"
address: "#404040"
bytes: "#02ed6e"
delimiter: "#a0a0a0"
bg_primary: "#303030"
bg_secondary: "#2d2d2d"