fix table_def
[rainbowstream.git] / rainbowstream / colorset / default.json
index 4e3e36a59ea09429431714eedeffde2f7c23297b..5938650b08a22ec6f52b0a727bce8896dbd3c9b4 100644 (file)
@@ -1,25 +1,52 @@
-/*
-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
+    There are 16 basic colors supported :
+        * default
+        * black
+        * red
+        * green
+        * yellow
+        * blue
+        * magenta
+        * cyan
+        * grey
+        * light_red
+        * light_green
+        * light_yellow
+        * light_blue
+        * light_magenta
+        * light_cyan
+        * white
+    and 256 colors from RGB_0 to RGB_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",
@@ -27,7 +54,7 @@ Following 16 basic colors is supported:
         "favourite" : "light_green",
         "rt"        : "grey",
         "link"      : "light_cyan",
-        "keyword"   : "on_light_yellow",
+        "keyword"   : "on_light_yellow"
     },
 
     "MESSAGE" : {
@@ -35,7 +62,7 @@ Following 16 basic colors is supported:
         "recipient" : "grey",
         "to"        : "light_magenta",
         "clock"     : "grey",
-        "id"        : "grey",
+        "id"        : "grey"
     },
 
     "PROFILE" : {
@@ -47,11 +74,10 @@ Following 16 basic colors is supported:
         "description"       : "light_yellow",
         "location"          : "light_magenta",
         "url"               : "light_cyan",
-        "clock"             : "white",
+        "clock"             : "white"
     },
 
     "TREND" : {
-        "url": "light_cyan",
+        "url": "light_cyan"
     }
-
 }
\ No newline at end of file