airbnb / Showkase

🔦 Showkase is an annotation-processor based Android library that helps you organize, discover, search and visualize Jetpack Compose UI elements
https://medium.com/airbnb-engineering/introducing-showkase-a-library-to-organize-discover-and-visualize-your-jetpack-compose-elements-d5c34ef01095
Apache License 2.0
2.1k stars 107 forks source link

Dark mode with custom theme #324

Open drdla49 opened 1 year ago

drdla49 commented 1 year ago

I use 1.0.0-beta18 in my android app.

Because I have my own compose theme in my app, there is no dark variant in Showkase. I can wrap all Showkase previews with my theme, but it is a lot of work.

Is it possible to add some code to wrap the Showkase activity with my compose theme?

Thanks