Add `DISABLE_EXTENDED_TWEETS` config option to disable extended tweets support
[rainbowstream.git] / rainbowstream / colorset / monokai.json
CommitLineData
632c6fa5
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
37ae740e 21 */
632c6fa5 22
fa6e062d
O
23 "DECORATED_NAME" : 198,
24 "CYCLE_COLOR" :[198,57,166,50,179,74,112],
632c6fa5 25 "TWEET" : {
571ea706 26 "mynick" : 179,
318cdd67
O
27 "nick" : 112,
28 "clock" : 57,
29 "id" : 166,
413857b5 30 "client" : 74,
318cdd67 31 "favorited" : 50,
67c663f8
O
32 "retweet_count" : 50,
33 "favorite_count" : 198,
318cdd67
O
34 "rt" : 179,
35 "link" : 74,
36 "hashtag" : 198,
37cf396a 37 "mytweet" : 179,
318cdd67 38 "keyword" : "on_light_green"
632c6fa5
O
39 },
40
99cd1fba
O
41 "NOTIFICATION":{
42 "source_nick" : 112,
43 "notify" : 179,
44 "clock" : 57
45 },
46
632c6fa5 47 "MESSAGE" : {
223d2e05
O
48 "partner" : 112,
49 "me" : 112,
bcb5518e 50 "partner_frame" : 198,
ff1a4e5f 51 "me_frame" : 74,
03c0d30b 52 "sender" : 112,
53 "recipient" : 112,
223d2e05
O
54 "to" : 50,
55 "clock" : 57,
56 "id" : 166
632c6fa5
O
57 },
58
59 "PROFILE" : {
fa6e062d
O
60 "statuses_count" : 112,
61 "friends_count" : 198,
62 "followers_count" : 57,
63 "nick" : 198,
64 "profile_image_url" : 74,
65 "description" : 166,
66 "location" : 112,
67 "url" : 74,
68 "clock" : 57
632c6fa5
O
69 },
70
71 "TREND" : {
fa6e062d 72 "url": 74
2a0cabee
O
73 },
74
75 "CAL" : {
fa6e062d 76 "days": 57,
2a0cabee 77 "today": "on_light_blue"
2d341029
O
78 },
79
80 "GROUP" : {
fa6e062d
O
81 "name": 112,
82 "member": 57,
83 "subscriber": 198,
84 "mode": 112,
85 "description": 166,
86 "clock": 57
632c6fa5 87 }
1a0ac1b8 88}