debugColors

fun debugColors(debugColor: Color = Color.Magenta, onDebugColor: Color = Color.Green): SparkColors

A SparkColors implementation which sets all colors to debugColor to help highlighting the usage of SparkTheme.colors to more easily detect where they're not used.