From 6c2fd039592add30ad487fc7278cd2c53b826b61 Mon Sep 17 00:00:00 2001 From: Paulb23 Date: Tue, 21 Sep 2021 20:07:12 +0100 Subject: Added search colors to TextEdit and CodeEdit theme --- doc/classes/TextEdit.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/classes/TextEdit.xml') diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index abb4119584..6a38c1a117 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -1212,6 +1212,12 @@ Sets the [StyleBox] of this [TextEdit] when [member editable] is disabled. + + [Color] of the border around text that matches the search query. + + + [Color] behind the text that matches the search query. + Sets the highlight [Color] of text selections. -- cgit v1.2.3