Add gray to global colors list
authorChip Black <bytex64@bytex64.net>
Mon, 12 Sep 2011 04:57:46 +0000 (23:57 -0500)
committerChip Black <bytex64@bytex64.net>
Mon, 12 Sep 2011 04:57:46 +0000 (23:57 -0500)
colors.js

index 521d04e..ff541a3 100644 (file)
--- a/colors.js
+++ b/colors.js
@@ -1,6 +1,7 @@
 colorList = [
        "white",
        "black",
+       "gray",
        "red",
        "blue",
        "yellow",