From 6763560faf51bcb7a355212ed58171176c8b5066 Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Fri, 30 Jan 2026 21:52:25 +1000 Subject: [PATCH] label font colour --- src/SharpIDE.Godot/Resources/LightTheme.tres | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SharpIDE.Godot/Resources/LightTheme.tres b/src/SharpIDE.Godot/Resources/LightTheme.tres index 9ba3610..4567d50 100644 --- a/src/SharpIDE.Godot/Resources/LightTheme.tres +++ b/src/SharpIDE.Godot/Resources/LightTheme.tres @@ -76,6 +76,7 @@ Gray600Label/base_type = &"Label" Gray600Label/colors/font_color = Color(0.33, 0.33, 0.33, 1) Gray700Label/base_type = &"Label" 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)