From: Iain Patterson Date: Thu, 23 Apr 2009 21:11:50 +0000 (+0100) Subject: More git colours. X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;ds=sidebyside;h=24c4c48bd911fa1ecaa1fcd9d78712274289402b;p=profile.git More git colours. Use cyan for interactive prompts as blue is too hard to read. Use green for interactive headers. --- diff --git a/.gitconfig b/.gitconfig index b1eebbc..67eddc0 100644 --- a/.gitconfig +++ b/.gitconfig @@ -4,6 +4,9 @@ frag = yellow new = cyan meta = green +[color "interactive"] + prompt = cyan + header = green [user] email = me@iain.cx [http]