petermckeeverPerform / themepy

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

Read themes from GitHub #3

Closed petermckeeverPerform closed 3 years ago

petermckeeverPerform commented 4 years ago

Mulling over changing how themes are listed and set. At the moment themes stored in a local themes dir. How should users access these without having to update package or pull latest on the repo? Would it be better to list and read these directly from GitHub instead to ensure users have access to latest themes without needing to continuously pull latest? This could be set up to first read from git then either fallback to local, or read also from local? Would it make sense to have an option to add latest theme files to local themes repo without needing to pull latest on entire package?

Affected functions:

Open for discussion.