AreaColors

data class AreaColors(val text: Color, val foreground: Color, val startBackground: Color, val endBackground: Color, val startBorderColor: Color, val endBorderColor: Color, val focusColor: Color)

Color definition for an area which has background and foreground.

Constructors

Link copied to clipboard
constructor(text: Color, foreground: Color, startBackground: Color, endBackground: Color, startBorderColor: Color, endBorderColor: Color, focusColor: Color)

Properties

Link copied to clipboard
val endBackground: Color
Link copied to clipboard
val endBorderColor: Color
Link copied to clipboard
val focusColor: Color
Link copied to clipboard
val foreground: Color

Overriding the foreground colour for some components that have their own colour like Icon.

Link copied to clipboard
val startBackground: Color
Link copied to clipboard
val startBorderColor: Color
Link copied to clipboard
val text: Color

Text foreground color.