generate config file by default
[rainbowstream.git] / rainbowstream / colorset / solarized.json
CommitLineData
e504d4f4
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
20 and 256 terminal's colors from term_0 to term_255
21 */
22
23 "DECORATED_NAME" : "term_64",
24 "CYCLE_COLOR" :["term_124","term_32","term_64","term_66","term_130","term_23"],
25 "TWEET" : {
26 "nick" : "term_64",
27 "clock" : "term_32",
28 "id" : "term_124",
1a0ac1b8 29 "favorited" : "term_64",
e504d4f4
O
30 "rt" : "term_66",
31 "link" : "term_23",
32 "keyword" : "on_light_green"
33 },
34
35 "MESSAGE" : {
36 "sender" : "term_64",
37 "recipient" : "term_64",
38 "to" : "term_130",
39 "clock" : "term_32",
40 "id" : "term_124"
41 },
42
43 "PROFILE" : {
44 "statuses_count" : "term_124",
45 "friends_count" : "term_32",
46 "followers_count" : "term_130",
47 "nick" : "term_64",
48 "profile_image_url" : "term_23",
49 "description" : "term_66",
50 "location" : "term_64",
51 "url" : "term_23",
52 "clock" : "term_32"
53 },
54
55 "TREND" : {
56 "url": "term_23"
2a0cabee
O
57 },
58
59 "CAL" : {
60 "days": "term_64",
e43ebfa6 61 "today": "light_green"
2d341029
O
62 },
63
64 "GROUP" : {
65 "name": "term_64",
66 "member": "term_130",
67 "subscriber": "term_32",
68 "mode": "term_164",
69 "description": "term_66",
70 "clock": "term_32"
e504d4f4 71 }
1a0ac1b8 72}