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"