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
- Host: GitHub
- URL: https://github.com/zalweny26/themetron
- Owner: zAlweNy26
- Created: 2022-01-18T11:30:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-26T18:10:57.000Z (over 3 years ago)
- Last Synced: 2025-04-06T06:09:46.106Z (about 2 months ago)
- Language: JavaScript
- Size: 729 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.