pinpox / base16-universal-manager

A universal manager to set base16 themes for any supported application
https://github.com/chriskempson/base16
MIT License
89 stars 20 forks source link

support for specifying the scheme as a local file #53

Closed goolord closed 2 years ago

goolord commented 2 years ago

basically i want to invoke base16-universal-manager --scheme ~/.config/base16-universal-manager/schemes/custom.yaml or similar and have it point to a local file instead of fetching the color scheme from github.

i'm not very well versed in go so i'm using a patch rn that just changes the behavior of --scheme to only read local files

pinpox commented 2 years ago

I don't have the time right now to implement new features. But I you want to give it a try open a PR and I can review it. Shouldn't be too difficult I guess