delete unused break
[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
40 "MESSAGE" : {
223d2e05
O
41 "partner" : 112,
42 "me" : 112,
bcb5518e 43 "partner_frame" : 198,
ff1a4e5f 44 "me_frame" : 74,
03c0d30b 45 "sender" : 112,
46 "recipient" : 112,
223d2e05
O
47 "to" : 50,
48 "clock" : 57,
49 "id" : 166
632c6fa5
O
50 },
51
52 "PROFILE" : {
fa6e062d
O
53 "statuses_count" : 112,
54 "friends_count" : 198,
55 "followers_count" : 57,
56 "nick" : 198,
57 "profile_image_url" : 74,
58 "description" : 166,
59 "location" : 112,
60 "url" : 74,
61 "clock" : 57
632c6fa5
O
62 },
63
64 "TREND" : {
fa6e062d 65 "url": 74
2a0cabee
O
66 },
67
68 "CAL" : {
fa6e062d 69 "days": 57,
2a0cabee 70 "today": "on_light_blue"
2d341029
O
71 },
72
73 "GROUP" : {
fa6e062d
O
74 "name": 112,
75 "member": 57,
76 "subscriber": 198,
77 "mode": 112,
78 "description": 166,
79 "clock": 57
632c6fa5 80 }
1a0ac1b8 81}