autopep8
[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 "DECORATED_NAME" : "RGB_166",
26 "CYCLE_COLOR" :["RGB_198","RGB_57","RGB_166","RGB_50","RGB_179","RGB_74","RGB_112"],
27 "TWEET" : {
28 "nick" : "RGB_198",
29 "clock" : "RGB_57",
30 "id" : "RGB_166",
31 "favourite" : "RGB_50",
32 "rt" : "RGB_179",
33 "link" : "RGB_74",
34 "keyword" : "on_light_green"
35 },
36
37 "MESSAGE" : {
38 "sender" : "RGB_198",
39 "recipient" : "RGB_112",
40 "to" : "RGB_50",
41 "clock" : "RGB_57",
42 "id" : "RGB_166"
43 },
44
45 "PROFILE" : {
46 "statuses_count" : "RGB_112",
47 "friends_count" : "RGB_198",
48 "followers_count" : "RGB_57",
49 "nick" : "RGB_198",
50 "profile_image_url" : "RGB_74",
51 "description" : "RGB_166",
52 "location" : "RGB_112",
53 "url" : "RGB_74",
54 "clock" : "RGB_57"
55 },
56
57 "TREND" : {
58 "url": "RGB_74"
59 }
60 }