ThemeProvider
interface ThemeProvider
An interface that provides theme management capabilities.
Implementations of this interface are responsible for managing the current theme state and providing the ability to update the theme. This abstraction allows for different storage backends (in-memory, persistent storage, etc.) while maintaining a consistent API.