DefaultMarkdownColors

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

Link copied to clipboard
constructor(text: Color, codeText: Color, inlineCodeText: Color, linkText: Color, codeBackground: Color, inlineCodeBackground: Color, dividerColor: Color)

Properties

Link copied to clipboard
open override val codeBackground: Color

Represents the color used for the background of code.

Link copied to clipboard
open override val codeText: Color

Represents the color used for the text of code.

Link copied to clipboard
open override val dividerColor: Color

Represents the color used for the color of dividers.

Link copied to clipboard
open override val inlineCodeBackground: Color

Represents the color used for the inline background of code.

Link copied to clipboard
open override val inlineCodeText: Color

Represents the color used for the text of code.

Link copied to clipboard
open override val linkText: Color

Represents the color used for the text of links.

Link copied to clipboard
open override val text: Color

Represents the color used for the text of this Markdown component.