-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitk
62 lines (62 loc) · 1.7 KB
/
.gitk
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
set mainfont {{Nimbus Sans L} 8}
set textfont {Terminus 9}
set uifont {{DejaVu Sans} 8}
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 #3c3c3c
set want_ttk 0
set bgcolor #464646
set fgcolor #968c86
set uifgcolor #888888
set uifgdisabledcolor #888888
set colors {#7f9f7f #cc9393 #8cd0d3 #dc8cc3 darkgrey brown #dfaf8f}
set diffcolors {"#9c6363" "#5f7f5f" "#6ca0a3"}
set mergecolors {#cc9393 #8cd0d3 #7f9f7f #dc8cc3 brown #009090 magenta #808000 #009000 #ff0080 cyan #b07070 #70b0f0 #70f0b0 #f0b070 #ff70b0}
set markbgcolor #e0e0ff
set diffcontext 6
set selectbgcolor #7b5f40
set foundbgcolor #685f47
set currentsearchhitbgcolor #874e27
set extdifftool meld
set perfile_attrs 0
set headbgcolor #60b48a
set headfgcolor black
set headoutlinecolor #3f3f3f
set remotebgcolor #dfaf8f
set tagbgcolor #f0dfaf
set tagfgcolor black
set tagoutlinecolor #3f3f3f
set reflinecolor black
set filesepbgcolor #aaaaaa
set filesepfgcolor #6a6a6a
set linehoverbgcolor #ffff80
set linehoverfgcolor black
set linehoveroutlinecolor black
set mainheadcirclecolor #ffff80
set workingfilescirclecolor #a65050
set indexcirclecolor #60b48a
set circlecolors {white #6ca0a3 $bgcolor #6ca0a3 #6ca0a3}
set linkfgcolor #6ca0a3
set circleoutlinecolor #3f3f3f
set geometry(main) 636x362+2561+19
set geometry(state) normal
set geometry(topwidth) 634
set geometry(topheight) 352
set geometry(pwsash0) "540 1"
set geometry(pwsash1) "611 1"
set geometry(botwidth) 1
set geometry(botheight) 1
set permviews {}