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