SystemColors

sealed class SystemColors

The abstract palette of system colors. Supports styling Avail source text and UI components.

Author

Leslie Schultz

Todd L Smith

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val codeBackground: Color

The background color for source text.

Link copied to clipboard
abstract val codeGuide: Color

The color of a code guide.

Link copied to clipboard
abstract val codeText: Color

The foreground color for source text.

Link copied to clipboard
abstract val inputBackground: Color

The background color for the input field of an active console.

Link copied to clipboard
abstract val inputText: Color

The foreground color for the input field of an active console.

Link copied to clipboard
Link copied to clipboard
abstract val streamCommand: Color

The default color for StreamStyle.COMMAND.

Link copied to clipboard
abstract val streamError: Color

The default color for StreamStyle.ERR.

Link copied to clipboard
abstract val streamInfo: Color

The default color for StreamStyle.INFO.

Link copied to clipboard
abstract val streamInput: Color

The default color for StreamStyle.IN_ECHO.

Link copied to clipboard
abstract val streamOutput: Color

The default color for StreamStyle.OUT.

Link copied to clipboard
abstract val streamReport: Color

The default color of StreamStyle.REPORT.

Link copied to clipboard

The default color for indicating emphasis on a particular token that the user is working with, say for navigation.