This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Description
@garretyoder I want to use "customTheme", because only in this way can I change textColorPrimary color, but now primaryColor and accentColor are not used, this may be misunderstood, but these two values are non-null.
val defaults:Defaults = Defaults(
primaryColor = ThemeColor.GREEN,
accentColor = ThemeColor.BLUE,
useDarkTheme = false,
translucent = false,
customTheme = R.style.AppTheme)
initColorful(this, defaults)