add list support and seperate help
[rainbowstream.git] / rainbowstream / colorset / default.json
index 65bc20c4a160742412c58c7d6559fe2133ba8fbb..f2b23a4d35293452ad9691ec834061934efd555f 100644 (file)
@@ -9,6 +9,8 @@
     "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" : [],
     "CAL" : {
         "days": "grey",
         "today": "on_grey"
+    },
+
+    "GROUP" : {
+        "name": "grey",
+        "member": "light_green",
+        "subscriber": "light_green",
+        "mode": "grey",
+        "description": "light_yellow",
+        "clock": "grey"
     }
 }