quick fix sudo installer put file in /root/ bug
[rainbowstream.git] / rainbowstream / colorset / default.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 colors from term_0 to term_255
21 */
22
23 "DECORATED_NAME" : "grey",
24 "CYCLE_COLOR" :["light_red","light_green","light_yellow","light_blue","light_magenta","light_cyan"],
25 "TWEET" : {
26 "nick" : "grey",
27 "clock" : "grey",
28 "id" : "grey",
29 "favorited" : "light_green",
30 "rt" : "grey",
31 "link" : "light_cyan",
32 "keyword" : "on_light_yellow"
33 },
34
35 "MESSAGE" : {
36 "sender" : "grey",
37 "recipient" : "grey",
38 "to" : "light_magenta",
39 "clock" : "grey",
40 "id" : "grey"
41 },
42
43 "PROFILE" : {
44 "statuses_count" : "light_green",
45 "friends_count" : "light_green",
46 "followers_count" : "light_green",
47 "nick" : "grey",
48 "profile_image_url" : "light_cyan",
49 "description" : "light_yellow",
50 "location" : "light_magenta",
51 "url" : "light_cyan",
52 "clock" : "white"
53 },
54
55 "TREND" : {
56 "url": "light_cyan"
57 },
58
59 "CAL" : {
60 "days": "grey",
61 "today": "on_grey"
62 },
63
64 "GROUP" : {
65 "name": "grey",
66 "member": "light_green",
67 "subscriber": "light_green",
68 "mode": "grey",
69 "description": "light_yellow",
70 "clock": "grey"
71 }
72 }