colors
fun colors(focusedContainerColor: Color = Color.Transparent, unfocusedContainerColor: Color = Color.Transparent, disabledContainerColor: Color = Color.Transparent, errorContainerColor: Color = Color.Transparent, focusedTextColor: Color = KepkoTheme.colors.content, unfocusedTextColor: Color = KepkoTheme.colors.content, disabledTextColor: Color = KepkoTheme.colors.contentDisabled, errorTextColor: Color = KepkoTheme.colors.content, cursorColor: Color = KepkoTheme.colors.content, errorCursorColor: Color = KepkoTheme.colors.danger, focusedBorderColor: Color = KepkoTheme.colors.content, unfocusedBorderColor: Color = KepkoTheme.colors.contentSubtle, disabledBorderColor: Color = KepkoTheme.colors.contentDisabled, errorBorderColor: Color = KepkoTheme.colors.danger, focusedLabelColor: Color = KepkoTheme.colors.content, unfocusedLabelColor: Color = KepkoTheme.colors.contentSubtle, disabledLabelColor: Color = KepkoTheme.colors.contentDisabled, errorLabelColor: Color = KepkoTheme.colors.danger, focusedPlaceholderColor: Color = KepkoTheme.colors.contentSubtle, unfocusedPlaceholderColor: Color = KepkoTheme.colors.contentSubtle, disabledPlaceholderColor: Color = KepkoTheme.colors.contentDisabled, errorPlaceholderColor: Color = KepkoTheme.colors.contentSubtle, focusedLeadingIconColor: Color = KepkoTheme.colors.content, unfocusedLeadingIconColor: Color = KepkoTheme.colors.contentSubtle, disabledLeadingIconColor: Color = KepkoTheme.colors.contentDisabled, errorLeadingIconColor: Color = KepkoTheme.colors.danger, focusedTrailingIconColor: Color = KepkoTheme.colors.content, unfocusedTrailingIconColor: Color = KepkoTheme.colors.contentSubtle, disabledTrailingIconColor: Color = KepkoTheme.colors.contentDisabled, errorTrailingIconColor: Color = KepkoTheme.colors.danger, focusedPrefixColor: Color = KepkoTheme.colors.content, unfocusedPrefixColor: Color = KepkoTheme.colors.contentSubtle, disabledPrefixColor: Color = KepkoTheme.colors.contentDisabled, errorPrefixColor: Color = KepkoTheme.colors.content, focusedSuffixColor: Color = KepkoTheme.colors.content, unfocusedSuffixColor: Color = KepkoTheme.colors.contentSubtle, disabledSuffixColor: Color = KepkoTheme.colors.contentDisabled, errorSuffixColor: Color = KepkoTheme.colors.content): TextFieldColors