Skip to content

Commit

Permalink
tidy git colors
Browse files Browse the repository at this point in the history
  • Loading branch information
benohara committed Feb 23, 2013
1 parent 6413da9 commit 631d17c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion git/gitconfig
Expand Up @@ -28,18 +28,20 @@
[color "branch"]
current = yellow reverse
local = yellow
remote = green
remote = magenta

[color "diff"]
meta = yellow
frag = magenta
old = red
new = green
whitespace = white reverse

[color "status"]
added = yellow
changed = green
untracked = cyan
branch = magenta

[core]
pager = less -FRSX
Expand Down

0 comments on commit 631d17c

Please sign in to comment.