working fine in CentOS
[rainbowstream.git] / rainbowstream / colorset / monokai.json
1 {
2 /* Color config
3 There are 16 basic colors supported :
4 * default
5 * black
6 * red
7 * green
8 * yellow
9 * blue
10 * magenta
11 * cyan
12 * grey
13 * light_red
14 * light_green
15 * light_yellow
16 * light_blue
17 * light_magenta
18 * light_cyan
19 * white
20 and 256 terminal's colors from 0 to 255
21 */
22
23 "DECORATED_NAME" : 198,
24 "CYCLE_COLOR" :[198,57,166,50,179,74,112],
25 "TWEET" : {
26 "nick" : 112,
27 "clock" : 57,
28 "id" : 166,
29 "favorited" : 50,
30 "retweet_count" : 50,
31 "favorite_count" : 198,
32 "rt" : 179,
33 "link" : 74,
34 "hashtag" : 198,
35 "keyword" : "on_light_green"
36 },
37
38 "MESSAGE" : {
39 "partner" : 112,
40 "me" : 112,
41 "me_frame" : 74,
42 "partner_frame" : "white",
43 "sender" : 112,
44 "recipient" : 112,
45 "to" : 50,
46 "clock" : 57,
47 "id" : 166
48 },
49
50 "PROFILE" : {
51 "statuses_count" : 112,
52 "friends_count" : 198,
53 "followers_count" : 57,
54 "nick" : 198,
55 "profile_image_url" : 74,
56 "description" : 166,
57 "location" : 112,
58 "url" : 74,
59 "clock" : 57
60 },
61
62 "TREND" : {
63 "url": 74
64 },
65
66 "CAL" : {
67 "days": 57,
68 "today": "on_light_blue"
69 },
70
71 "GROUP" : {
72 "name": 112,
73 "member": 57,
74 "subscriber": 198,
75 "mode": 112,
76 "description": 166,
77 "clock": 57
78 }
79 }