Update theme.md
[rainbowstream.git] / theme.md
index 516cd319e723726c87999d4c6b64ff0e7fc7d5d4..714fe578b1a77633cc907573972a80f914609079 100644 (file)
--- a/theme.md
+++ b/theme.md
@@ -7,43 +7,20 @@
 ![Solarized](./screenshot/themes/Solarized.png)
 
 ## Customize:
-You are free to create your own themes.
-
 Create a file `~/.rainbow_config.json` and follow next instruction.
 
 Examples are available in 
 [Monokai theme](https://github.com/DTVD/rainbowstream/blob/master/rainbowstream/colorset/monokai.json)
 or
-[Solarized theme](https://github.com/DTVD/rainbowstream/blob/master/rainbowstream/colorset/solarized.json)
+[Solarized theme](https://github.com/DTVD/rainbowstream/blob/master/rainbowstream/colorset/solarized.json).
 
 ### Custom config
- * Config file should be excatly named `.rainbow_config.json` and placed at home directory.
- * Config file's content should follow `Json` format.
- * Comment as `//` or `/*...*/` is accepted.
+ * Config file's name should be excatly `.rainbow_config.json` and placed at home directory.
+ * Config file's content should follow json format.
+ * Comments as `//` or `/*...*/` are allowed.
  * Here is an example
 
 ```json
- /* Color config
-    There are 16 basic colors supported :
-        * default
-        * black
-        * red
-        * green
-        * yellow
-        * blue
-        * magenta
-        * cyan
-        * grey
-        * light_red
-        * light_green
-        * light_yellow
-        * light_blue
-        * light_magenta
-        * light_cyan
-        * white
-    and 256 terminal's colors from term_0 to term_255
-    */
-
     "DECORATED_NAME" : "term_198",
     "CYCLE_COLOR" :["term_198","term_57","term_166","term_50","term_179","term_74","term_112"],
     "TWEET" : {
@@ -104,18 +81,18 @@ There are 16 basic colors:
 
 These colors will be enough for almost terminals.
 But if your terminals can support 256 colors (check your `$TERM` variable!), 
-you can even use `term_0` to `term_255` as sample above.
+you can even use `term_0` to `term_255` as examples above.
 
 Color reference can be found at 
-[bash color](http://misc.flogisoft.com/bash/tip_colors_and_formatting) or 
-[256 xterm](http://www.calmar.ws/vim/256-xterm-24bit-rgb-color-chart.html)
+[bash colors](http://misc.flogisoft.com/bash/tip_colors_and_formatting) or 
+[256 xterm colors](http://www.calmar.ws/vim/256-xterm-24bit-rgb-color-chart.html).
 
 ### Available options
 * `DECORATED_NAME`: color of your Twitter's __username__ which is placed at every line's begin.
 * `CYCLE_COLOR`: list of colors from which Twitter __real name__ 's color is selected. 
   * Color selection is cycle through this list but with a _memoization_. 
   * It's means that same names will appear in same colors.
-* `TWEET`: colors of various part in a tweet's ouput.
+* `TWEET`: colors of parts in a tweet's ouput.
   * `nick` : color for Twitter __username__.
   * `clock`: color for time of tweet.
   * `id`: color for Tweet's id
@@ -140,5 +117,5 @@ Color reference can be found at
   * `url`: color for url.
   * `clock`: color for joined time.
 * `TREND`: colors for trend's output:
-  * `url`: color for url.
+  * `url`: color for trend's url.