add color for my nick and fix https open bug
[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" : 37,
24 "CYCLE_COLOR" :[37,184,202,154,59,230],
25 "TWEET" : {
26 "mynick" : 202,
27 "nick" : 37,
28 "clock" : 184,
29 "id" : 184,
30 "favorited" : 154,
31 "retweet_count" : 154,
32 "favorite_count" : 202,
33 "rt" : 202,
34 "link" : 154,
35 "hashtag" : 37,
36 "mytweet" : 202,
37 "keyword" : "on_light_green"
38 },
39
40 "MESSAGE" : {
41 "partner" : 37,
42 "me" : 37,
43 "partner_frame" : 154,
44 "me_frame" : 202,
45 "sender" : 37,
46 "recipient" : 37,
47 "to" : 154,
48 "clock" : 184,
49 "id" : 202
50 },
51
52 "PROFILE" : {
53 "statuses_count" : 202,
54 "friends_count" : 37,
55 "followers_count" : 184,
56 "nick" : 37,
57 "profile_image_url" : 154,
58 "description" : 230,
59 "location" : 59,
60 "url" : 154,
61 "clock" : 184
62 },
63
64 "TREND" : {
65 "url": 154
66 },
67
68 "CAL" : {
69 "days": 202,
70 "today": "on_light_magenta"
71 },
72
73 "GROUP" : {
74 "name": 37,
75 "member": 184,
76 "subscriber": 37,
77 "mode": 59,
78 "description": 230,
79 "clock": 184
80 }
81 }