summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2015-03-30 05:05:16 +0300
committerBen Hilburn <bhilburn@gmail.com>2015-03-30 05:05:16 +0300
commit86be908bd2ce5c27713fc31a0058fd50fb0d1e1c (patch)
treebcb350b9724b4225af2cea26f764355f9ab952a3 /README.md
parentc5613777e961692d5386e0e7c0f330800672a50f (diff)
parentf5ae48138abe753ecd7bb3b9a4367b2381cde67e (diff)
Merging dritter's light color configuration.
Resolved some minor conflicts, and changed README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index dfc2702b..46487fd2 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,7 @@ information.
* Will conditionally display the `user@host` string
* Plenty of other segments you can enable if you want them (e.g., ruby, AWS)
* Can be used as a single or double-lined prompt (see screenshots below)
+* Several built-in color configurations to choose from
**If you would like an OMZ theme that provides most of the same features but
doesn't require Powerline fonts, check out the sister font,
@@ -114,6 +115,13 @@ define `POWERLEVEL9K_PROMPT_ON_NEWLINE` in your `~/.zshrc`:
export POWERLEVEL9K_PROMPT_ON_NEWLINE=true
+#### Light Color Theme
+
+If you prefer to use "light" colors, simply set `POWERLEVEL9K_COLOR_SCHEME`
+to `light` in your `~/.zshrc`, and you're all set!
+
+ POWERLEVEL9K_COLOR_SCHEME='light'
+
### Bugs / Contact
If you have any requests or bug reports, please use the tracker in this Github