An open API service indexing awesome lists of open source software.

https://github.com/zalweny26/themetron

Tool to customize the themes for any electron-based app
https://github.com/zalweny26/themetron

Last synced: about 2 months ago
JSON representation

Tool to customize the themes for any electron-based app

Awesome Lists containing this project

README

        

# Themetron
Tool to customize the theme of any electron-based app.
Since the automatic detection is not perfect, it could happen that some values of the app are wrong. For such situation, you have the option to manually change the values in Themetron's config.json.
**Remember to execute the program as administrator otherwise the injection will not be successful !**
## To-do list
- Add electron-updater functionality
- Add possibility to inject custom Discord RPC into any electron-based app
- Add onDidChange listener for config.json (electron-store)
- Add possibility to reset the injection (using backup)
## Things you can do
- Automatically detect electron-based apps
- Manually pick an eventually not detected electron-based app
- Add a custom theme to the list of available themes
- Add the theme to the selected electron-based app
## Contributing
Feel free to make a pull request to add the CSS file relative to an electron-based app that is not present in the list of supported apps.
(To inspect an electron-based app, you can use my other program [electool](https://github.com/zAlweNy26/electool))
## Credits
Thanks to the [debugtron](https://github.com/bytedance/debugtron) repository for the code about reading all installed apps by filtering those electron-based.
Thanks to the [coloris](https://github.com/mdbassit/Coloris) repository for the color picker.