-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig.yaml
57 lines (49 loc) · 1.11 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# This is an example configuration with default values.
# You should place your configuration in $XDG_CONFIG_HOME/dlvtui/config.yaml
syntaxhighlighter: ""
keys:
breakpoint: "b"
pagetop: "g"
pageend: "G"
lineup: "k"
linedown: "j"
prevtab: "h"
nexttab: "l"
prevsection: "Backtab"
nextsection: "Tab"
selectitem: "Enter"
togglebreakpoint: "d"
clearbreakpoint: "D"
colors:
bpfg: 9
bpactivefg: 1
linefg: 15
lineselectedfg: 0
lineselectedbg: 15
lineactivefg: 0
lineactivebg: 6
linecolumnbg: 0
vartypefg: 6
varnamefg: 2
varvaluefg: 15
varaddrfg: 8
listheaderfg: 5
listexpand: 12
listselectedbg: 0
headerfg: 15
codeheaderfg: 12
notiferrorfg: 1
notifpromptfg: 2
notifmsgfg: 15
menubg: 7
menufg: 0
menuselectedbg: 15
menuselectedfg: 0
icons:
bp: "●"
bpdisabled: "○"
bpactive: "◎"
indrunning: "▶"
indstopped: "◼"
indexitsuccess: "⚑"
indexiterror: "⚐"