RGB not bold
[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 24
92be926e
VNM
25 /* Color config
26 There are 16 basic colors supported :
27 * default
28 * black
29 * red
30 * green
31 * yellow
32 * blue
33 * magenta
34 * cyan
35 * grey
36 * light_red
37 * light_green
38 * light_yellow
39 * light_blue
40 * light_magenta
41 * light_cyan
42 * white
43
44 */
2e73187a
VNM
45 "TWEET" : {
46 "nick" : "grey",
47 "clock" : "grey",
48 "id" : "grey",
49 "favourite" : "light_green",
50 "rt" : "grey",
51 "link" : "light_cyan",
bf9e3f16 52 "keyword" : "on_light_yellow"
2e73187a
VNM
53 },
54
55 "MESSAGE" : {
56 "sender" : "grey",
57 "recipient" : "grey",
58 "to" : "light_magenta",
59 "clock" : "grey",
bf9e3f16 60 "id" : "grey"
2e73187a
VNM
61 },
62
63 "PROFILE" : {
64 "statuses_count" : "light_green",
65 "friends_count" : "light_green",
66 "followers_count" : "light_green",
67 "nick" : "grey",
68 "profile_image_url" : "light_cyan",
69 "description" : "light_yellow",
70 "location" : "light_magenta",
71 "url" : "light_cyan",
bf9e3f16 72 "clock" : "white"
2e73187a
VNM
73 },
74
75 "TREND" : {
bf9e3f16 76 "url": "light_cyan"
2e73187a 77 }
2e73187a 78}