]> git.phdru.name Git - dotfiles.git/blob - lib/config/git/light_bg
git: change colors
[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 = green
5         local = normal
6         plain = normal
7         remote = red
8 [color "decorate"]
9         HEAD = cyan
10         branch = green
11         tag = blue bold
12 [color "diff"]
13         commit = yellow
14         frag = cyan
15         meta = bold
16         new = green
17         old = red
18         plain = normal
19         whitespace = normal red
20 #[color "grep"]
21 #       match = normal
22 #[color "interactive"]
23 #       error = normal
24 #       header = normal
25 #       help = normal
26 #       prompt = normal
27 [color "status"]
28         added = blue
29         changed = red
30         header = normal
31         nobranch = red
32         untracked = red
33         updated = magenta