1set mainfont {sans 9}
 2set textfont {monospace 9}
 3set uifont {sans 9 bold}
 4set tabstop 8
 5set findmergefiles 0
 6set maxgraphpct 50
 7set maxwidth 16
 8set cmitmode patch
 9set wrapcomment none
10set autoselect 1
11set autosellen 40
12set showneartags 1
13set maxrefs 20
14set visiblerefs {"master"}
15set hideremotes 0
16set showlocalchanges 1
17set datetimeformat {%Y-%m-%d %H:%M:%S}
18set limitdiffs 1
19set uicolor grey85
20set want_ttk 1
21set bgcolor white
22set fgcolor black
23set uifgcolor black
24set uifgdisabledcolor #999
25set colors {"#00ff00" red blue magenta darkgrey brown orange}
26set diffcolors {red "#00a000" blue}
27set mergecolors {red blue "#00ff00" purple brown "#009090" magenta "#808000" "#009000" "#ff0080" cyan "#b07070" "#70b0f0" "#70f0b0" "#f0b070" "#ff70b0"}
28set markbgcolor #e0e0ff
29set diffcontext 3
30set selectbgcolor gray85
31set foundbgcolor yellow
32set currentsearchhitbgcolor orange
33set extdifftool meld
34set perfile_attrs 0
35set headbgcolor #00ff00
36set headfgcolor black
37set headoutlinecolor black
38set remotebgcolor #ffddaa
39set tagbgcolor yellow
40set tagfgcolor black
41set tagoutlinecolor black
42set reflinecolor black
43set filesepbgcolor #aaaaaa
44set filesepfgcolor black
45set linehoverbgcolor #ffff80
46set linehoverfgcolor black
47set linehoveroutlinecolor black
48set mainheadcirclecolor yellow
49set workingfilescirclecolor red
50set indexcirclecolor #00ff00
51set circlecolors {white blue gray blue blue}
52set linkfgcolor blue
53set circleoutlinecolor black
54set web_browser xdg-open
55set geometry(main) 1280x1365+1280+24
56set geometry(state) normal
57set geometry(topwidth) 1280
58set geometry(topheight) 255
59set geometry(pwsash0) "465 1"
60set geometry(pwsash1) "697 1"
61set geometry(botwidth) 582
62set geometry(botheight) 1105
63set permviews {}