-
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.76 KB
/
gitk
File metadata and controls
64 lines (64 loc) · 1.76 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 {monospace 9}
set textfont {monospace 9}
set uifont {monospace 10 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 #ffffff
set uifgcolor #ffffff
set uifgdisabledcolor #6272a4
set colors {#50fa7b #ff3333 #00ff00 #ff79c6 #ffffff #ffb86c #ffb86c}
set diffcolors {#ff3333 #00ff00 #00ff00}
set mergecolors {#ff3333 #00ff00 #00ff00 #00ff00 #ffb86c #8be9fd #ff79c6 #f1fa8c #8be9fd #ff79c6 #8be9fd #ffb86c #8be9fd #50fa7b #ffb86c #ff79c6}
set markbgcolor #282a36
set diffcontext 3
set selectbgcolor #666666
set foundbgcolor #f1fa8c
set currentsearchhitbgcolor #ffb86c
set extdifftool meld
set perfile_attrs 0
set headbgcolor #50fa7b
set headfgcolor black
set headoutlinecolor #f8f8f2
set remotebgcolor #ffb86c
set tagbgcolor #f1fa8c
set tagfgcolor black
set tagoutlinecolor #f8f8f2
set reflinecolor #f8f8f2
set filesepbgcolor #002200
set filesepfgcolor #f8f8f2
set linehoverbgcolor #f1fa8c
set linehoverfgcolor black
set linehoveroutlinecolor #f8f8f2
set mainheadcirclecolor #f1fa8c
set workingfilescirclecolor #ff5555
set indexcirclecolor #50fa7b
set circlecolors {#282a36 #00ff00 #44475a #00ff00 #00ff00}
set linkfgcolor #00ff00
set circleoutlinecolor #44475a
set diffbgcolors {{#220000} #002200}
set web_browser xdg-open
set geometry(main) 1600x827+0+0
set geometry(state) normal
set geometry(topwidth) 1598
set geometry(topheight) 225
set geometry(pwsash0) "619 1"
set geometry(pwsash1) "1073 1"
set geometry(botwidth) 1311
set geometry(botheight) 590
set permviews {}