084e7552e1af0e41b4c8aa815df32503635f455f
[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 "me_frame" : 30,
42 "partner_frame" : 166,
43 "sender" : 67,
44 "recipient" : 67,
45 "to" : 97,
46 "clock" : 58,
47 "id" : 166
48 },
49
50 "PROFILE" : {
51 "statuses_count" : 166,
52 "friends_count" : 30,
53 "followers_count" : 179,
54 "nick" : 67,
55 "profile_image_url" : 30,
56 "description" : 58,
57 "location" : 97,
58 "url" : 30,
59 "clock" : 58
60 },
61
62 "TREND" : {
63 "url": 30
64 },
65
66 "CAL" : {
67 "days": 67,
68 "today": "on_light_blue"
69 },
70
71 "GROUP" : {
72 "name": 67,
73 "member": 179,
74 "subscriber": 30,
75 "mode": 97,
76 "description": 58,
77 "clock": 166
78 }
79 }