add color for hashtag and try catch for quit() in ctrl+c
[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
fa6e062d
O
23 "DECORATED_NAME" : 73,
24 "CYCLE_COLOR" :[73,209,148,230,220,59],
cb491569 25 "TWEET" : {
fa6e062d
O
26 "nick" : 73,
27 "clock" : 220,
28 "id" : 209,
29 "favorited" : 148,
30 "rt" : 59,
31 "link" : 148,
4c025026 32 "hashtag" : 73,
cb491569
O
33 "keyword" : "on_light_green"
34 },
35
36 "MESSAGE" : {
fa6e062d
O
37 "sender" : 73,
38 "recipient" : 73,
39 "to" : 148,
40 "clock" : 220,
41 "id" : 209
cb491569
O
42 },
43
44 "PROFILE" : {
fa6e062d
O
45 "statuses_count" : 209,
46 "friends_count" : 73,
47 "followers_count" : 220,
48 "nick" : 73,
49 "profile_image_url" : 148,
50 "description" : 230,
51 "location" : 59,
52 "url" : 148,
53 "clock" : 220
cb491569
O
54 },
55
56 "TREND" : {
fa6e062d 57 "url": 148
cb491569
O
58 },
59
60 "CAL" : {
fa6e062d 61 "days": 209,
cb491569 62 "today": "on_light_magenta"
2d341029
O
63 },
64
65 "GROUP" : {
fa6e062d
O
66 "name": 73,
67 "member": 220,
68 "subscriber": 73,
69 "mode": 59,
70 "description": 230,
71 "clock": 220
cb491569
O
72 }
73}