The ColorScheme type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ColorScheme()()()() |
Creates a new instance.
|
![]() |
ColorScheme(ColorScheme) |
Creates a copy of another instance.
|
Methods
Name | Description | |
---|---|---|
![]() |
GetColor |
Gets color pair for a character-class.
|
![]() |
GetMarkingDecoration |
Gets how text marked with specified ID should be decorated.
|
![]() |
GetMarkingDecorations(array<Int32>[]()[][]) |
Gets multiple TextDecoration at once
associated with specified marking IDs.
|
![]() |
GetMarkingDecorations(UInt32) |
Gets decorations associated with marking IDs from bit mask (internal representation).
|
![]() |
SetColor |
Sets color pair for a character-class.
|
![]() |
SetMarkingDecoration |
Sets how text parts marked with specified ID should be decorated.
|
Fields
Name | Description | |
---|---|---|
![]() |
CleanedLineBar |
Color of the dirt bar at left of a modified but saved (cleaned) line.
|
![]() |
DirtyLineBar |
Color of the dirt bar at left of a modified line.
|
![]() |
EofColor |
Color of EOF chars.
|
![]() |
EolColor |
Color of EOL chars.
|
![]() |
HighlightColor |
Underline color of the line which the caret is on.
|
![]() |
LineNumberBack |
Background color of the line number text.
|
![]() |
LineNumberFore |
Color of the line number text.
|
![]() |
MatchedBracketBack |
Background color of the bracket which is matching to the bracket at caret.
|
![]() |
MatchedBracketFore |
Color of the bracket which is matching to the bracket at caret.
|
![]() |
RightEdgeColor |
Color of the right edge of text area (line wrapping edge).
|
![]() |
SelectionBack |
Background color of selected text.
|
![]() |
SelectionFore |
Color of selected text.
|
![]() |
WhiteSpaceColor |
Color of white-space chars.
|
Properties
Name | Description | |
---|---|---|
![]() |
BackColor |
Background color of normal text.
|
![]() ![]() |
Default |
Gets default color scheme.
|
![]() |
ForeColor |
Foreground color of normal text.
|