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