autopep8 and bumped version
[rainbowstream.git] / rainbowstream / colorset / larapaste.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 terminal's colors from 0 to 255
21 */
22
23 "DECORATED_NAME" : 73,
24 "CYCLE_COLOR" :[73,209,148,230,220,59],
25 "TWEET" : {
26 "nick" : 73,
27 "clock" : 220,
28 "id" : 209,
29 "favorited" : 148,
30 "rt" : 59,
31 "link" : 148,
32 "keyword" : "on_light_green"
33 },
34
35 "MESSAGE" : {
36 "sender" : 73,
37 "recipient" : 73,
38 "to" : 148,
39 "clock" : 220,
40 "id" : 209
41 },
42
43 "PROFILE" : {
44 "statuses_count" : 209,
45 "friends_count" : 73,
46 "followers_count" : 220,
47 "nick" : 73,
48 "profile_image_url" : 148,
49 "description" : 230,
50 "location" : 59,
51 "url" : 148,
52 "clock" : 220
53 },
54
55 "TREND" : {
56 "url": 148
57 },
58
59 "CAL" : {
60 "days": 209,
61 "today": "on_light_magenta"
62 },
63
64 "GROUP" : {
65 "name": 73,
66 "member": 220,
67 "subscriber": 73,
68 "mode": 59,
69 "description": 230,
70 "clock": 220
71 }
72 }