change theme base on config
[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 colors from RGB_0 to RGB_255
21 Color code can be reference at
22 http://www.calmar.ws/vim/256-xterm-24bit-rgb-color-chart.html
23 */
24
25 "CYCLE_COLOR" :["RGB_198","RGB_57","RGB_166","RGB_50","RGB_179","RGB_74","RGB_112"],
26 "TWEET" : {
27 "nick" : "RGB_198",
28 "clock" : "RGB_57",
29 "id" : "RGB_166",
30 "favourite" : "RGB_50",
31 "rt" : "RGB_179",
32 "link" : "RGB_74",
33 "keyword" : "on_light_green"
34 },
35
36 "MESSAGE" : {
37 "sender" : "RGB_198",
38 "recipient" : "RGB_112",
39 "to" : "RGB_50",
40 "clock" : "RGB_57",
41 "id" : "RGB_166"
42 },
43
44 "PROFILE" : {
45 "statuses_count" : "RGB_112",
46 "friends_count" : "RGB_198",
47 "followers_count" : "RGB_57",
48 "nick" : "RGB_198",
49 "profile_image_url" : "RGB_74",
50 "description" : "RGB_166",
51 "location" : "RGB_112",
52 "url" : "RGB_74",
53 "clock" : "RGB_57"
54 },
55
56 "TREND" : {
57 "url": "RGB_74"
58 }
59 }