forked from dotphiles/dotphiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitk
36 lines (34 loc) · 788 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
#
# dotphiles : https://github.com/dotphiles/dotphiles
#
# Setup gitk
#
# Authors:
# Ben O'Hara <[email protected]>
#
set mainfont {Arial 11}
set textfont {Inconsolata 11}
set uifont {Arial 10 bold}
set tabstop 2
set findmergefiles 0
set maxgraphpct 50
set maxwidth 16
set cmitmode patch
set wrapcomment none
set showneartags 1
set showlocalchanges 1
set datetimeformat {%Y-%m-%d %H:%M:%S}
set bgcolor white
set fgcolor black
set colors {green red blue magenta darkgrey brown orange}
set diffcolors {red "#00a000" blue}
set diffcontext 3
set selectbgcolor gray85
set geometry(main) 1197x812+23+55
set geometry(topwidth) 1193
set geometry(topheight) 285
set geometry(pwsash0) "719 2"
set geometry(pwsash1) "959 2"
set geometry(botwidth) 759
set geometry(botheight) 507
set permviews {}