dark
fun AlertStyling.Companion.dark(note: NoteAlertStyling = NoteAlertStyling.dark(), tip: TipAlertStyling = TipAlertStyling.dark(), important: ImportantAlertStyling = ImportantAlertStyling.dark(), warning: WarningAlertStyling = WarningAlertStyling.dark(), caution: CautionAlertStyling = CautionAlertStyling.dark()): AlertStyling
fun NoteAlertStyling.Companion.dark(padding: PaddingValues = PaddingValues(horizontal = 16.dp, vertical = 8.dp), lineWidth: Dp = 3.dp, lineColor: Color = Color(0xFF1F6EEB), pathEffect: PathEffect? = null, strokeCap: StrokeCap = StrokeCap.Square, titleTextStyle: TextStyle = TextStyle(fontWeight = FontWeight.Medium, color = lineColor), titleIconKey: IconKey? = GitHubAlertIcons.Note, titleIconTint: Color = lineColor, textColor: Color = Color.Unspecified): NoteAlertStyling
fun TipAlertStyling.Companion.dark(padding: PaddingValues = PaddingValues(horizontal = 16.dp, vertical = 8.dp), lineWidth: Dp = 3.dp, lineColor: Color = Color(0xFF238636), pathEffect: PathEffect? = null, strokeCap: StrokeCap = StrokeCap.Square, titleTextStyle: TextStyle = TextStyle(fontWeight = FontWeight.Medium, color = lineColor), titleIconKey: IconKey? = GitHubAlertIcons.Tip, titleIconTint: Color = lineColor, textColor: Color = Color.Unspecified): TipAlertStyling
fun ImportantAlertStyling.Companion.dark(padding: PaddingValues = PaddingValues(horizontal = 16.dp, vertical = 8.dp), lineWidth: Dp = 3.dp, lineColor: Color = Color(0xFF8957E5), pathEffect: PathEffect? = null, strokeCap: StrokeCap = StrokeCap.Square, titleTextStyle: TextStyle = TextStyle(fontWeight = FontWeight.Medium, color = lineColor), titleIconKey: IconKey? = GitHubAlertIcons.Important, titleIconTint: Color = lineColor, textColor: Color = Color.Unspecified): ImportantAlertStyling
fun WarningAlertStyling.Companion.dark(padding: PaddingValues = PaddingValues(horizontal = 16.dp, vertical = 8.dp), lineWidth: Dp = 3.dp, lineColor: Color = Color(0xFF9E6A02), pathEffect: PathEffect? = null, strokeCap: StrokeCap = StrokeCap.Square, titleTextStyle: TextStyle = TextStyle(fontWeight = FontWeight.Medium, color = lineColor), titleIconKey: IconKey? = GitHubAlertIcons.Warning, titleIconTint: Color = lineColor, textColor: Color = Color.Unspecified): WarningAlertStyling
fun CautionAlertStyling.Companion.dark(padding: PaddingValues = PaddingValues(horizontal = 16.dp, vertical = 8.dp), lineWidth: Dp = 3.dp, lineColor: Color = Color(0xFFDA3633), pathEffect: PathEffect? = null, strokeCap: StrokeCap = StrokeCap.Square, titleTextStyle: TextStyle = TextStyle(fontWeight = FontWeight.Medium, color = lineColor), titleIconKey: IconKey? = GitHubAlertIcons.Caution, titleIconTint: Color = lineColor, textColor: Color = Color.Unspecified): CautionAlertStyling