Modify some hg color settings.
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 30 Sep 2009 03:46:22 -0400 |
parents |
4c9eca565470
|
children |
92c7dfef816c
|
branches/tags |
(none) |
files |
.hgrc |
Changes
--- a/.hgrc Wed Sep 30 03:45:52 2009 -0400
+++ b/.hgrc Wed Sep 30 03:46:22 2009 -0400
@@ -51,12 +51,21 @@
motd = more info at <a href="http://stevelosh.com/projects/">stevelosh.com/projects</a>
[color]
-status.modified = cyan bold
-status.added = green bold
-status.removed = red bold
+status.modified = cyan
+status.added = green
+status.removed = red
status.deleted = yellow bold underline
status.unknown = magenta bold underline
status.ignored = black bold
+diff.diffline = none
+diff.extended = cyan
+diff.file_a = red
+diff.file_b = green
+diff.hunk = yellow bold
+diff.deleted = red
+diff.inserted = green
+diff.changed = white
+diff.trailingwhitespace = white_background
[bookmarks]
track.current = True