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