add list support and seperate help
[rainbowstream.git] / rainbowstream / colorset / monokai.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 term_0 to term_255
21 */
22
23 "DECORATED_NAME" : "term_198",
24 "CYCLE_COLOR" :["term_198","term_57","term_166","term_50","term_179","term_74","term_112"],
25 "TWEET" : {
26 "nick" : "term_112",
27 "clock" : "term_57",
28 "id" : "term_166",
29 "favorited" : "term_50",
30 "rt" : "term_179",
31 "link" : "term_74",
32 "keyword" : "on_light_green"
33 },
34
35 "MESSAGE" : {
36 "sender" : "term_112",
37 "recipient" : "term_112",
38 "to" : "term_50",
39 "clock" : "term_57",
40 "id" : "term_166"
41 },
42
43 "PROFILE" : {
44 "statuses_count" : "term_112",
45 "friends_count" : "term_198",
46 "followers_count" : "term_57",
47 "nick" : "term_198",
48 "profile_image_url" : "term_74",
49 "description" : "term_166",
50 "location" : "term_112",
51 "url" : "term_74",
52 "clock" : "term_57"
53 },
54
55 "TREND" : {
56 "url": "term_74"
57 },
58
59 "CAL" : {
60 "days": "term_57",
61 "today": "on_light_blue"
62 },
63
64 "GROUP" : {
65 "name": "term_112",
66 "member": "term_57",
67 "subscriber": "term_198",
68 "mode": "term_112",
69 "description": "term_166",
70 "clock": "term_57"
71 }
72 }