fix table_def
[rainbowstream.git] / rainbowstream / colorset / default.json
index bb9ff1c57ede83273d8bbb33626f69bd72b400e1..5938650b08a22ec6f52b0a727bce8896dbd3c9b4 100644 (file)
     "PUBLIC_DOMAIN" : "stream.twitter.com",
     "SITE_DOMAIN" : "sitestream.twitter.com",
 
     "PUBLIC_DOMAIN" : "stream.twitter.com",
     "SITE_DOMAIN" : "sitestream.twitter.com",
 
-    // Color config
+    /* Color config
+    There are 16 basic colors supported :
+        * default
+        * black
+        * red
+        * green
+        * yellow
+        * blue
+        * magenta
+        * cyan
+        * grey
+        * light_red
+        * light_green
+        * light_yellow
+        * light_blue
+        * light_magenta
+        * light_cyan
+        * white
+    and 256 colors from RGB_0 to RGB_255
+    Color code can be reference at
+    http://www.calmar.ws/vim/256-xterm-24bit-rgb-color-chart.html
+     */
+
+    "DECORATED_NAME" : "grey",
+    "CYCLE_COLOR" :["light_red","light_green","light_yellow","light_blue","light_magenta","light_cyan"],
     "TWEET" : {
         "nick"      : "grey",
         "clock"     : "grey",
     "TWEET" : {
         "nick"      : "grey",
         "clock"     : "grey",