https://github.com/kyrylo/pry-theme-collection
A collection of themes for Pry Theme plugin for Pry
https://github.com/kyrylo/pry-theme-collection
Last synced: about 1 month ago
JSON representation
A collection of themes for Pry Theme plugin for Pry
- Host: GitHub
- URL: https://github.com/kyrylo/pry-theme-collection
- Owner: kyrylo
- Created: 2012-06-28T16:06:25.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-12-31T01:13:56.000Z (over 9 years ago)
- Last Synced: 2025-03-30T22:04:35.704Z (2 months ago)
- Language: Ruby
- Size: 1.18 MB
- Stars: 24
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Pry Theme Collection][ptclogo]
================================* Repository: [https://github.com/kyrylo/pry-theme-collection/][ptc]
Description
-----------Pry Theme Collection is a compilation of themes for [Pry Theme][pt] plugin for
[Pry][pry] REPL.Installation
------------Put a theme file in `$HOME/.pry/themes` directory.
You can install a theme from the Collection via Pry Theme's CLI interface. For
example, you can install tomorrow-night theme like so:pry-theme install tomorrow-night
Contribution guide
------------------Pull requests are welcome.
Creating a Pry Theme is a super simple task. Even your elder kitten can do that.
In the first instance, please, check out "[Creating a New Theme][new_theme]"
article.Steps:
0. For the repository.
1. Put your theme in a separate directory (the directory should be named after
your Pry Theme);
2. Take a screenshot of your theme and put it in the same directory. The
screenshot must have name `screenshot.png`.ProTip: `pry-theme current --colors` outputs a handy code snippet.
3. Append a README file. Feel free to write README contents the way you like.
On the merits, it would be awesome, if you described your screenshot (the
font and its size and the background color you used).[ptclogo]: http://img-fotki.yandex.ru/get/5702/98991937.a/0_7cbde_72b59f7_orig
[ptc]: https://github.com/kyrylo/pry-theme-collection/
[pt]: https://github.com/kyrylo/pry-theme/ "Pry Theme's home page"
[pry]: https://github.com/pry/pry/ "Pry's home page"
[new_theme]: https://github.com/kyrylo/pry-theme/wiki/Creating-a-New-Theme "Creating a New Theme"