libraryColors

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

backgroundColor

the background color of this Library

contentColor

the content color of this Library

badgeBackgroundColor

the badge background color of this Library

badgeContentColor

the badge content color of this Library

dialogConfirmButtonColor

the dialog's confirm button color of this Library