light

@Composable
fun light(content: Color = Color.Unspecified, contentFocused: Color = content, contentSelected: Color = content, contentSelectedFocused: Color = content, nodeBackgroundFocused: Color = Color.Unspecified, nodeBackgroundSelected: Color = IntUiLightTheme.colors.gray(11), nodeBackgroundSelectedFocused: Color = IntUiLightTheme.colors.blue(11)): SimpleListItemColors