fix -iot bug
[rainbowstream.git] / rainbowstream / colorset / default.json
index fea5e819a5505ad4aa3670871da0e88ed9fe7800..65bc20c4a160742412c58c7d6559fe2133ba8fbb 100644 (file)
@@ -15,8 +15,8 @@
     // Autocomplete history file name
     "HISTORY_FILENAME" : "completer.hist",
     // Image config
-    "IMAGE_SHIFT" : "10",
-    "IMAGE_MAX_HEIGHT" : "40",
+    "IMAGE_SHIFT" : 10,
+    "IMAGE_MAX_HEIGHT" : 40,
     // Stream config
     "USER_DOMAIN" : "userstream.twitter.com",
     "PUBLIC_DOMAIN" : "stream.twitter.com",
         * light_magenta
         * light_cyan
         * white
-    and 256 colors from RGB_0 to RGB_255
+    and 256 colors from term_0 to term_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",
         "id"        : "grey",
-        "favourite" : "light_green",
+        "favorited" : "light_green",
         "rt"        : "grey",
         "link"      : "light_cyan",
         "keyword"   : "on_light_yellow"
 
     "TREND" : {
         "url": "light_cyan"
+    },
+
+    "CAL" : {
+        "days": "grey",
+        "today": "on_grey"
     }
-}
\ No newline at end of file
+}