commit:71be66e0be3e483ac6f348c74975aa8a9f3fdb89
author:Chip Black
committer:Chip Black
date:Sun Sep 11 23:57:46 2011 -0500
parents:4d642d85e904ae1ee568d7b493bb045ba3c25460
Add gray to global colors list
diff --git a/colors.js b/colors.js
line changes: +1/-0
index 521d04e..ff541a3
--- a/colors.js
+++ b/colors.js
@@ -1,6 +1,7 @@
 colorList = [
 	"white",
 	"black",
+	"gray",
 	"red",
 	"blue",
 	"yellow",