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