From 12c953b129c882e98748bffb0f45f236b5513147 Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Fri, 30 Jan 2026 22:10:00 +1000 Subject: [PATCH] light theme tree --- src/SharpIDE.Godot/Resources/LightTheme.tres | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/SharpIDE.Godot/Resources/LightTheme.tres b/src/SharpIDE.Godot/Resources/LightTheme.tres index 4567d50..b83c0c7 100644 --- a/src/SharpIDE.Godot/Resources/LightTheme.tres +++ b/src/SharpIDE.Godot/Resources/LightTheme.tres @@ -79,4 +79,7 @@ Gray700Label/colors/font_color = Color(0.17, 0.17, 0.17, 1) Label/colors/font_color = Color(0.17, 0.17, 0.17, 1) Panel/styles/panel = SubResource("StyleBoxFlat_3gh6f") PanelContainer/styles/panel = SubResource("StyleBoxFlat_3gh6f") -Tree/colors/font_color = Color(0.83137256, 0.83137256, 0.83137256, 1) +Tree/colors/font_color = Color(0.16862746, 0.16862746, 0.16862746, 1) +Tree/colors/font_hovered_color = Color(0.16862746, 0.16862746, 0.16862746, 1) +Tree/colors/font_hovered_selected_color = Color(0.16862746, 0.16862746, 0.16862746, 1) +Tree/colors/font_selected_color = Color(0.16862746, 0.16862746, 0.16862746, 1)