add color for mytweet
[rainbowstream.git] / rainbowstream / colorset / solarized.json
CommitLineData
e504d4f4
O
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
fa6e062d 20 and 256 terminal's colors from 0 to 255
e504d4f4
O
21 */
22
fa6e062d
O
23 "DECORATED_NAME" : 64,
24 "CYCLE_COLOR" :[124,32,64,66,130,23],
e504d4f4 25 "TWEET" : {
318cdd67
O
26 "nick" : 64,
27 "clock" : 32,
67c663f8 28 "id" : 130,
318cdd67 29 "favorited" : 64,
67c663f8
O
30 "retweet_count" : 64,
31 "favorite_count" : 124,
318cdd67
O
32 "rt" : 66,
33 "link" : 23,
34 "hashtag" : 64,
37cf396a 35 "mytweet" : 66,
318cdd67 36 "keyword" : "on_light_green"
e504d4f4
O
37 },
38
39 "MESSAGE" : {
03c0d30b 40 "partner" : 64,
41 "me" : 64,
bcb5518e 42 "partner_frame" : 124,
ff1a4e5f 43 "me_frame" : 23,
03c0d30b 44 "sender" : 64,
45 "recipient" : 64,
46 "to" : 130,
47 "clock" : 32,
48 "id" : 124
e504d4f4
O
49 },
50
51 "PROFILE" : {
fa6e062d
O
52 "statuses_count" : 124,
53 "friends_count" : 32,
54 "followers_count" : 130,
55 "nick" : 64,
56 "profile_image_url" : 23,
57 "description" : 66,
58 "location" : 64,
59 "url" : 23,
60 "clock" : 32
e504d4f4
O
61 },
62
63 "TREND" : {
fa6e062d 64 "url": 23
2a0cabee
O
65 },
66
67 "CAL" : {
fa6e062d 68 "days": 64,
e43ebfa6 69 "today": "light_green"
2d341029
O
70 },
71
72 "GROUP" : {
fa6e062d
O
73 "name": 64,
74 "member": 130,
75 "subscriber": 32,
76 "mode": 164,
77 "description": 66,
78 "clock": 32
e504d4f4 79 }
1a0ac1b8 80}