From e84d2048f29e1243756a18e15526d3e58bbd5380 Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Thu, 25 Sep 2025 00:24:16 +1000 Subject: [PATCH] Update SearchResultComponent.tscn --- src/SharpIDE.Godot/Features/Search/SearchResultComponent.tscn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/SharpIDE.Godot/Features/Search/SearchResultComponent.tscn b/src/SharpIDE.Godot/Features/Search/SearchResultComponent.tscn index 169fda2..fecac04 100644 --- a/src/SharpIDE.Godot/Features/Search/SearchResultComponent.tscn +++ b/src/SharpIDE.Godot/Features/Search/SearchResultComponent.tscn @@ -52,9 +52,11 @@ text_overrun_behavior = 3 [node name="FileNameLabel" type="Label" parent="Button/MarginContainer/HBoxContainer"] unique_name_in_owner = true layout_mode = 2 +theme_override_colors/font_color = Color(1, 1, 1, 0.7411765) text = "FileName.cs" [node name="LineNumberLabel" type="Label" parent="Button/MarginContainer/HBoxContainer"] unique_name_in_owner = true layout_mode = 2 +theme_override_colors/font_color = Color(1, 1, 1, 0.7411765) text = "24"