fix document
[rainbowstream.git] / rainbowstream / colorset / solarized.json
... / ...
CommitLineData
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 "partner_frame" : 124,
42 "me_frame" : 23,
43 "sender" : 64,
44 "recipient" : 64,
45 "to" : 130,
46 "clock" : 32,
47 "id" : 124
48 },
49
50 "PROFILE" : {
51 "statuses_count" : 124,
52 "friends_count" : 32,
53 "followers_count" : 130,
54 "nick" : 64,
55 "profile_image_url" : 23,
56 "description" : 66,
57 "location" : 64,
58 "url" : 23,
59 "clock" : 32
60 },
61
62 "TREND" : {
63 "url": 23
64 },
65
66 "CAL" : {
67 "days": 64,
68 "today": "light_green"
69 },
70
71 "GROUP" : {
72 "name": 64,
73 "member": 130,
74 "subscriber": 32,
75 "mode": 164,
76 "description": 66,
77 "clock": 32
78 }
79}