requirements for repeatable install
[rainbowstream.git] / rainbowstream / colorset / monokai.json
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
20 and 256 terminal's colors from 0 to 255
21 */
22
23 "DECORATED_NAME" : 198,
24 "CYCLE_COLOR" :[198,57,166,50,179,74,112],
25 "TWEET" : {
26 "mynick" : 179,
27 "nick" : 112,
28 "clock" : 57,
29 "id" : 166,
30 "client" : 74,
31 "favorited" : 50,
32 "retweet_count" : 50,
33 "favorite_count" : 198,
34 "rt" : 179,
35 "link" : 74,
36 "hashtag" : 198,
37 "mytweet" : 179,
38 "keyword" : "on_light_green"
39 },
40
41 "NOTIFICATION":{
42 "source_nick" : 112,
43 "notify" : 179,
44 "clock" : 57
45 },
46
47 "MESSAGE" : {
48 "partner" : 112,
49 "me" : 112,
50 "partner_frame" : 198,
51 "me_frame" : 74,
52 "sender" : 112,
53 "recipient" : 112,
54 "to" : 50,
55 "clock" : 57,
56 "id" : 166
57 },
58
59 "PROFILE" : {
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
69 },
70
71 "TREND" : {
72 "url": 74
73 },
74
75 "CAL" : {
76 "days": 57,
77 "today": "on_light_blue"
78 },
79
80 "GROUP" : {
81 "name": 112,
82 "member": 57,
83 "subscriber": 198,
84 "mode": 112,
85 "description": 166,
86 "clock": 57
87 }
88 }