full json
[rainbowstream.git] / rainbowstream / colorset / default.json
index ad4031e3f888fbe19dec6f7b992ec8590b714c2f..7d7aad7dab2f4298e6373ad2a755c8f209bc245d 100644 (file)
@@ -1,4 +1,24 @@
 {
 {
+    // 'search': max search record
+    "SEARCH_MAX_RECORD" : 5,
+    // 'home': default number of home's tweets
+    "HOME_TWEET_NUM" : 5,
+    // 'allrt': default number of retweets
+    "RETWEETS_SHOW_NUM" : 5,
+    // 'inbox','sent': default number of direct message
+    "MESSAGES_DISPLAY" : 5,
+    // 'trend': max trending topics
+    "TREND_MAX" : 10,
+    // '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",
+
+    // Color config
     "TWEET" : {
         "nick"      : "grey",
         "clock"     : "grey",
     "TWEET" : {
         "nick"      : "grey",
         "clock"     : "grey",