arrow
[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" : {
318cdd67
O
26 "nick" : 112,
27 "clock" : 57,
28 "id" : 166,
29 "favorited" : 50,
30 "retweet_count" : 198,
31 "favorite_count" : 50,
32 "rt" : 179,
33 "link" : 74,
34 "hashtag" : 198,
35 "keyword" : "on_light_green"
632c6fa5
O
36 },
37
38 "MESSAGE" : {
fa6e062d
O
39 "sender" : 112,
40 "recipient" : 112,
41 "to" : 50,
42 "clock" : 57,
43 "id" : 166
632c6fa5
O
44 },
45
46 "PROFILE" : {
fa6e062d
O
47 "statuses_count" : 112,
48 "friends_count" : 198,
49 "followers_count" : 57,
50 "nick" : 198,
51 "profile_image_url" : 74,
52 "description" : 166,
53 "location" : 112,
54 "url" : 74,
55 "clock" : 57
632c6fa5
O
56 },
57
58 "TREND" : {
fa6e062d 59 "url": 74
2a0cabee
O
60 },
61
62 "CAL" : {
fa6e062d 63 "days": 57,
2a0cabee 64 "today": "on_light_blue"
2d341029
O
65 },
66
67 "GROUP" : {
fa6e062d
O
68 "name": 112,
69 "member": 57,
70 "subscriber": 198,
71 "mode": 112,
72 "description": 166,
73 "clock": 57
632c6fa5 74 }
1a0ac1b8 75}