# HG changeset patch # User Steve Losh # Date 1254296782 14400 # Node ID 81200c53707303424f40bf5533daf232480649bd # Parent 4c9eca56547070d29dd0f080cb6b8c6827083a70 Modify some hg color settings. diff -r 4c9eca565470 -r 81200c537073 .hgrc --- 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 stevelosh.com/projects [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