Added warning line highlight

This commit is contained in:
Innaias
2025-02-05 14:59:33 -08:00
parent a63a8b430b
commit eb99adb11b
5 changed files with 30 additions and 5 deletions

View File

@@ -1498,6 +1498,9 @@
<member name="text_editor/theme/highlighting/user_type_color" type="Color" setter="" getter="">
The script editor's color for user-defined types (using [code]class_name[/code]).
</member>
<member name="text_editor/theme/highlighting/warning_color" type="Color" setter="" getter="">
The script editor's background color for lines with warnings. This should be set to a translucent color so that it can display on top of other line color modifiers such as [member text_editor/theme/highlighting/current_line_color].
</member>
<member name="text_editor/theme/highlighting/word_highlighted_color" type="Color" setter="" getter="">
The script editor's color for words highlighted by selecting them. Only visible if [member text_editor/appearance/caret/highlight_all_occurrences] is [code]true[/code].
</member>