efb1dd4e581b2baf2feecd138747f2bab0480e74
[rainbowstream.git] / rainbowstream / colorset / solarized.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" : 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 "hashtag" : 64,
33 "keyword" : "on_light_green"
34 },
35
36 "MESSAGE" : {
37 "sender" : 64,
38 "recipient" : 64,
39 "to" : 130,
40 "clock" : 32,
41 "id" : 124
42 },
43
44 "PROFILE" : {
45 "statuses_count" : 124,
46 "friends_count" : 32,
47 "followers_count" : 130,
48 "nick" : 64,
49 "profile_image_url" : 23,
50 "description" : 66,
51 "location" : 64,
52 "url" : 23,
53 "clock" : 32
54 },
55
56 "TREND" : {
57 "url": 23
58 },
59
60 "CAL" : {
61 "days": 64,
62 "today": "light_green"
63 },
64
65 "GROUP" : {
66 "name": 64,
67 "member": 130,
68 "subscriber": 32,
69 "mode": 164,
70 "description": 66,
71 "clock": 32
72 }
73 }