SchemeDerivedColors

interface SchemeDerivedColors

Interface for derived color scheme colors.

Author

Kirill Grouchnikov

Properties

Link copied to clipboard
abstract val accentedBackgroundFillColor: Color

Returns the accented background fill color for this scheme.

Link copied to clipboard
abstract val backgroundFillColor: Color

Returns the background fill color for this scheme.

Link copied to clipboard
abstract val echoColor: Color

Returns the echo color for this scheme. Echo color is used for drawing slight echo / drop shadow around title pane texts and similar "primary" elements.

Link copied to clipboard
abstract val focusRingColor: Color

Returns the focus ring color for this scheme.

Link copied to clipboard
abstract val lineColor: Color

Returns the line color for this scheme.

Link copied to clipboard
abstract val markColor: Color

Returns the mark color for this scheme. Mark color is used on checkboxes, radio buttons, scrollbar arrows, combo arrows, menu arrows, etc.

Link copied to clipboard
abstract val selectionBackgroundColor: Color

Returns the selection background color for this scheme.

Link copied to clipboard
abstract val selectionForegroundColor: Color

Returns the selection foreground color for this scheme.

Link copied to clipboard
abstract val separatorPrimaryColor: Color

Returns the primary separator color for this scheme.

Link copied to clipboard
abstract val separatorSecondaryColor: Color

Returns the secondary separator color for this scheme.

Link copied to clipboard
abstract val textBackgroundFillColor: Color

Returns the text background fill color for this scheme.

Inheritors

Link copied to clipboard