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