trivival coloring
[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,
30 "favorited" : 50,
67c663f8
O
31 "retweet_count" : 50,
32 "favorite_count" : 198,
318cdd67
O
33 "rt" : 179,
34 "link" : 74,
35 "hashtag" : 198,
37cf396a 36 "mytweet" : 179,
318cdd67 37 "keyword" : "on_light_green"
632c6fa5
O
38 },
39
99cd1fba
O
40 "NOTIFICATION":{
41 "source_nick" : 112,
42 "notify" : 179,
43 "clock" : 57
44 },
45
632c6fa5 46 "MESSAGE" : {
223d2e05
O
47 "partner" : 112,
48 "me" : 112,
bcb5518e 49 "partner_frame" : 198,
ff1a4e5f 50 "me_frame" : 74,
03c0d30b 51 "sender" : 112,
52 "recipient" : 112,
223d2e05
O
53 "to" : 50,
54 "clock" : 57,
55 "id" : 166
632c6fa5
O
56 },
57
58 "PROFILE" : {
fa6e062d
O
59 "statuses_count" : 112,
60 "friends_count" : 198,
61 "followers_count" : 57,
62 "nick" : 198,
63 "profile_image_url" : 74,
64 "description" : 166,
65 "location" : 112,
66 "url" : 74,
67 "clock" : 57
632c6fa5
O
68 },
69
70 "TREND" : {
fa6e062d 71 "url": 74
2a0cabee
O
72 },
73
74 "CAL" : {
fa6e062d 75 "days": 57,
2a0cabee 76 "today": "on_light_blue"
2d341029
O
77 },
78
79 "GROUP" : {
fa6e062d
O
80 "name": 112,
81 "member": 57,
82 "subscriber": 198,
83 "mode": 112,
84 "description": 166,
85 "clock": 57
632c6fa5 86 }
1a0ac1b8 87}