dark

@Composable
fun dark(content: Color = Color.Unspecified, contentFocused: Color = content, contentSelected: Color = content, contentSelectedFocused: Color = content, nodeBackgroundFocused: Color = Color.Unspecified, nodeBackgroundSelected: Color = IntUiDarkTheme.colors.gray(4), nodeBackgroundSelectedFocused: Color = IntUiDarkTheme.colors.blue(2)): SimpleListItemColors