]> git.phdru.name Git - dotfiles.git/blob - lib/config/git/dark_bg
Split .gitconfig into 2 color schemas for dark and light bg
[dotfiles.git] / lib / config / git / dark_bg
1 [color "branch"]
2         current = green
3         local = normal
4         plain = normal
5         remote = magenta
6 [color "diff"]
7         commit = bold yellow
8         frag = cyan
9         meta = cyan
10         new = green
11         old = magenta
12         plain = normal
13         whitespace = normal red
14 [color "grep"]
15         match = normal
16 [color "interactive"]
17         error = normal
18         header = normal
19         help = normal
20         prompt = normal
21 [color "status"]
22         added = cyan
23         changed = magenta
24         header = normal
25         nobranch = red
26         untracked = red
27         updated = green