putty-defaults: Revert bogus change to Putty terminal height.
[profile] / tigrc
1 ### tig config
2
3 set tab-size = 8
4 set show-rev-graph = yes
5 set commit-encoding = ISO-8859-1
6
7 color title-blur cyan blue
8 color title-focus white blue bold
9
10 color main-date red default
11 color main-author magenta default bold
12 color main-commit default default
13 color main-delim green default bold
14 color main-tag yellow default bold
15 color main-ref cyan default bold
16
17 color diff-header yellow default bold
18 color diff-index default default bold
19 color diff-chunk cyan default
20 color diff-add green default bold
21 color diff-del red default bold
22 color diff-oldmode red default
23 color diff-newmode green default
24 color diff-copy-from red default
25 color diff-copy-to green default
26 color diff-rename-from red default
27 color diff-rename-to green default
28 ##color diff-similarity
29 ##color diff-dissimilarity
30 ##color diff-tree
31
32 color pp-author green default bold
33 color pp-commit green default bold
34 color pp-merge green default bold
35 color pp-date green default bold
36 color pp-adate green default bold
37 color pp-cdate green default bold
38 color pp-refs green default bold
39
40 color commit green default
41 color parent green default
42 color tree green default
43 color author green default
44 color committer green default
45
46 color signoff blue default
47 color acked blue default