add color for my nick and fix https open bug
[rainbowstream.git] / rainbowstream / colorset / monokai.json
index 4130427c6acc92bfe8524eb55f5d5376617398ba..68365ca16f4746f442711ad00d8b8fd8bd9cb0f0 100644 (file)
         * 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
-     */
+    and 256 terminal's colors from 0 to 255
+    */
 
-    "CYCLE_COLOR" :["RGB_198","RGB_57","RGB_166","RGB_50","RGB_179","RGB_74","RGB_112"],
+    "DECORATED_NAME" : 198,
+    "CYCLE_COLOR" :[198,57,166,50,179,74,112],
     "TWEET" : {
-        "nick"      : "RGB_198",
-        "clock"     : "RGB_57",
-        "id"        : "RGB_166",
-        "favourite" : "RGB_50",
-        "rt"        : "RGB_179",
-        "link"      : "RGB_74",
-        "keyword"   : "on_light_green"
+        "mynick"          : 179,
+        "nick"            : 112,
+        "clock"           : 57,
+        "id"              : 166,
+        "favorited"       : 50,
+        "retweet_count"   : 50,
+        "favorite_count"  : 198,
+        "rt"              : 179,
+        "link"            : 74,
+        "hashtag"         : 198,
+        "mytweet"         : 179,
+        "keyword"         : "on_light_green"
     },
 
     "MESSAGE" : {
-        "sender"    : "RGB_198",
-        "recipient" : "RGB_112",
-        "to"        : "RGB_50",
-        "clock"     : "RGB_57",
-        "id"        : "RGB_166"
+        "partner"       : 112,
+        "me"            : 112,
+        "partner_frame" : 198,
+        "me_frame"      : 74,
+        "sender"        : 112,
+        "recipient"     : 112,
+        "to"            : 50,
+        "clock"         : 57,
+        "id"            : 166
     },
 
     "PROFILE" : {
-        "statuses_count"    : "RGB_112",
-        "friends_count"     : "RGB_198",
-        "followers_count"   : "RGB_57",
-        "nick"              : "RGB_198",
-        "profile_image_url" : "RGB_74",
-        "description"       : "RGB_166",
-        "location"          : "RGB_112",
-        "url"               : "RGB_74",
-        "clock"             : "RGB_57"
+        "statuses_count"    : 112,
+        "friends_count"     : 198,
+        "followers_count"   : 57,
+        "nick"              : 198,
+        "profile_image_url" : 74,
+        "description"       : 166,
+        "location"          : 112,
+        "url"               : 74,
+        "clock"             : 57
     },
 
     "TREND" : {
-        "url": "RGB_74"
+        "url": 74
+    },
+
+    "CAL" : {
+        "days": 57,
+        "today": "on_light_blue"
+    },
+
+    "GROUP" : {
+        "name": 112,
+        "member": 57,
+        "subscriber": 198,
+        "mode": 112,
+        "description": 166,
+        "clock": 57
     }
-}
\ No newline at end of file
+}