3 
5 
7 
10 You are free to create your own themes.
12 Create a file `~/.rainbow_config.json` and follow next instruction.
13 Examples are available in
14 [Monokai theme](https://github.com/DTVD/rainbowstream/blob/master/rainbowstream/colorset/monokai.json)
16 [Solarized theme](https://github.com/DTVD/rainbowstream/blob/master/rainbowstream/colorset/solarized.json)
19 * Config file should be excatly named `.rainbow_config.json` and placed at home directory.
20 * Config file's content should follow `Json` format.
21 * Comment as `//` or `/*...*/` is accepted.
26 There are 16 basic colors supported :
43 and 256 terminal's colors from term_0 to term_255
46 "DECORATED_NAME" : "term_198",
47 "CYCLE_COLOR" :["term_198","term_57","term_166","term_50","term_179","term_74","term_112"],
52 "favourite" : "term_50",
55 "keyword" : "on_light_green"
59 "sender" : "term_112",
60 "recipient" : "term_112",
67 "statuses_count" : "term_112",
68 "friends_count" : "term_198",
69 "followers_count" : "term_57",
71 "profile_image_url" : "term_74",
72 "description" : "term_166",
73 "location" : "term_112",
86 There are 16 basic colors:
104 These colors will be enough for almost terminals.
105 But if your terminals can support 256 colors (check your `$XTERM` variable!),
106 you can even use `term_0` to `term_255` as sample above.
108 Color reference can be found at
109 [bash color](http://misc.flogisoft.com/bash/tip_colors_and_formatting) or
110 [256 xterm](http://www.calmar.ws/vim/256-xterm-24bit-rgb-color-chart.html)
112 ### Available options
113 * DECORATED_NAME: color of your Twitter's _username_ which is placed at every line's begin.
114 * CYCLE_COLOR: is a list of colors from which Twitter _real name_ 's color is selected.
116 ⋅⋅* Color selection is cycle through this list but with a _memoization_.
117 ⋅⋅* It's means that same names will appear in same colors.