You can now define your entire app's theme in Biblioteca
. There is pre-built support for Colors
(both Compose and Color Resources) and Typography
(Compose TextStyles). Additionally, you can create your own theme sections for things like shapes, buttonStyles, etc. and supply it via the BibliotecaPayload
.
Check out the :app
module for a sample implementation of the Biblioteca
library.