mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Added search colors to TextEdit and CodeEdit theme
This commit is contained in:
@@ -671,6 +671,12 @@
|
||||
<theme_item name="read_only" data_type="style" type="StyleBox">
|
||||
Sets the [StyleBox] when [member TextEdit.editable] is disabled.
|
||||
</theme_item>
|
||||
<theme_item name="search_result_border_color" data_type="color" type="Color" default="Color(0.3, 0.3, 0.3, 0.4)">
|
||||
[Color] of the border around text that matches the search query.
|
||||
</theme_item>
|
||||
<theme_item name="search_result_color" data_type="color" type="Color" default="Color(0.3, 0.3, 0.3, 1)">
|
||||
[Color] behind the text that matches the search query.
|
||||
</theme_item>
|
||||
<theme_item name="selection_color" data_type="color" type="Color" default="Color(0.49, 0.49, 0.49, 1)">
|
||||
Sets the highlight [Color] of text selections.
|
||||
</theme_item>
|
||||
|
||||
Reference in New Issue
Block a user