dark

@Composable
fun dark(background: Brush = SolidColor(IntUiDarkTheme.colors.grey(2)), backgroundDisabled: Brush = SolidColor(IntUiDarkTheme.colors.grey(5)), backgroundFocused: Brush = background, backgroundPressed: Brush = background, backgroundHovered: Brush = background, content: Color = IntUiDarkTheme.colors.grey(12), contentDisabled: Color = IntUiDarkTheme.colors.grey(8), contentFocused: Color = content, contentPressed: Color = content, contentHovered: Color = content, border: Color = IntUiDarkTheme.colors.grey(5), borderDisabled: Color = IntUiDarkTheme.colors.grey(6), borderFocused: Color = Color.Unspecified, borderPressed: Color = IntUiDarkTheme.colors.grey(7), borderHovered: Color = borderPressed): IntUiChipColors