X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=rainbowstream%2Fcolorset%2Fsolarized.json;h=9053da8a3d0ebf28fa4be9c9117fd37d66362df5;hp=071db1da2719d25ff22f1cc3573acc9f7a693ab5;hb=644dfe37a97bd19e9178d9fbaa9b888e2eea0a55;hpb=e43ebfa6c808a40c22fe08acec0df44c34d93298 diff --git a/rainbowstream/colorset/solarized.json b/rainbowstream/colorset/solarized.json index 071db1d..9053da8 100644 --- a/rainbowstream/colorset/solarized.json +++ b/rainbowstream/colorset/solarized.json @@ -17,47 +17,72 @@ * 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", - "favorited" : "term_64", - "rt" : "term_66", - "link" : "term_23", - "keyword" : "on_light_green" + "mynick" : 66, + "nick" : 64, + "clock" : 32, + "id" : 130, + "client" : 23, + "favorited" : 64, + "retweet_count" : 64, + "favorite_count" : 124, + "rt" : 66, + "link" : 23, + "hashtag" : 64, + "mytweet" : 66, + "keyword" : "on_light_green" + }, + + "NOTIFICATION":{ + "source_nick" : 64, + "notify" : 66, + "clock" : 32 }, "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", + "days": 64, "today": "light_green" + }, + + "GROUP" : { + "name": 64, + "member": 130, + "subscriber": 32, + "mode": 164, + "description": 66, + "clock": 32 } }