light

@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), chevronTint: Color = IntUiLightTheme.colors.grey(7), chevronTintSelected: Color = chevronTint, chevronTintFocused: Color = chevronTint, chevronTintSelectedFocused: Color = chevronTint): IntUiLazyTreeColors