TextScriptingTheme
Complete API reference for TextScriptingTheme, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Uncategorized
Component: no
public class TextScriptingTheme
Attributes
| Name | Type | Description |
|---|---|---|
textColor | Color | The color used for text. |
backgroundColor | Color | The color used for background. |
gutterColor | Color | The color used for the gutter. |
gutterDividerColor | Color | The color used for the gutter divider. |
gutterCurrentLineNumberColor | Color | The color used for the current line number in the gutter. |
gutterTextColor | Color | The color used for the gutter text. |
selectedLineColor | Color | The color used for the selected line. |
selectionColor | Color | The color used for text selection. |
suggestionQueryColor | Color | The color used for suggestion queries. |
findResultBackgroundColor | Color | The color used for find result background. |
delimiterBackgroundColor | Color | The color used for delimiter background. |
numberColor | Color | The color used for numbers. |
operatorColor | Color | The color used for operators. |
keywordColor | Color | The color used for keywords. |
typeColor | Color | The color used for types. |
langConstColor | Color | The color used for language constants. |
preprocessorColor | Color | The color used for preprocessor directives. |
variableColor | Color | The color used for variables. |
methodColor | Color | The color used for methods. |
stringColor | Color | The color used for strings. |
commentColor | Color | The color used for comments. |
tagColor | Color | The color used for tags. |
tagNameColor | Color | The color used for tag names. |
attrNameColor | Color | The color used for attribute names. |
attrValueColor | Color | The color used for attribute values. |
entityRefColor | Color | The color used for entity references. |
gutterLineError | Color | The color used for error lines in the gutter. |
gutterLineAlert | Color | The color used for alert lines in the gutter. |
Methods
| Signature | Returns | Description |
|---|---|---|
convertInternal() | ColorScheme | Executes convertInternal and returns after the underlying engine call finishes. |