From: Orakaro Date: Thu, 3 Jul 2014 14:40:41 +0000 (+0900) Subject: Update theme.md X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=759180b06d4022e8d1e10fc4ca1cc8adf883cd7b;p=rainbowstream.git Update theme.md --- diff --git a/theme.md b/theme.md index cabb70d..cdd2337 100644 --- a/theme.md +++ b/theme.md @@ -15,7 +15,7 @@ or [Solarized theme](https://github.com/DTVD/rainbowstream/blob/master/rainbowstream/colorset/solarized.json). ### Custom config - * Config file's name should be excatly `.rainbow_config.json` and placed at home directory. + * Config file's name should be exactly `.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 @@ -82,7 +82,7 @@ There are 16 basic colors: 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 examples above. +you can even use `term_0` to `term_255` as the example above. Color reference can be found at [bash colors](http://misc.flogisoft.com/bash/tip_colors_and_formatting) or