Companion

object Companion

Functions

Link copied to clipboard
@Composable
fun dark(content: Color = IntUiDarkTheme.colors.grey(12), contentFocused: Color = content, contentSelected: Color = content, contentSelectedFocused: Color = content, nodeBackgroundFocused: Color = Color.Unspecified, nodeBackgroundSelected: Color = IntUiDarkTheme.colors.grey(4), nodeBackgroundSelectedFocused: Color = IntUiDarkTheme.colors.blue(2)): IntUiLazyTreeColors
Link copied to clipboard
@Composable
fun light(content: Color = IntUiLightTheme.colors.grey(1), contentFocused: Color = content, contentSelected: Color = content, contentSelectedFocused: Color = content, nodeBackgroundFocused: Color = Color.Unspecified, nodeBackgroundSelected: Color = IntUiLightTheme.colors.grey(11), nodeBackgroundSelectedFocused: Color = IntUiLightTheme.colors.blue(11)): IntUiLazyTreeColors