X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=rainbowstream%2Fcolorset%2Fmonokai.json;h=c777eb2aa0829e19aac407b92a84c95774367f96;hp=50eafb9da23c86f0d442a8e716b3e78c4470e3d6;hb=5edc9cd172a33b2fd0379f212b8b9780e3213396;hpb=2a0cabee7d64c340ffa722472098c00aff2c1361 diff --git a/rainbowstream/colorset/monokai.json b/rainbowstream/colorset/monokai.json index 50eafb9..c777eb2 100644 --- a/rainbowstream/colorset/monokai.json +++ b/rainbowstream/colorset/monokai.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_198", - "CYCLE_COLOR" :["term_198","term_57","term_166","term_50","term_179","term_74","term_112"], + "DECORATED_NAME" : 198, + "CYCLE_COLOR" :[198,57,166,50,179,74,112], "TWEET" : { - "nick" : "term_112", - "clock" : "term_57", - "id" : "term_166", - "favourite" : "term_50", - "rt" : "term_179", - "link" : "term_74", - "keyword" : "on_light_green" + "mynick" : 179, + "nick" : 112, + "clock" : 57, + "id" : 166, + "client" : 74, + "favorited" : 50, + "retweet_count" : 50, + "favorite_count" : 198, + "rt" : 179, + "link" : 74, + "hashtag" : 198, + "mytweet" : 179, + "keyword" : "on_light_green" + }, + + "NOTIFICATION":{ + "source_nick" : 112, + "notify" : 179, + "clock" : 57 }, "MESSAGE" : { - "sender" : "term_112", - "recipient" : "term_112", - "to" : "term_50", - "clock" : "term_57", - "id" : "term_166" + "partner" : 112, + "me" : 112, + "partner_frame" : 198, + "me_frame" : 74, + "sender" : 112, + "recipient" : 112, + "to" : 50, + "clock" : 57, + "id" : 166 }, "PROFILE" : { - "statuses_count" : "term_112", - "friends_count" : "term_198", - "followers_count" : "term_57", - "nick" : "term_198", - "profile_image_url" : "term_74", - "description" : "term_166", - "location" : "term_112", - "url" : "term_74", - "clock" : "term_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": "term_74" + "url": 74 }, "CAL" : { - "days": "term_57", + "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 +}