Skip to content

Commit

Permalink
Merge pull request pry#949 from janko-m/pry-theme
Browse files Browse the repository at this point in the history
Add pry-theme reference in the readme
  • Loading branch information
kyrylo committed Jul 17, 2013
2 parents 6ee24f4 + a1aa6d1 commit d61546b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.markdown
Expand Up @@ -373,10 +373,14 @@ Also check out the [wiki](https://github.com/pry/pry/wiki/Setting-up-Rails-or-He

### Syntax Highlighting

Syntax highlighting is on by default in Pry. You can toggle it on and
off in a session by using the `toggle-color` command. Alternatively,
you can turn it off permanently by putting the line `Pry.color =
false` in your `~/.pryrc` file.
Syntax highlighting is on by default in Pry. If you want to change
the colors, check out the [pry-theme](https://github.com/kyrylo/pry-theme)
gem.

You can toggle the syntax highlighting on and off in a session by
using the `toggle-color` command. Alternatively, you can turn it off
permanently by putting the line `Pry.color = false` in your `~/.pryrc`
file.

### Future Directions

Expand Down

0 comments on commit d61546b

Please sign in to comment.