Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
victorfsf authored Nov 9, 2017
1 parent 0979f83 commit 1fc3a14
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
```
Expand All @@ -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=+)

0 comments on commit 1fc3a14

Please sign in to comment.