add notification command
[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 "NOTIFICATION":{
41 "source_nick" : 37,
42 "notify" : 202,
43 "clock" : 184
44 },
45
46 "MESSAGE" : {
47 "partner" : 37,
48 "me" : 37,
49 "partner_frame" : 154,
50 "me_frame" : 202,
51 "sender" : 37,
52 "recipient" : 37,
53 "to" : 154,
54 "clock" : 184,
55 "id" : 202
56 },
57
58 "PROFILE" : {
59 "statuses_count" : 202,
60 "friends_count" : 37,
61 "followers_count" : 184,
62 "nick" : 37,
63 "profile_image_url" : 154,
64 "description" : 230,
65 "location" : 59,
66 "url" : 154,
67 "clock" : 184
68 },
69
70 "TREND" : {
71 "url": 154
72 },
73
74 "CAL" : {
75 "days": 202,
76 "today": "on_light_magenta"
77 },
78
79 "GROUP" : {
80 "name": 37,
81 "member": 184,
82 "subscriber": 37,
83 "mode": 59,
84 "description": 230,
85 "clock": 184
86 }
87 }