diff contrib/hgk @ 5662:ab5a455cb67c

hgk: add black and blue as preferred colors
author Steve Borho <steve@borho.org>
date Mon, 10 Dec 2007 12:16:59 -0600
parents be20a42f27a1
children e0f86c1e3ae5
line wrap: on
line diff
--- a/contrib/hgk	Mon Dec 10 00:35:04 2007 +0000
+++ b/contrib/hgk	Mon Dec 10 12:16:59 2007 -0600
@@ -3844,7 +3844,7 @@
 
 set colors {green red blue magenta darkgrey brown orange}
 set authorcolors {
-    deeppink mediumorchid blue burlywood4 goldenrod slateblue red2 navy dimgrey
+    black blue deeppink mediumorchid blue burlywood4 goldenrod slateblue red2 navy dimgrey
 }
 
 catch {source ~/.hgk}