Default Markdown Colors
class DefaultMarkdownColors(val text: Color, val codeText: Color, val inlineCodeText: Color, val linkText: Color, val codeBackground: Color, val inlineCodeBackground: Color, val dividerColor: Color) : MarkdownColors
Constructors
Properties
Link copied to clipboard
Represents the color used for the background of code.
Link copied to clipboard
Represents the color used for the color of dividers.
Link copied to clipboard
Represents the color used for the inline background of code.
Link copied to clipboard
Represents the color used for the text of code.