cmdbar-text-color
The color of the text in the command bar while in it's default state.
Type: | color |
Default Value: | 224 224 224 |
cmdbar-text-color-active
The color of the text in the command bar while in it's focused state.
Type: | color |
Default Value: | 224 224 224 |
tab-text-color
The color of the text on tabs.
Type: | color |
Default Value: | 224 224 224 |
tab-text-color-active
The color of the text on tabs while active.
Type: | color |
Default Value: | 224 224 224 |
tab-text-color-hovered
The color of the text on tabs while hovered.
Type: | color |
Default Value: | 224 224 224 |
texteditor-font
The font to use in text editors.
Type: | font |
Default Value: | system-font-mono |
texteditor-text-color
The base color of the text in a text editor. Note that syntax highlighting is independant of this variable.
Type: | color |
Default Value: | 224 224 224 |
texteditor-bg-color
The background color to use in text editors.
Type: | color |
Default Value: | 48 48 48 |
texteditor-cursor-color
The color of the caret/cursor in text editors.
Type: | color |
Default Value: | 224 224 224 |
texteditor-cursor-width
The thickness of the caret/cursor in text editors.
Type: | float |
Default Value: | 1 |
texteditor-selection-bg-color
The background color to use for selected text.
Type: | color |
Default Value: | 64 128 192 |
texteditor-active-line-color
The background color of the line that the caret is currently sitting on in a text editor.
Type: | color |
Default Value: | 40 40 40 |
texteditor-show-line-numbers
Whether or not to show line numbers.
Type: | dtk_bool32 |
Default Value: | false |
texteditor-line-numbers-color
The color of the line numbers text.
Type: | color |
Default Value: | 80 160 192 |
texteditor-line-numbers-bg-color
The color of the background of the line numbers.
Type: | color |
Default Value: | 48 48 48 |
texteditor-line-numbers-padding
The padding between the line numbers and the text in the text editor.
Type: | float |
Default Value: | 16 |
texteditor-sb-track-color
The color of the track of the scroll bars on text editors.
Type: | color |
Default Value: | 64 64 64 |
texteditor-sb-thumb-color
The color of the thumb of the scroll bars on text editors.
Type: | color |
Default Value: | 92 92 92 |
texteditor-sb-thumb-color-hovered
The color of the thumb of the scroll bars on text editors while hovered.
Type: | color |
Default Value: | 144 144 144 |
texteditor-sb-thumb-color-pressed
The color of the thumb of the scroll bars on text editors while pressed.
Type: | color |
Default Value: | 180 180 180 |
texteditor-sb-size
The thickness of the scrollbars on text editors.
Type: | float |
Default Value: | 16 |
texteditor-enable-tabs-to-spaces
Whether or not tabs are converted to spaces.
Type: | dtk_bool32 |
Default Value: | false |
texteditor-tab-size-in-spaces
The size of tabs in spaces.
Type: | int |
Default Value: | 4 |
texteditor-scale
The scale/zoom to use in text editors.
Type: | float |
Default Value: | 1 |
texteditor-enable-auto-indent
Whether or not automatic indenting is enabled for when the user creates a new line.
Type: | dtk_bool32 |
Default Value: | true |
texteditor-enable-word-wrap
Whether or not word wrap should be enabled.
Type: | dtk_bool32 |
Default Value: | true |
texteditor-enable-drag-and-drop
Whether or not drag-and-drop should be enabled for text editors.
Type: | dtk_bool32 |
Default Value: | false |
cpp-string-text-color
The color to use for C/C++ strings.
Type: | color |
Default Value: | 192 92 64 |
cpp-keyword-text-color
The color to use for C/C++ keywords.
Type: | color |
Default Value: | 64 160 255 |