-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitk
More file actions
64 lines (64 loc) · 1.75 KB
/
gitk
File metadata and controls
64 lines (64 loc) · 1.75 KB
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
set mainfont {Terminus 12}
set textfont {Terminus 12}
set uifont {Terminus 12 bold}
set tabstop 8
set findmergefiles 0
set maxgraphpct 50
set maxwidth 16
set cmitmode patch
set wrapcomment none
set autoselect 1
set autosellen 40
set showneartags 1
set maxrefs 20
set visiblerefs {"master"}
set hideremotes 0
set showlocalchanges 1
set datetimeformat {%Y-%m-%d %H:%M:%S}
set limitdiffs 1
set uicolor #000000
set want_ttk 0
set bgcolor #000000
set fgcolor #55af66
set uifgcolor black
set uifgdisabledcolor #999
set colors {"#00ff00" red #0087d7 magenta darkgrey brown orange}
set diffcolors {{#800000} #008000 #008080}
set mergecolors {red #0087d7 "#00ff00" purple brown "#009090" magenta "#808000" "#009000" "#ff0080" cyan "#b07070" "#70b0f0" "#70f0b0" "#f0b070" "#ff70b0"}
set markbgcolor #1c1c1c
set diffcontext 3
set selectbgcolor #3a3a3a
set foundbgcolor yellow
set currentsearchhitbgcolor orange
set extdifftool meld
set perfile_attrs 0
set headbgcolor #00ff00
set headfgcolor black
set headoutlinecolor black
set remotebgcolor #ffddaa
set tagbgcolor yellow
set tagfgcolor black
set tagoutlinecolor black
set reflinecolor black
set filesepbgcolor #3a3a3a
set filesepfgcolor #55af66
set linehoverbgcolor #ffff80
set linehoverfgcolor black
set linehoveroutlinecolor black
set mainheadcirclecolor yellow
set workingfilescirclecolor red
set indexcirclecolor #00ff00
set circlecolors {white #0087d7 gray #0087d7 #0087d7}
set linkfgcolor #0087d7
set circleoutlinecolor black
set diffbgcolors {{#000000} #000000}
set web_browser {firefox --new-tab}
set geometry(main) 1276x1026+0+0
set geometry(state) normal
set geometry(topwidth) 1274
set geometry(topheight) 292
set geometry(pwsash0) "779 1"
set geometry(pwsash1) "1145 1"
set geometry(botwidth) 951
set geometry(botheight) 722
set permviews {}