# Adapted from http://shallowsky.com/blog/programming/gitcolors.html # and http://www.ansdb.com/649-git-colors-for-light-background [color "branch"] current = green local = normal plain = normal remote = red [color "decorate"] HEAD = blue bold tag = blue bold [color "diff"] commit = yellow frag = cyan meta = bold new = green old = red plain = normal whitespace = normal red #[color "grep"] # match = normal #[color "interactive"] # error = normal # header = normal # help = normal # prompt = normal [color "status"] added = blue changed = red header = normal nobranch = red untracked = red updated = magenta