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