merge py3 support
[rainbowstream.git] / rainbowstream / colorset / larapaste.json
... / ...
CommitLineData
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 term_0 to term_255
21 */
22
23 "DECORATED_NAME" : "term_73",
24 "CYCLE_COLOR" :["term_73","term_209","term_148","term_230","term_220","term_59"],
25 "TWEET" : {
26 "nick" : "term_73",
27 "clock" : "term_220",
28 "id" : "term_209",
29 "favorited" : "term_148",
30 "rt" : "term_59",
31 "link" : "term_148",
32 "keyword" : "on_light_green"
33 },
34
35 "MESSAGE" : {
36 "sender" : "term_73",
37 "recipient" : "term_73",
38 "to" : "term_148",
39 "clock" : "term_220",
40 "id" : "term_209"
41 },
42
43 "PROFILE" : {
44 "statuses_count" : "term_209",
45 "friends_count" : "term_73",
46 "followers_count" : "term_220",
47 "nick" : "term_73",
48 "profile_image_url" : "term_148",
49 "description" : "term_230",
50 "location" : "term_59",
51 "url" : "term_148",
52 "clock" : "term_220"
53 },
54
55 "TREND" : {
56 "url": "term_148"
57 },
58
59 "CAL" : {
60 "days": "term_209",
61 "today": "on_light_magenta"
62 },
63
64 "GROUP" : {
65 "name": "term_73",
66 "member": "term_220",
67 "subscriber": "term_73",
68 "mode": "term_59",
69 "description": "term_230",
70 "clock": "term_220"
71 }
72}