removed unneeded code
[rainbowstream.git] / rainbowstream / colorset / default.json
CommitLineData
2e73187a 1{
92be926e
VNM
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
37ae740e 20 and 256 colors from term_0 to term_255
92be926e 21 */
632c6fa5 22
c075e6dc 23 "DECORATED_NAME" : "grey",
632c6fa5 24 "CYCLE_COLOR" :["light_red","light_green","light_yellow","light_blue","light_magenta","light_cyan"],
2e73187a
VNM
25 "TWEET" : {
26 "nick" : "grey",
27 "clock" : "grey",
28 "id" : "grey",
1a0ac1b8 29 "favorited" : "light_green",
2e73187a
VNM
30 "rt" : "grey",
31 "link" : "light_cyan",
4c025026 32 "hashtag" : "grey",
bf9e3f16 33 "keyword" : "on_light_yellow"
2e73187a
VNM
34 },
35
36 "MESSAGE" : {
37 "sender" : "grey",
38 "recipient" : "grey",
39 "to" : "light_magenta",
40 "clock" : "grey",
bf9e3f16 41 "id" : "grey"
2e73187a
VNM
42 },
43
44 "PROFILE" : {
45 "statuses_count" : "light_green",
46 "friends_count" : "light_green",
47 "followers_count" : "light_green",
48 "nick" : "grey",
49 "profile_image_url" : "light_cyan",
50 "description" : "light_yellow",
51 "location" : "light_magenta",
52 "url" : "light_cyan",
bf9e3f16 53 "clock" : "white"
2e73187a
VNM
54 },
55
56 "TREND" : {
bf9e3f16 57 "url": "light_cyan"
2a0cabee
O
58 },
59
60 "CAL" : {
61 "days": "grey",
62 "today": "on_grey"
2d341029
O
63 },
64
65 "GROUP" : {
66 "name": "grey",
67 "member": "light_green",
68 "subscriber": "light_green",
69 "mode": "grey",
70 "description": "light_yellow",
71 "clock": "grey"
2e73187a 72 }
1a0ac1b8 73}