Merge pull request #20 from bnrubin/master
[rainbowstream.git] / rainbowstream / colorset / larapaste.json
index ed69b077ef7c17aa04ea159d55274b02b07d97f1..47635229c3c9e1e4af5fc0d75e519c001a37df48 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_73",
-    "CYCLE_COLOR" :["term_73","term_209","term_148","term_230","term_220","term_59"],
+    "DECORATED_NAME" : 73,
+    "CYCLE_COLOR" :[73,209,148,230,220,59],
     "TWEET" : {
-        "nick"      : "term_73",
-        "clock"     : "term_220",
-        "id"        : "term_209",
-        "favorited" : "term_148",
-        "rt"        : "term_59",
-        "link"      : "term_148",
+        "nick"      : 73,
+        "clock"     : 220,
+        "id"        : 209,
+        "favorited" : 148,
+        "rt"        : 59,
+        "link"      : 148,
         "keyword"   : "on_light_green"
     },
 
     "MESSAGE" : {
-        "sender"    : "term_73",
-        "recipient" : "term_73",
-        "to"        : "term_148",
-        "clock"     : "term_220",
-        "id"        : "term_209"
+        "sender"    : 73,
+        "recipient" : 73,
+        "to"        : 148,
+        "clock"     : 220,
+        "id"        : 209
     },
 
     "PROFILE" : {
-        "statuses_count"    : "term_209",
-        "friends_count"     : "term_73",
-        "followers_count"   : "term_220",
-        "nick"              : "term_73",
-        "profile_image_url" : "term_148",
-        "description"       : "term_230",
-        "location"          : "term_59",
-        "url"               : "term_148",
-        "clock"             : "term_220"
+        "statuses_count"    : 209,
+        "friends_count"     : 73,
+        "followers_count"   : 220,
+        "nick"              : 73,
+        "profile_image_url" : 148,
+        "description"       : 230,
+        "location"          : 59,
+        "url"               : 148,
+        "clock"             : 220
     },
 
     "TREND" : {
-        "url": "term_148"
+        "url": 148
     },
 
     "CAL" : {
-        "days": "term_209",
+        "days": 209,
         "today": "on_light_magenta"
+    },
+
+    "GROUP" : {
+        "name": 73,
+        "member": 220,
+        "subscriber": 73,
+        "mode": 59,
+        "description": 230,
+        "clock": 220
     }
 }