Add default configuration file
[tig] / tigrc
1 #
2 # Base configuration
3 #
4
5 set show-rev-graph = yes        # Show revision graph?
6 set line-number-interval = 5    # Interval between line numbers
7 set tab-size = 8                # Number of spaces pr tab 
8 set encoding = UTF-8            # Commit encoding
9
10 #
11 # Color configuration
12 #
13
14 # Diff colors
15 color diff-header        yellow  default
16 color diff-index         blue    default
17 color diff-chunk         magenta default
18 color diff-add           green   default
19 color diff-del           red     default
20 color diff-oldmode       yellow  default
21 color diff-newmode       yellow  default
22 color diff-copy-from     yellow  default
23 color diff-copy-to       yellow  default
24 color diff-rename-from   yellow  default
25 color diff-rename-to     yellow  default
26 color diff-similarity    yellow  default
27 color diff-dissimilarity yellow  default
28 color diff-tree          blue    default
29
30 # Pretty print commit header
31 color pp-author         cyan    default
32 color pp-commit         magenta default
33 color pp-merge          blue    default
34 color pp-date           yellow  default
35 color pp-adate          yellow  default
36 color pp-cdate          yellow  default
37
38 # Raw commit header
39 color commit            green   default
40 color parent            blue    default
41 color tree              blue    default
42 color author            cyan    default
43 color committer         magenta default
44
45 # Misc
46 color signoff           yellow  default
47
48 # UI colors
49 color default           default default
50 color cursor            white   green
51 color status            green   default
52 color title-blur        white   blue
53 color title-focus       white   blue    bold
54 color main-date         blue    default
55 color main-author       green   default
56 color main-commit       default default
57 color main-delim        magenta default
58 color main-tag          magenta default bold
59 color main-ref          cyan    default bold
60
61 # You can almost use vim: ft=muttrc