]> git.phdru.name Git - dotfiles.git/blob - lib/config/git/light_bg
Split .gitconfig into 2 color schemas for dark and light bg
[dotfiles.git] / lib / config / git / light_bg
1 # Adapted from http://shallowsky.com/blog/programming/gitcolors.html
2 # and http://www.ansdb.com/649-git-colors-for-light-background
3 [color "branch"]
4         current = blue
5         local = normal
6         plain = normal
7         remote = magenta
8         upstream = normal
9 [color "diff"]
10         commit = normal bold
11         frag = cyan
12         meta = bold
13         new = blue
14         old = magenta
15         plain = normal
16         whitespace = normal red
17 [color "decorate"]
18         HEAD = blue
19         tag = blue
20 [color "status"]
21         added = blue
22         changed = blue
23         header = normal
24         nobranch = red
25         untracked = red
26         updated = magenta