changeset 504:3253d9e5daf1

Less eyecancerous color under putty.
author edogawaconan <me@myconan.net>
date Sat, 15 Mar 2014 22:24:40 +0900
parents e2b52663763b
children de5f65991cde
files rc/hgrc
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rc/hgrc	Sat Mar 15 22:19:36 2014 +0900
+++ b/rc/hgrc	Sat Mar 15 22:24:40 2014 +0900
@@ -39,4 +39,12 @@
 [bookmarks]
 track.current = true
 
+[color]
+status.modified = magenta bold
+status.added = green bold
+status.removed = red bold
+status.deleted = cyan bold
+status.unknown = blue bold
+status.ignored = black bold
+
 %include ~/.hgrc.local