-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtigrc
More file actions
22 lines (20 loc) · 738 Bytes
/
tigrc
File metadata and controls
22 lines (20 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
bind stash D !?git stash drop %(stash)
bind main B ?git checkout %(commit)
# https://github.com/dracula/tig/
set git-colors = no
# Override the default terminal colors to white on black.
# color default white black
color cursor black green
color search-result black yellow
# color author green black
# color status green black
color line-number red black
color title-focus black yellow
color title-blur black magenta
# Diff colors
color diff-header yellow default
color diff-index blue default
color diff-chunk magenta default
color "Reported-by:" green default
# View-specific color
color tree.date black cyan bold