-
Notifications
You must be signed in to change notification settings - Fork 3
/
dot_tigrc
110 lines (98 loc) · 2.87 KB
/
dot_tigrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# Neonwolf Color Scheme for Tig
#
# Based mostly on the colors from the badwolf airline theme
#
# Github: https://github.com/h3xx/tig-colors-neonwolf
#
# disable importing colors from git config
# (breaks main-ref coloring, probably others)
set git-colors = no
color header 121 235 bold
color section 39 235 bold
color search-result black 81 bold
# diff view
color diff-header 39 235 bold
color diff-index 81 235 bold
color diff-oldmode 81 235 bold
color diff-newmode 81 235 bold
color "rename from " 81 235 bold
color "rename to " 81 235 bold
color "similarity " 81 235 bold
color "dissimilarity " 81 235 bold
color diff-stat 222 235 bold
color diff-chunk 165 235 bold
color diff-add 154 235 bold
color diff-add-highlight 232 154 bold
color diff-del 196 235 bold
color diff-del-highlight 232 196 bold
color " +" 154 default
color " -" 196 default
color "--- " 39 235 bold
color "+++ " 39 235 bold
color "Merge: " 222 235 bold
color "Refs: " 222 235 bold
color "commit " 154 235 bold
color "Commit: " 39 235 bold
color "CommitDate: " 165 235 bold
color "Author: " 39 235 bold
color "AuthorDate: " 165 235 bold
color "Tagger: " 222 235 bold
color "TaggerDate: " 222 235 bold
color "---" 165 default bold
# log view, mostly
color "Date: " 165 235 bold
color " Signed-off-by" 222 235 bold
color " Acked-by" 222 235 bold
color " Tested-by" 222 235 bold
color " Reviewed-by" 222 235 bold
# main view
color author 39 235 bold
color date 165 235 bold
color graph-commit 154 default bold
color id 154 235 bold
color main-remote 222 235 bold
color main-tracked 222 235 bold
color main-tag 166 235 bold
color main-local-tag 166 235 bold
color main-head 81 235 bold
color main-ref 121 235 bold
color overflow 196 default
# window dressing
color title-blur 39 235 bold
color title-focus 39 232 bold reverse
color cursor 232 154 bold
color status 82 default
# tree view
color mode 121 default
color directory 121 default bold
color file 255 default
# status view
color stat-none 82 default
color stat-staged 154 235 bold
color stat-unstaged 166 235 bold
color stat-untracked 81 235 bold
# lines in digraph
color palette-0 165 default bold
color palette-1 39 default bold
color palette-2 222 default bold
color palette-3 166 default bold
color palette-4 121 default bold
color palette-5 82 default bold
color palette-6 196 default bold
color palette-7 238 default bold
# repeat
color palette-8 165 default
color palette-9 39 default
color palette-10 222 default
color palette-11 166 default
color palette-12 121 default
color palette-13 82 default
# grep view
color grep.file 39 235 bold
color grep.line-number 165 235 bold
color grep.delimiter 82 235 bold # no effect?
color delimiter 82 235 bold # no effect?
# help view
color help-group 165 235 bold
color help-action 222 235 bold
# vi: ts=8 sts=8 sw=8 noet