bumped version
[rainbowstream.git] / theme.md
index d6ec1c9db5a543cac0092db1c76e50326c64b547..8e2b2bb065bdd34f6e0644730f054204703aaf26 100644 (file)
--- a/theme.md
+++ b/theme.md
@@ -5,14 +5,16 @@
 ![Monokai](./screenshot/themes/Monokai.png)
 #### Solarized
 ![Solarized](./screenshot/themes/Solarized.png)
 ![Monokai](./screenshot/themes/Monokai.png)
 #### Solarized
 ![Solarized](./screenshot/themes/Solarized.png)
+#### Tomorrow Night
+![Solarized](./screenshot/themes/TomorrowNight.png)
+#### Larapaste
+![Solarized](./screenshot/themes/larapaste.png)
 
 ## Customization
 Create a file `~/.rainbow_config.json` and follow next instruction.
 
 Examples are available in
 
 ## Customization
 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).
+[Themes folder](https://github.com/DTVD/rainbowstream/blob/master/rainbowstream/colorset)
 
 ### Custom config
  * Config file's name should be exactly `.rainbow_config.json` and placed at home directory.
 
 ### Custom config
  * Config file's name should be exactly `.rainbow_config.json` and placed at home directory.
@@ -56,6 +58,11 @@ or
 
     "TREND" : {
         "url": "term_74"
 
     "TREND" : {
         "url": "term_74"
+    },
+    
+    "CAL" : {
+        "days": "term_57",
+        "today": "on_light_blue"
     }
 }
 ```
     }
 }
 ```
@@ -84,6 +91,25 @@ These colors will be enough for almost terminals.
 But if your terminal can support 256 colors (check your `$TERM` variable!),
 you can even use `term_0` to `term_255` as the example above.
 
 But if your terminal can support 256 colors (check your `$TERM` variable!),
 you can even use `term_0` to `term_255` as the example above.
 
+There are also background highlight colors like:
+  * on_default
+  * on_black
+  * on_red
+  * on_green
+  * on_yellow
+  * on_blue
+  * on_magenta
+  * on_cyan
+  * on_grey
+  * on_light_red
+  * on_light_green
+  * on_light_yellow
+  * on_light_blue
+  * on_light_magenta
+  * on_light_cyan
+  * on_white
+
+
 Color reference can be found at
 [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).
 Color reference can be found at
 [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).
@@ -96,7 +122,7 @@ Color reference can be found at
 * `TWEET`: colors of parts in a tweet's ouput.
   * `nick` : color for Twitter __username__.
   * `clock`: color for time of tweet.
 * `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
+  * `id`: color for tweet's id
   * `favorite`: color for the star symbol when a tweet is favorited by you
   * `rt`: color for `RT` word in tweet's content.
   * `link`: color for an url
   * `favorite`: color for the star symbol when a tweet is favorited by you
   * `rt`: color for `RT` word in tweet's content.
   * `link`: color for an url
@@ -119,6 +145,9 @@ Color reference can be found at
   * `clock`: color for joined time.
 * `TREND`: colors for trend's output:
   * `url`: color for trend's url.
   * `clock`: color for joined time.
 * `TREND`: colors for trend's output:
   * `url`: color for trend's url.
+* `CAL`: colors for calendar's output:
+  * `days`: color for days in current month
+  * `today`: color for today.
 
 ### Theme usage
 While entered Rainbow Stream:
 
 ### Theme usage
 While entered Rainbow Stream: