Light theme TabContainer

This commit is contained in:
Matt Parker
2026-01-30 23:26:41 +10:00
parent 09c9a6ceca
commit 4ab5d167e9

View File

@@ -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)