3 
5 
7 
9 
12 Modify `~/.rainbow_config.json` and follow next instruction.
14 Examples are available in
15 [Themes folder](https://github.com/DTVD/rainbowstream/blob/master/rainbowstream/colorset)
18 * There is a file named exactly `.rainbow_config.json` and is placed at your home directory.
19 * Add color configurations to above file and follow json format.
20 * Comments as `//` or `/*...*/` are allowed.
25 "DECORATED_NAME" : 198,
26 "CYCLE_COLOR" :[198,57,166,50,179,74,112],
35 "favorite_count" : 198,
40 "keyword" : "on_light_green"
52 "partner_frame" : 198,
62 "statuses_count" : 112,
63 "friends_count" : 198,
64 "followers_count" : 57,
66 "profile_image_url" : 74,
79 "today": "on_light_blue"
95 There are 16 basic colors:
113 These colors will be enough for almost terminals.
114 But if your terminal can support 256 colors (check your `$TERM` variable!),
115 you can even use 0 to 255 as the example above.
117 There are also background highlight colors like:
136 Color reference can be found at
137 [bash colors](http://misc.flogisoft.com/bash/tip_colors_and_formatting) or
138 [256 xterm colors](http://www.calmar.ws/vim/256-xterm-24bit-rgb-color-chart.html).
140 ### Available options
141 * `DECORATED_NAME`: color of your Twitter's __username__ which is placed at every line's begin.
142 * `CYCLE_COLOR`: list of colors from which Twitter __real name__ 's color is selected.
143 * Color selection is cycle through this list but with _memoization_.
144 * It's means that same names will appear in same colors.
145 * `TWEET`: colors of parts in a tweet's ouput.
146 * `mynick` : color for your Twitter __username__.
147 * `nick` : color for other Twitter __username__.
148 * `clock`: color for time of tweet.
149 * `id`: color for tweet's id.
150 * `client`: color for used Twitter client.
151 * `favorite`: color for the star symbol when a tweet is favorited by you.
152 * `retweet_count`: color for retweets count.
153 * `favorite_count`: color for favorites count.
154 * `rt`: color for `RT` word in tweet's content.
155 * `link`: color for an url.
156 * `hashtag`: color for a hashtag.
157 * `mytweet`: color for tweet's text from yourself.
158 * `keyword`: color for highlighted keyword (in tweets search).
159 * `NOTIFICATION`: colors of notification events.
160 * `source_nick`: color for user's __username__.
161 * `notify`: color for notification message.
162 * `clock`: color for time of notification event.
163 * `MESSAGE`: colors of parts in message's output.
164 * `partner`: color for __partner__.
165 * `me`: color for __authenticated user__.
166 * `partner_frame`: color for __partner's frame__.
167 * `me_frame`: color for __authenticated user's frame__.
168 * `sender`: color for sender's __username__.
169 * `recipient`: color for recipient's __username__.
170 * `to`: color for the `>>>` symbol.
171 * `clock`: color for time of message.
172 * `id`: color for message's id.
173 * `PROFILE`: colors for parts in profile's ouput.
174 * `statuses_count`: color for statuses count.
175 * `friends_count`: color for friends count.
176 * `followers_count`: color for followers count.
177 * `nick`: color for Twitter __username__.
178 * `profile_image_url`: color for profile image url.
179 * `description`: color for description.
180 * `location`: color for location.
181 * `url`: color for url.
182 * `clock`: color for joined time.
183 * `TREND`: colors for trend's output:
184 * `url`: color for trend's url.
185 * `CAL`: colors for calendar's output:
186 * `days`: color for days in current month.
187 * `today`: color for today.
188 * `GROUP`: colors for twitter list output:
189 * `name`: color for twitter list's name.
190 * `member`: color member count.
191 * `subscriber`: color subscriber count.
192 * `mode`: color twitter list's mode.
193 * `description`: color twitter list's description.
194 * `clock`: color twitter list's created time.
197 While entered Rainbow Stream:
198 * `theme` and hit ENTER to see which is available.
199 * `theme` + TAB twice will show themes list instantly.
200 * `theme monokai` will apply `monokai` theme immediately. You can use TAB key for theme's name autocompletion.
202 ### Theme contribution
203 I appreciate any contribution for themes for this app.
204 Please add a file to [themes folder](https://github.com/DTVD/rainbowstream/tree/master/rainbowstream/colorset)
205 (json format!) and create a [pull request](https://github.com/DTVD/rainbowstream/compare/) with a screenshot.