add notification command
[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" : {
571ea706 26 "mynick" : 202,
03b84f25
O
27 "nick" : 37,
28 "clock" : 184,
67c663f8 29 "id" : 184,
03b84f25 30 "favorited" : 154,
67c663f8
O
31 "retweet_count" : 154,
32 "favorite_count" : 202,
03b84f25
O
33 "rt" : 202,
34 "link" : 154,
35 "hashtag" : 37,
37cf396a 36 "mytweet" : 202,
318cdd67 37 "keyword" : "on_light_green"
cb491569
O
38 },
39
99cd1fba
O
40 "NOTIFICATION":{
41 "source_nick" : 37,
42 "notify" : 202,
43 "clock" : 184
44 },
45
cb491569 46 "MESSAGE" : {
03c0d30b 47 "partner" : 37,
48 "me" : 37,
bcb5518e 49 "partner_frame" : 154,
ff1a4e5f 50 "me_frame" : 202,
03c0d30b 51 "sender" : 37,
52 "recipient" : 37,
53 "to" : 154,
54 "clock" : 184,
55 "id" : 202
cb491569
O
56 },
57
58 "PROFILE" : {
03b84f25
O
59 "statuses_count" : 202,
60 "friends_count" : 37,
61 "followers_count" : 184,
62 "nick" : 37,
63 "profile_image_url" : 154,
fa6e062d
O
64 "description" : 230,
65 "location" : 59,
03b84f25
O
66 "url" : 154,
67 "clock" : 184
cb491569
O
68 },
69
70 "TREND" : {
03b84f25 71 "url": 154
cb491569
O
72 },
73
74 "CAL" : {
03b84f25 75 "days": 202,
cb491569 76 "today": "on_light_magenta"
2d341029
O
77 },
78
79 "GROUP" : {
03b84f25
O
80 "name": 37,
81 "member": 184,
82 "subscriber": 37,
fa6e062d
O
83 "mode": 59,
84 "description": 230,
03b84f25 85 "clock": 184
cb491569
O
86 }
87}