SchemeDerivedColors

interface SchemeDerivedColors

Interface for derived color scheme colors.

Author

Kirill Grouchnikov

Properties

accentedBackgroundFillColor
Link copied to clipboard
abstract val accentedBackgroundFillColor: Color

Returns the accented background fill color for this scheme.

backgroundFillColor
Link copied to clipboard
abstract val backgroundFillColor: Color

Returns the background fill color for this scheme.

echoColor
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.

focusRingColor
Link copied to clipboard
abstract val focusRingColor: Color

Returns the focus ring color for this scheme.

lineColor
Link copied to clipboard
abstract val lineColor: Color

Returns the line color for this scheme.

markColor
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.

selectionBackgroundColor
Link copied to clipboard
abstract val selectionBackgroundColor: Color

Returns the selection background color for this scheme.

selectionForegroundColor
Link copied to clipboard
abstract val selectionForegroundColor: Color

Returns the selection foreground color for this scheme.

separatorPrimaryColor
Link copied to clipboard
abstract val separatorPrimaryColor: Color

Returns the primary separator color for this scheme.

separatorSecondaryColor
Link copied to clipboard
abstract val separatorSecondaryColor: Color

Returns the secondary separator color for this scheme.

textBackgroundFillColor
Link copied to clipboard
abstract val textBackgroundFillColor: Color

Returns the text background fill color for this scheme.

Inheritors

AuroraColorScheme
Link copied to clipboard