dark

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