prototype for message thread
[rainbowstream.git] / rainbowstream / colorset / tomorrow_night.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" : 67,
24 "CYCLE_COLOR" :[67,166,30,97,58,179,145],
25 "TWEET" : {
26 "nick" : 67,
27 "clock" : 58,
28 "id" : 58,
29 "favorited" : 97,
30 "retweet_count" : 97,
31 "favorite_count" : 166,
32 "rt" : 145,
33 "link" : 30,
34 "hashtag" : 67,
35 "keyword" : "on_light_blue"
36 },
37
38 "MESSAGE" : {
39 "partner" : 67,
40 "me" : 67,
41 "to" : 97,
42 "clock" : 58,
43 "id" : 166
44 },
45
46 "PROFILE" : {
47 "statuses_count" : 166,
48 "friends_count" : 30,
49 "followers_count" : 179,
50 "nick" : 67,
51 "profile_image_url" : 30,
52 "description" : 58,
53 "location" : 97,
54 "url" : 30,
55 "clock" : 58
56 },
57
58 "TREND" : {
59 "url": 30
60 },
61
62 "CAL" : {
63 "days": 67,
64 "today": "on_light_blue"
65 },
66
67 "GROUP" : {
68 "name": 67,
69 "member": 179,
70 "subscriber": 30,
71 "mode": 97,
72 "description": 58,
73 "clock": 166
74 }
75 }