library Colors
fun libraryColors(backgroundColor: Color = MaterialTheme.colors.background, contentColor: Color = contentColorFor(backgroundColor), badgeBackgroundColor: Color = MaterialTheme.colors.primary, badgeContentColor: Color = contentColorFor(badgeBackgroundColor), dialogConfirmButtonColor: Color = MaterialTheme.colors.primary): LibraryColors
Creates a LibraryColors that represents the default colors used in a Library.
Parameters
background Color
the background color of this Library
content Color
the content color of this Library
badge Background Color
the badge background color of this Library
badge Content Color
the badge content color of this Library
dialog Confirm Button Color
the dialog's confirm button color of this Library