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