]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - tigrc
tigrc: Use main-author instead of author for older versions.
[config/dotfiles.git] / tigrc
1 # tig configuration file.
2
3
4 # Show the revision graph like gitk does.
5 set show-rev-graph = yes
6
7
8 # COLORS
9
10 # Try to mimic gitk's colors.
11
12 color date   default default
13
14 color delimiter default default # ~ if text is too long
15
16 # Main window.
17 color main-author    default default      # just 'author' in newer versions
18 color main-head      green   default bold # HEAD
19 color main-ref       green   default      # branches
20 color main-remote    yellow  default      # remote branches
21 color main-tag       yellow  default bold # tags
22 color main-local-tag yellow  default bold # local tags (normal tags)
23
24 # Information at the top of the commit diff.
25 color pp-adate  default default
26 color pp-cdate  default default
27 color pp-author default default
28 color pp-commit default default
29 color pp-merge  default default
30 color pp-date   default default
31 color pp-adate  default default
32 color pp-cdate  default default
33 color pp-refs   default default
34 # Special parts of the commit message.
35 color signoff   default default
36 color acked     default default
37
38 # Diff coloring.
39 color diff-header default default bold # diff --git a/.. b/..
40 color diff-index  default default bold # index abc..def
41 color diff-chunk  cyan    default      # @@ -.. +.. @@