stream config
[rainbowstream.git] / rainbowstream / colorset / default.json
CommitLineData
2e73187a 1{
0a0ee6db
VNM
2 // 'search': max search record
3 "SEARCH_MAX_RECORD" : 5,
4 // 'home': default number of home's tweets
5 "HOME_TWEET_NUM" : 5,
6 // 'allrt': default number of retweets
7 "RETWEETS_SHOW_NUM" : 5,
8 // 'inbox','sent': default number of direct message
9 "MESSAGES_DISPLAY" : 5,
10 // 'trend': max trending topics
11 "TREND_MAX" : 10,
12 // 'switch': Filter and Ignore list ex: ['@fat','@mdo']
13 "ONLY_LIST" : [],
14 "IGNORE_LIST" : [],
15 // Autocomplete history file name
16 "HISTORY_FILENAME" : "completer.hist",
17 // Image config
18 "IMAGE_SHIFT" : "10",
19 "IMAGE_MAX_HEIGHT" : "40",
72c02928
VNM
20 // Stream config
21 "USER_DOMAIN" : "userstream.twitter.com",
22 "PUBLIC_DOMAIN" : "stream.twitter.com",
23 "SITE_DOMAIN" : "sitestream.twitter.com",
0a0ee6db
VNM
24
25 // Color config
2e73187a
VNM
26 "TWEET" : {
27 "nick" : "grey",
28 "clock" : "grey",
29 "id" : "grey",
30 "favourite" : "light_green",
31 "rt" : "grey",
32 "link" : "light_cyan",
bf9e3f16 33 "keyword" : "on_light_yellow"
2e73187a
VNM
34 },
35
36 "MESSAGE" : {
37 "sender" : "grey",
38 "recipient" : "grey",
39 "to" : "light_magenta",
40 "clock" : "grey",
bf9e3f16 41 "id" : "grey"
2e73187a
VNM
42 },
43
44 "PROFILE" : {
45 "statuses_count" : "light_green",
46 "friends_count" : "light_green",
47 "followers_count" : "light_green",
48 "nick" : "grey",
49 "profile_image_url" : "light_cyan",
50 "description" : "light_yellow",
51 "location" : "light_magenta",
52 "url" : "light_cyan",
bf9e3f16 53 "clock" : "white"
2e73187a
VNM
54 },
55
56 "TREND" : {
bf9e3f16 57 "url": "light_cyan"
2e73187a 58 }
2e73187a 59}