stream config
[rainbowstream.git] / rainbowstream / colorset / default.json
index e33f9dea38ad5d60e6353386edf975a39715ddc1..bb9ff1c57ede83273d8bbb33626f69bd72b400e1 100644 (file)
@@ -1,23 +1,28 @@
-// Default color config for rainbowstream
-// Following 16 basic colors is supported:
-//  default
-//  black
-//  red
-//  green
-//  yellow
-//  blue
-//  magenta
-//  cyan
-//  grey
-//  light_red
-//  light_green
-//  light_yellow
-//  light_blue
-//  light_magenta
-//  light_cyan
-//  white
-
 {
+    // '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",
+    // Stream config
+    "USER_DOMAIN" : "userstream.twitter.com",
+    "PUBLIC_DOMAIN" : "stream.twitter.com",
+    "SITE_DOMAIN" : "sitestream.twitter.com",
+
+    // Color config
     "TWEET" : {
         "nick"      : "grey",
         "clock"     : "grey",