petermckeeverPerform / themepy

An open source theme selector for matplotlib
MIT License
72 stars 9 forks source link

Limit theme search to local copies only? #12

Open skolchin opened 6 months ago

skolchin commented 6 months ago

It seems that when a themed app starts, it will always try to connect to github and checkout themes from there, and this might lead to failure if no connection is available at that time.

Could you please add an option to set_params / Theme.__init__ to limit theme search to locally available themes only?