fix json syntax
[rainbowstream.git] / rainbowstream / colorset / default.json
CommitLineData
bf9e3f16
VNM
1// Default color config for rainbowstream
2// Following 16 basic colors is supported:
3// default
4// black
5// red
6// green
7// yellow
8// blue
9// magenta
10// cyan
11// grey
12// light_red
13// light_green
14// light_yellow
15// light_blue
16// light_magenta
17// light_cyan
18// white
2e73187a
VNM
19
20{
21 "TWEET" : {
22 "nick" : "grey",
23 "clock" : "grey",
24 "id" : "grey",
25 "favourite" : "light_green",
26 "rt" : "grey",
27 "link" : "light_cyan",
bf9e3f16 28 "keyword" : "on_light_yellow"
2e73187a
VNM
29 },
30
31 "MESSAGE" : {
32 "sender" : "grey",
33 "recipient" : "grey",
34 "to" : "light_magenta",
35 "clock" : "grey",
bf9e3f16 36 "id" : "grey"
2e73187a
VNM
37 },
38
39 "PROFILE" : {
40 "statuses_count" : "light_green",
41 "friends_count" : "light_green",
42 "followers_count" : "light_green",
43 "nick" : "grey",
44 "profile_image_url" : "light_cyan",
45 "description" : "light_yellow",
46 "location" : "light_magenta",
47 "url" : "light_cyan",
bf9e3f16 48 "clock" : "white"
2e73187a
VNM
49 },
50
51 "TREND" : {
bf9e3f16 52 "url": "light_cyan"
2e73187a 53 }
2e73187a 54}