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