From 4ab5d167e977cbd81039ba8ccb29890efb99ac5f Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Fri, 30 Jan 2026 23:26:41 +1000 Subject: [PATCH] Light theme TabContainer --- src/SharpIDE.Godot/Resources/LightTheme.tres | 38 ++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/src/SharpIDE.Godot/Resources/LightTheme.tres b/src/SharpIDE.Godot/Resources/LightTheme.tres index eec3891..6a80d2b 100644 --- a/src/SharpIDE.Godot/Resources/LightTheme.tres +++ b/src/SharpIDE.Godot/Resources/LightTheme.tres @@ -83,6 +83,38 @@ corner_radius_bottom_left = 5 shadow_color = Color(0, 0, 0, 0.11764706) shadow_size = 4 +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_w7sqp"] +content_margin_left = 10.0 +content_margin_top = 4.0 +content_margin_right = 10.0 +content_margin_bottom = 4.0 +bg_color = Color(0.1, 0.1, 0.1, 0.3) +border_width_left = 1 +border_width_right = 1 +border_color = Color(0.82, 0.82, 0.82, 1) +corner_detail = 1 + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_xvfqr"] +content_margin_left = 10.0 +content_margin_top = 4.0 +content_margin_right = 10.0 +content_margin_bottom = 4.0 +bg_color = Color(0.101960786, 0.101960786, 0.101960786, 0.105882354) +border_width_top = 2 +border_color = Color(1, 1, 1, 0.75) +corner_detail = 1 + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_8xmn6"] +content_margin_left = 10.0 +content_margin_top = 4.0 +content_margin_right = 10.0 +content_margin_bottom = 4.0 +bg_color = Color(0, 0, 0, 0.32156864) +border_width_left = 1 +border_width_right = 1 +border_color = Color(0.82, 0.82, 0.82, 1) +corner_detail = 1 + [resource] Button/colors/font_color = Color(0.12, 0.12, 0.12, 1) Button/colors/font_disabled_color = Color(0.12, 0.12, 0.12, 0.5019608) @@ -107,7 +139,13 @@ LineEdit/styles/normal = SubResource("StyleBoxFlat_guqd5") Panel/styles/panel = SubResource("StyleBoxFlat_3gh6f") PanelContainer/styles/panel = SubResource("StyleBoxFlat_3gh6f") PopupPanel/styles/panel = SubResource("StyleBoxFlat_amw38") +TabContainer/colors/font_hovered_color = Color(0.05, 0.05, 0.05, 1) +TabContainer/colors/font_selected_color = Color(0.16862746, 0.16862746, 0.16862746, 1) +TabContainer/colors/font_unselected_color = Color(0.3, 0.3, 0.3, 1) TabContainer/styles/panel = SubResource("StyleBoxFlat_3gh6f") +TabContainer/styles/tab_hovered = SubResource("StyleBoxFlat_w7sqp") +TabContainer/styles/tab_selected = SubResource("StyleBoxFlat_xvfqr") +TabContainer/styles/tab_unselected = SubResource("StyleBoxFlat_8xmn6") 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)