light

fun AlertStyling.Companion.light(note: NoteAlertStyling = NoteAlertStyling.light(), tip: TipAlertStyling = TipAlertStyling.light(), important: ImportantAlertStyling = ImportantAlertStyling.light(), warning: WarningAlertStyling = WarningAlertStyling.light(), caution: CautionAlertStyling = CautionAlertStyling.light()): AlertStyling
fun NoteAlertStyling.Companion.light(padding: PaddingValues = PaddingValues(horizontal = 16.dp, vertical = 8.dp), lineWidth: Dp = 3.dp, lineColor: Color = Color(0xFF0969DA), pathEffect: PathEffect? = null, strokeCap: StrokeCap = StrokeCap.Square, titleTextStyle: TextStyle = TextStyle(fontWeight = FontWeight.Medium, color = lineColor), titleIconPath: String? = "icons/markdown/extensions/github/alerts/alert-note.svg", titleIconTint: Color = lineColor, textColor: Color = Color.Unspecified): NoteAlertStyling
fun TipAlertStyling.Companion.light(padding: PaddingValues = PaddingValues(horizontal = 16.dp, vertical = 8.dp), lineWidth: Dp = 3.dp, lineColor: Color = Color(0xFF1F883D), pathEffect: PathEffect? = null, strokeCap: StrokeCap = StrokeCap.Square, titleTextStyle: TextStyle = TextStyle(fontWeight = FontWeight.Medium, color = lineColor), titleIconPath: String? = "icons/markdown/extensions/github/alerts/alert-tip.svg", titleIconTint: Color = lineColor, textColor: Color = Color.Unspecified): TipAlertStyling
fun ImportantAlertStyling.Companion.light(padding: PaddingValues = PaddingValues(horizontal = 16.dp, vertical = 8.dp), lineWidth: Dp = 3.dp, lineColor: Color = Color(0xFF8250DF), pathEffect: PathEffect? = null, strokeCap: StrokeCap = StrokeCap.Square, titleTextStyle: TextStyle = TextStyle(fontWeight = FontWeight.Medium, color = lineColor), titleIconPath: String? = "icons/markdown/extensions/github/alerts/alert-important.svg", titleIconTint: Color = lineColor, textColor: Color = Color.Unspecified): ImportantAlertStyling
fun WarningAlertStyling.Companion.light(padding: PaddingValues = PaddingValues(horizontal = 16.dp, vertical = 8.dp), lineWidth: Dp = 3.dp, lineColor: Color = Color(0xFF9A6601), pathEffect: PathEffect? = null, strokeCap: StrokeCap = StrokeCap.Square, titleTextStyle: TextStyle = TextStyle(fontWeight = FontWeight.Medium, color = lineColor), titleIconPath: String? = "icons/markdown/extensions/github/alerts/alert-warning.svg", titleIconTint: Color = lineColor, textColor: Color = Color.Unspecified): WarningAlertStyling
fun CautionAlertStyling.Companion.light(padding: PaddingValues = PaddingValues(horizontal = 16.dp, vertical = 8.dp), lineWidth: Dp = 3.dp, lineColor: Color = Color(0xFFCF222E), pathEffect: PathEffect? = null, strokeCap: StrokeCap = StrokeCap.Square, titleTextStyle: TextStyle = TextStyle(fontWeight = FontWeight.Medium, color = lineColor), titleIconPath: String? = "icons/markdown/extensions/github/alerts/alert-caution.svg", titleIconTint: Color = lineColor, textColor: Color = Color.Unspecified): CautionAlertStyling