add list support and seperate help
[rainbowstream.git] / rainbowstream / colorset / default.json
index 593321ad88933fbe5bf840d7d9305d752a40220e..f2b23a4d35293452ad9691ec834061934efd555f 100644 (file)
@@ -9,14 +9,16 @@
     "MESSAGES_DISPLAY" : 5,
     // 'trend': max trending topics
     "TREND_MAX" : 10,
+    // List home timeline max
+    "LIST_MAX" : 5,
     // 'switch': Filter and Ignore list ex: ['@fat','@mdo']
     "ONLY_LIST" : [],
     "IGNORE_LIST" : [],
     // 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",
@@ -51,7 +53,7 @@
         "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"
+    },
+
+    "GROUP" : {
+        "name": "grey",
+        "member": "light_green",
+        "subscriber": "light_green",
+        "mode": "grey",
+        "description": "light_yellow",
+        "clock": "grey"
     }
-}
\ No newline at end of file
+}