final version
[rainbowstream.git] / rainbowstream / colorset / larapaste.json
CommitLineData
cb491569
O
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
fa6e062d 20 and 256 terminal's colors from 0 to 255
cb491569
O
21 */
22
03b84f25
O
23 "DECORATED_NAME" : 37,
24 "CYCLE_COLOR" :[37,184,202,154,59,230],
cb491569 25 "TWEET" : {
03b84f25
O
26 "nick" : 37,
27 "clock" : 184,
67c663f8 28 "id" : 184,
03b84f25 29 "favorited" : 154,
67c663f8
O
30 "retweet_count" : 154,
31 "favorite_count" : 202,
03b84f25
O
32 "rt" : 202,
33 "link" : 154,
34 "hashtag" : 37,
318cdd67 35 "keyword" : "on_light_green"
cb491569
O
36 },
37
38 "MESSAGE" : {
03c0d30b 39 "partner" : 37,
40 "me" : 37,
bcb5518e 41 "me_frame" : 202,
42 "partner_frame" : 154,
03c0d30b 43 "sender" : 37,
44 "recipient" : 37,
45 "to" : 154,
46 "clock" : 184,
47 "id" : 202
cb491569
O
48 },
49
50 "PROFILE" : {
03b84f25
O
51 "statuses_count" : 202,
52 "friends_count" : 37,
53 "followers_count" : 184,
54 "nick" : 37,
55 "profile_image_url" : 154,
fa6e062d
O
56 "description" : 230,
57 "location" : 59,
03b84f25
O
58 "url" : 154,
59 "clock" : 184
cb491569
O
60 },
61
62 "TREND" : {
03b84f25 63 "url": 154
cb491569
O
64 },
65
66 "CAL" : {
03b84f25 67 "days": 202,
cb491569 68 "today": "on_light_magenta"
2d341029
O
69 },
70
71 "GROUP" : {
03b84f25
O
72 "name": 37,
73 "member": 184,
74 "subscriber": 37,
fa6e062d
O
75 "mode": 59,
76 "description": 230,
03b84f25 77 "clock": 184
cb491569
O
78 }
79}