Aesthetic is an Android theming library designed to help apps apply dynamic visual styling at runtime. It allows developers to configure colors and theme properties programmatically instead of relying only on static XML resources. The library can apply app-wide defaults and includes a first-time configuration check so developers can initialize theme settings on launch. It was built for apps that need user-selectable themes, color customization, or consistent styling across screens. Aesthetic also includes sample usage patterns and configuration APIs to help Android projects manage appearance changes more cleanly. The project is no longer actively modern, but it remains a useful reference for runtime theming approaches in Android apps.
Features
- Runtime Android theming
- Programmatic color configuration
- First-time default setup
- Activity-based theme integration
- Customizable app appearance
- Sample-driven implementation guidance