1
0
Fork 0
BangleApps/apps/themesetter/README.md

19 lines
633 B
Markdown
Raw Normal View History

2021-12-30 10:01:38 +00:00
# Theme Setter #
This little tool allows you to configure the global theme of all Bangle.js apps
(provided that they do not override the global settings) in a more comfortable
way than through the settings menu.
![](ThemeSetter-MainScreen.png)
![](ThemeSetter-DetailSelectionScreen.png)
![](ThemeSetter-ColorSelectionScreen.png)
![](ThemeSetter-ThemePreviewScreen.png)
This app also acts as an example for a non-trivial Bangle.js application
using the "layout" library, custom controls and generic event dispatching.
See [GitHub](https://github.com/rozek/banglejs-2-activities) for details.
## License ##
[MIT License](LICENSE)