fix document
[rainbowstream.git] / rainbowstream / colorset / solarized.json
index 5b852091997e55a2de8940b3273f170f57c3fd52..7cfee1e043ae9985b6421a93a2b0d35f8ea85007 100644 (file)
         * light_magenta
         * light_cyan
         * white
-    and 256 terminal's colors from term_0 to term_255
+    and 256 terminal's colors from 0 to 255
     */
 
-    "DECORATED_NAME" : "term_64",
-    "CYCLE_COLOR" :["term_124","term_32","term_64","term_66","term_130","term_23"],
+    "DECORATED_NAME" : 64,
+    "CYCLE_COLOR" :[124,32,64,66,130,23],
     "TWEET" : {
-        "nick"      : "term_64",
-        "clock"     : "term_32",
-        "id"        : "term_124",
-        "favourite" : "term_64",
-        "rt"        : "term_66",
-        "link"      : "term_23",
-        "keyword"   : "on_light_green"
+        "nick"            : 64,
+        "clock"           : 32,
+        "id"              : 130,
+        "favorited"       : 64,
+        "retweet_count"   : 64,
+        "favorite_count"  : 124,
+        "rt"              : 66,
+        "link"            : 23,
+        "hashtag"         : 64,
+        "keyword"         : "on_light_green"
     },
 
     "MESSAGE" : {
-        "sender"    : "term_64",
-        "recipient" : "term_64",
-        "to"        : "term_130",
-        "clock"     : "term_32",
-        "id"        : "term_124"
+        "partner"       : 64,
+        "me"            : 64,
+        "partner_frame" : 124,
+        "me_frame"      : 23,
+        "sender"        : 64,
+        "recipient"     : 64,
+        "to"            : 130,
+        "clock"         : 32,
+        "id"            : 124
     },
 
     "PROFILE" : {
-        "statuses_count"    : "term_124",
-        "friends_count"     : "term_32",
-        "followers_count"   : "term_130",
-        "nick"              : "term_64",
-        "profile_image_url" : "term_23",
-        "description"       : "term_66",
-        "location"          : "term_64",
-        "url"               : "term_23",
-        "clock"             : "term_32"
+        "statuses_count"    : 124,
+        "friends_count"     : 32,
+        "followers_count"   : 130,
+        "nick"              : 64,
+        "profile_image_url" : 23,
+        "description"       : 66,
+        "location"          : 64,
+        "url"               : 23,
+        "clock"             : 32
     },
 
     "TREND" : {
-        "url": "term_23"
+        "url": 23
     },
 
     "CAL" : {
-        "days": "term_64",
-        "today": "on_light_green"
+        "days": 64,
+        "today": "light_green"
+    },
+
+    "GROUP" : {
+        "name": 64,
+        "member": 130,
+        "subscriber": 32,
+        "mode": 164,
+        "description": 66,
+        "clock": 32
     }
-}
\ No newline at end of file
+}