FeedbackThemeColors
data class FeedbackThemeColors(@ColorInt val primary: Int, @ColorInt val onPrimary: Int, @ColorInt val surface: Int, @ColorInt val onSurface: Int, @ColorInt val error: Int, @ColorInt val onError: Int)
Public, Compose-free theme colors config (D-13, AND-UI-05).
Consumers pass @ColorInt Int values — never androidx.compose.ui.graphics.Color. The FeedbackTheme composable converts these to a Compose ColorScheme internally.
This type lives in :sdk-ui but MUST NOT import any androidx.compose.* symbol; Plan 05's metalava guard will fail CI if a Compose type leaks here.