Use green for gitconfig prompt.
authorIain Patterson <me@iain.cx>
Thu, 14 May 2009 10:28:31 +0000 (11:28 +0100)
committerIain Patterson <me@iain.cx>
Thu, 14 May 2009 10:28:31 +0000 (11:28 +0100)
Although cyan looks better it can be difficult to spot against added
lines in the diff.

.gitconfig

index 67eddc0..36bc485 100644 (file)
@@ -5,8 +5,8 @@
        new = cyan
        meta = green
 [color "interactive"]
-       prompt = cyan
-       header = green
+       prompt = green
+       header = yellow
 [user]
        email = me@iain.cx
 [http]