kyrylo / pry-theme

An easy way to customize Pry colors via theme files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't find "" theme. Using "pry-classic"

rking opened this issue · comments

If you do nothing but gem install pry-theme, you get this warning the next time you start pry:

Can't find "" theme. Using "pry-classic"

It should be able to tell the difference between nil and "", then say something more like:

Using "pry-classic" as default pry-theme. For more info, see: pry-theme --help

Then pry-theme --help should mention setting Pry.config.theme = "footheme" in ~/.pryrc

Thanks!
—☈