7e77bb725877c36c3b099994cec0ea80587805b3
[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 "mynick" : 66,
27 "nick" : 64,
28 "clock" : 32,
29 "id" : 130,
30 "favorited" : 64,
31 "retweet_count" : 64,
32 "favorite_count" : 124,
33 "rt" : 66,
34 "link" : 23,
35 "hashtag" : 64,
36 "mytweet" : 66,
37 "keyword" : "on_light_green"
38 },
39
40 "NOTIFICATION":{
41 "source_nick" : 64,
42 "notify" : 66,
43 "clock" : 32
44 },
45
46 "MESSAGE" : {
47 "partner" : 64,
48 "me" : 64,
49 "partner_frame" : 124,
50 "me_frame" : 23,
51 "sender" : 64,
52 "recipient" : 64,
53 "to" : 130,
54 "clock" : 32,
55 "id" : 124
56 },
57
58 "PROFILE" : {
59 "statuses_count" : 124,
60 "friends_count" : 32,
61 "followers_count" : 130,
62 "nick" : 64,
63 "profile_image_url" : 23,
64 "description" : 66,
65 "location" : 64,
66 "url" : 23,
67 "clock" : 32
68 },
69
70 "TREND" : {
71 "url": 23
72 },
73
74 "CAL" : {
75 "days": 64,
76 "today": "light_green"
77 },
78
79 "GROUP" : {
80 "name": 64,
81 "member": 130,
82 "subscriber": 32,
83 "mode": 164,
84 "description": 66,
85 "clock": 32
86 }
87 }