6eac09f3dee06af80e264815b776d7a63508ae5b
[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 "favorited" : 50,
31 "retweet_count" : 50,
32 "favorite_count" : 198,
33 "rt" : 179,
34 "link" : 74,
35 "hashtag" : 198,
36 "mytweet" : 179,
37 "keyword" : "on_light_green"
38 },
39
40 "NOTIFICATION":{
41 "source_nick" : 112,
42 "notify" : 179,
43 "clock" : 57
44 },
45
46 "MESSAGE" : {
47 "partner" : 112,
48 "me" : 112,
49 "partner_frame" : 198,
50 "me_frame" : 74,
51 "sender" : 112,
52 "recipient" : 112,
53 "to" : 50,
54 "clock" : 57,
55 "id" : 166
56 },
57
58 "PROFILE" : {
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
68 },
69
70 "TREND" : {
71 "url": 74
72 },
73
74 "CAL" : {
75 "days": 57,
76 "today": "on_light_blue"
77 },
78
79 "GROUP" : {
80 "name": 112,
81 "member": 57,
82 "subscriber": 198,
83 "mode": 112,
84 "description": 166,
85 "clock": 57
86 }
87 }