generate config file by default
[rainbowstream.git] / rainbowstream / colorset / config
CommitLineData
1f2f6159
O
1{
2 // Themes
3 "THEME" : "monokai",
4 // 'search': max search record
5 "SEARCH_MAX_RECORD" : 5,
6 // 'home': default number of home's tweets
7 "HOME_TWEET_NUM" : 5,
8 // 'allrt': default number of retweets
9 "RETWEETS_SHOW_NUM" : 5,
10 // 'inbox','sent': default number of direct message
11 "MESSAGES_DISPLAY" : 5,
12 // 'trend': max trending topics
13 "TREND_MAX" : 10,
14 // List home timeline max
15 "LIST_MAX" : 5,
16 // 'switch': Filter and Ignore list ex: ['@fat','@mdo']
17 "ONLY_LIST" : [],
18 "IGNORE_LIST" : [],
19 // Autocomplete history file name
20 "HISTORY_FILENAME" : "completer.hist",
21 // Image config
22 "IMAGE_SHIFT" : 10,
23 "IMAGE_MAX_HEIGHT" : 40,
24 // Stream config
25 "USER_DOMAIN" : "userstream.twitter.com",
26 "PUBLIC_DOMAIN" : "stream.twitter.com",
27 "SITE_DOMAIN" : "sitestream.twitter.com"
28}