From 1fc3a1429c47702c2fce4f850ca4fe04ee1702e3 Mon Sep 17 00:00:00 2001 From: Victor Ferraz Date: Thu, 9 Nov 2017 16:50:29 -0300 Subject: [PATCH] Update README.md --- README.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4771f50..9826e50 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Simple and fast Oh-My-Zsh theme for Python developers ## Installing -#### This theme requires [Oh-My-Zsh](https://github.com/robbyrussell/oh-my-zsh). +#### This theme requires [Oh-My-Zsh](https://github.com/robbyrussell/oh-my-zsh) with Zsh version 5.1.1 or higher. Download the file and save it to `~/.oh-my-zsh`: ``` @@ -22,3 +22,32 @@ And reload your shell: ``` . ~/.zshrc ``` + +## Font & Colors + +To get the same font and colors used on the screenshot, use the following configurations: + +#### Font: + +Install the [Fira Mono for Powerline](https://github.com/powerline/fonts/) and set it with `style: Medium` and `size: 10`. + +#### Colors: + +###### Background: #282a36 ![#282a36](https://placehold.it/15/282a36/000000?text=+) +###### Foreground: #eff0eb ![#eff0eb](https://placehold.it/15/eff0eb/000000?text=+) +###### Black: #282a36 ![#282a36](https://placehold.it/15/282a36/000000?text=+) +###### Red: #ff5c57 ![#ff5c57](https://placehold.it/15/ff5c57/000000?text=+) +###### Green: #5af78e ![#5af78e](https://placehold.it/15/5af78e/000000?text=+) +###### Yellow: #f3f99d ![#f3f99d](https://placehold.it/15/f3f99d/000000?text=+) +###### Blue: #57c7ff ![#57c7ff](https://placehold.it/15/57c7ff/000000?text=+) +###### Magenta: #ff6ac1 ![#ff6ac1](https://placehold.it/15/ff6ac1/000000?text=+) +###### Cyan: #9aedfe ![#9aedfe](https://placehold.it/15/9aedfe/000000?text=+) +###### White: #f1f1f0 ![#f1f1f0](https://placehold.it/15/f1f1f0/000000?text=+) +###### Dark Gray: #686868 ![#686868](https://placehold.it/15/686868/000000?text=+) +###### Dark Red: #ff5c57 ![#ff5c57](https://placehold.it/15/ff5c57/000000?text=+) +###### Dark Green: #5af78e ![#5af78e](https://placehold.it/15/5af78e/000000?text=+) +###### Dark Yellow: #f3f99d ![#f3f99d](https://placehold.it/15/f3f99d/000000?text=+) +###### Dark Blue: #57c7ff ![#57c7ff](https://placehold.it/15/57c7ff/000000?text=+) +###### Dark Magenta: #ff6ac1 ![#ff6ac1](https://placehold.it/15/ff6ac1/000000?text=+) +###### Dark Cyan: #9aedfe ![#9aedfe](https://placehold.it/15/9aedfe/000000?text=+) +###### Light Gray: #eff0eb ![#eff0eb](https://placehold.it/15/eff0eb/000000?text=+)