chiark / gitweb /
el/dot-emacs.el (mdw-fontify-rust): Fix integer literal syntax.
[profile] / dot / tigrc
1 ### tig config
2
3 set tab-size = 8
4 set show-rev-graph = yes
5 ##set commit-encoding = UTF-8
6
7 color title-blur cyan blue
8 color title-focus white blue bold
9
10 color cursor blue yellow
11
12 color main-date red default
13 color main-author magenta default bold
14 color main-commit default default
15 color main-delim green default bold
16 color main-tag yellow default bold
17 color main-ref cyan default bold
18
19 color diff-header yellow default bold
20 color diff-index default default bold
21 color diff-chunk cyan default
22 color diff-add green default
23 color diff-del red default
24 color diff-oldmode red default
25 color diff-newmode green default
26 color diff-copy-from red default
27 color diff-copy-to green default
28 color diff-rename-from red default
29 color diff-rename-to green default
30 ##color diff-similarity
31 ##color diff-dissimilarity
32 ##color diff-tree
33
34 color pp-author green default bold
35 color pp-commit green default bold
36 color pp-merge green default bold
37 color pp-date green default bold
38 color pp-adate green default bold
39 color pp-cdate green default bold
40 color pp-refs green default bold
41
42 color commit green default
43 color parent green default
44 color tree green default
45 color author green default
46 color committer green default
47
48 color signoff blue default
49 color acked blue default