Companion

object Companion

Functions

Link copied to clipboard
@Composable
fun dark(background: Color = IntUiDarkTheme.colors.grey(2), backgroundDisabled: Color = background, backgroundFocused: Color = background, backgroundPressed: Color = background, backgroundHovered: Color = background, content: Color = IntUiDarkTheme.colors.grey(12), contentDisabled: Color = IntUiDarkTheme.colors.grey(7), contentFocused: Color = content, contentPressed: Color = content, contentHovered: Color = content, border: Color = IntUiDarkTheme.colors.grey(5), borderDisabled: Color = IntUiDarkTheme.colors.grey(5), borderFocused: Color = IntUiDarkTheme.colors.blue(6), borderPressed: Color = border, borderHovered: Color = border, iconTint: Color = IntUiDarkTheme.colors.grey(10), iconTintDisabled: Color = IntUiDarkTheme.colors.grey(6), iconTintFocused: Color = iconTint, iconTintPressed: Color = iconTint, iconTintHovered: Color = iconTint): IntUiDropdownColors
Link copied to clipboard
@Composable
fun light(background: Color = IntUiLightTheme.colors.grey(14), backgroundDisabled: Color = IntUiLightTheme.colors.grey(13), backgroundFocused: Color = background, backgroundPressed: Color = background, backgroundHovered: Color = background, content: Color = IntUiLightTheme.colors.grey(1), contentDisabled: Color = IntUiLightTheme.colors.grey(8), contentFocused: Color = content, contentPressed: Color = content, contentHovered: Color = content, border: Color = IntUiLightTheme.colors.grey(9), borderDisabled: Color = IntUiLightTheme.colors.grey(11), borderFocused: Color = IntUiLightTheme.colors.blue(4), borderPressed: Color = border, borderHovered: Color = border, iconTint: Color = IntUiLightTheme.colors.grey(7), iconTintDisabled: Color = IntUiLightTheme.colors.grey(9), iconTintFocused: Color = iconTint, iconTintPressed: Color = iconTint, iconTintHovered: Color = iconTint): IntUiDropdownColors
Link copied to clipboard
@Composable
fun undecorated(backgroundPressed: Color, backgroundHovered: Color = backgroundPressed, content: Color, contentDisabled: Color = content, iconTint: Color, iconTintDisabled: Color = iconTint): IntUiDropdownColors