Allow specifying the location of the twitter oauth and pocket oauth files. This shoul...
[rainbowstream.git] / rainbowstream / colorset / tomorrow_night.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" : 67,
24 "CYCLE_COLOR" :[67,166,30,97,58,179,145],
25 "TWEET" : {
26 "mynick" : 145,
27 "nick" : 67,
28 "clock" : 58,
29 "id" : 58,
30 "client" : 58,
31 "favorited" : 97,
32 "retweet_count" : 97,
33 "favorite_count" : 166,
34 "rt" : 145,
35 "link" : 30,
36 "hashtag" : 67,
37 "mytweet" : 145,
38 "keyword" : "on_light_blue"
39 },
40
41 "NOTIFICATION":{
42 "source_nick" : 67,
43 "notify" : 145,
44 "clock" : 58
45 },
46
47 "MESSAGE" : {
48 "partner" : 67,
49 "me" : 67,
50 "partner_frame" : 166,
51 "me_frame" : 30,
52 "sender" : 67,
53 "recipient" : 67,
54 "to" : 97,
55 "clock" : 58,
56 "id" : 166
57 },
58
59 "PROFILE" : {
60 "statuses_count" : 166,
61 "friends_count" : 30,
62 "followers_count" : 179,
63 "nick" : 67,
64 "profile_image_url" : 30,
65 "description" : 58,
66 "location" : 97,
67 "url" : 30,
68 "clock" : 58
69 },
70
71 "TREND" : {
72 "url": 30
73 },
74
75 "CAL" : {
76 "days": 67,
77 "today": "on_light_blue"
78 },
79
80 "GROUP" : {
81 "name": 67,
82 "member": 179,
83 "subscriber": 30,
84 "mode": 97,
85 "description": 58,
86 "clock": 166
87 }
88 }