fix serious bug in import HTMLParser in Python > 3.4
[rainbowstream.git] / rainbowstream / colorset / solarized.json
... / ...
CommitLineData
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" : 64,
24 "CYCLE_COLOR" :[124,32,64,66,130,23],
25 "TWEET" : {
26 "nick" : 64,
27 "clock" : 32,
28 "id" : 124,
29 "favorited" : 64,
30 "rt" : 66,
31 "link" : 23,
32 "keyword" : "on_light_green"
33 },
34
35 "MESSAGE" : {
36 "sender" : 64,
37 "recipient" : 64,
38 "to" : 130,
39 "clock" : 32,
40 "id" : 124
41 },
42
43 "PROFILE" : {
44 "statuses_count" : 124,
45 "friends_count" : 32,
46 "followers_count" : 130,
47 "nick" : 64,
48 "profile_image_url" : 23,
49 "description" : 66,
50 "location" : 64,
51 "url" : 23,
52 "clock" : 32
53 },
54
55 "TREND" : {
56 "url": 23
57 },
58
59 "CAL" : {
60 "days": 64,
61 "today": "light_green"
62 },
63
64 "GROUP" : {
65 "name": 64,
66 "member": 130,
67 "subscriber": 32,
68 "mode": 164,
69 "description": 66,
70 "clock": 32
71 }
72}