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