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