Update theme.md
[rainbowstream.git] / theme.md
index 7f2459ef2428dc4161037be06ac1dc931fe6e611..4034423c927b2d3f46fdbd38139141f71d1b01cf 100644 (file)
--- a/theme.md
+++ b/theme.md
@@ -6,7 +6,7 @@
 #### Solarized
 ![Solarized](./screenshot/themes/Solarized.png)
 
-## Customize:
+## Customization
 Create a file `~/.rainbow_config.json` and follow next instruction.
 
 Examples are available in
@@ -56,6 +56,11 @@ or
 
     "TREND" : {
         "url": "term_74"
+    },
+    
+    "CAL" : {
+        "days": "term_57",
+        "today": "on_light_blue"
     }
 }
 ```
@@ -84,6 +89,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.
 
+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).
@@ -119,6 +143,9 @@ Color reference can be found at
   * `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:
@@ -127,6 +154,6 @@ While entered Rainbow Stream:
 * `theme monokai` will apply `monokai` theme immediately. You can use TAB key for theme's name autocompletion.
 
 ### Theme contribution
-I welcome any contribution for themes for this app.
+I appreciate any contribution for themes for this app.
 Please add a file to [themes folder](https://github.com/DTVD/rainbowstream/tree/master/rainbowstream/colorset)
 (json format!) and create a [pull request](https://github.com/DTVD/rainbowstream/compare/) with a screenshot.