-
Notifications
You must be signed in to change notification settings - Fork 12
/
gitk
35 lines (35 loc) · 876 Bytes
/
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
set mainfont {MonteCarlo 9}
set textfont {MonteCarlo 9}
set uifont {MonteCarlo 9 bold}
set tabstop 2
set findmergefiles 0
set maxgraphpct 50
set maxwidth 16
set cmitmode patch
set wrapcomment none
set autoselect 1
set showneartags 1
set hideremotes 0
set showlocalchanges 1
set datetimeformat {%Y-%m-%d %H:%M:%S}
set limitdiffs 1
set uicolor #121212
set want_ttk 0
set bgcolor #121212
set fgcolor #eeeeee
set colors {green red blue magenta darkgrey brown orange}
set diffcolors {#ff0000 #00a000 #009c31}
set markbgcolor #a6782e
set diffcontext 10
set selectbgcolor #13608b
set extdifftool /usr/bin/vimdiff
set perfile_attrs 0
set geometry(main) 838x857+1680+165
set geometry(state) normal
set geometry(topwidth) 836
set geometry(topheight) 192
set geometry(pwsash0) "401 1"
set geometry(pwsash1) "568 1"
set geometry(botwidth) 543
set geometry(botheight) 653
set permviews {}