X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=rainbowstream%2Fcolorset%2Fmonokai.json;h=4365b7c63a57cff04daaf0052bbe2e7aa0552faa;hb=fd87ddac9e3f8c4f0a6e8b9aa0bf900262a99274;hp=a1ba7504a5ccc230b97d3d0aecce0bd136f1aa1b;hpb=77c9b04ecee4b9c3b0074f3e4c09fe08cce2b799;p=rainbowstream.git diff --git a/rainbowstream/colorset/monokai.json b/rainbowstream/colorset/monokai.json index a1ba750..4365b7c 100644 --- a/rainbowstream/colorset/monokai.json +++ b/rainbowstream/colorset/monokai.json @@ -17,44 +17,59 @@ * 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 + */ - "DECORATED_NAME" : "RGB_198", - "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_112", - "clock" : "RGB_57", - "id" : "RGB_166", - "favourite" : "RGB_50", - "rt" : "RGB_179", - "link" : "RGB_74", - "keyword" : "on_light_green" + "nick" : 112, + "clock" : 57, + "id" : 166, + "favorited" : 50, + "retweet_count" : 198, + "favorite_count" : 50, + "rt" : 179, + "link" : 74, + "hashtag" : 198, + "keyword" : "on_light_green" }, "MESSAGE" : { - "sender" : "RGB_112", - "recipient" : "RGB_112", - "to" : "RGB_50", - "clock" : "RGB_57", - "id" : "RGB_166" + "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 +}