fun colors(backgroundColor: Color = Color.Black, focusedBackgroundColor: Color = backgroundColor, pressedBackgroundColor: Color = backgroundColor, hoveredBackgroundColor: Color = backgroundColor, disabledBackgroundColor: Color = backgroundColor, selectedBackgroundColor: Color = backgroundColor, focusedSelectedBackgroundColor: Color = focusedBackgroundColor, pressedSelectedBackgroundColor: Color = pressedBackgroundColor, hoveredSelectedBackgroundColor: Color = hoveredBackgroundColor, focusedDisabledBackgroundColor: Color = disabledBackgroundColor, pressedDisabledBackgroundColor: Color = disabledBackgroundColor, hoveredDisabledBackgroundColor: Color = disabledBackgroundColor, contentColor: Color = Color.White, focusedContentColor: Color = contentColor, pressedContentColor: Color = contentColor, hoveredContentColor: Color = contentColor, disabledContentColor: Color = contentColor, selectedContentColor: Color = contentColor, focusedSelectedContentColor: Color = focusedContentColor, pressedSelectedContentColor: Color = pressedContentColor, hoveredSelectedContentColor: Color = hoveredContentColor, pressedDisabledContentColor: Color = disabledContentColor, focusedDisabledContentColor: Color = disabledContentColor, hoveredDisabledContentColor: Color = disabledContentColor): Colors