light theme foldable container

This commit is contained in:
Matt Parker
2026-01-31 00:21:35 +10:00
parent 4430720e51
commit 23aa5f8e26

View File

@@ -96,6 +96,18 @@ corner_detail = 1
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_5oigc"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_5oigc"]
bg_color = Color(0.98039216, 0.98039216, 0.98039216, 1) bg_color = Color(0.98039216, 0.98039216, 0.98039216, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_hrgw7"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(0.101960786, 0.101960786, 0.101960786, 0.105882354)
corner_radius_top_left = 3
corner_radius_top_right = 3
corner_radius_bottom_right = 3
corner_radius_bottom_left = 3
corner_detail = 5
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_guqd5"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_guqd5"]
content_margin_left = 4.0 content_margin_left = 4.0
content_margin_top = 4.0 content_margin_top = 4.0
@@ -186,6 +198,8 @@ CodeEditorTabContainer/base_type = &"TabContainer"
CodeEditorTabContainer/styles/tab_selected = SubResource("StyleBoxFlat_21uq4") CodeEditorTabContainer/styles/tab_selected = SubResource("StyleBoxFlat_21uq4")
CodeEditorTabContainer/styles/tab_unselected = SubResource("StyleBoxFlat_a8yiy") CodeEditorTabContainer/styles/tab_unselected = SubResource("StyleBoxFlat_a8yiy")
CodeEditorTabContainer/styles/tabbar_background = SubResource("StyleBoxFlat_5oigc") CodeEditorTabContainer/styles/tabbar_background = SubResource("StyleBoxFlat_5oigc")
FoldableContainer/colors/collapsed_font_color = Color(0.16862746, 0.16862746, 0.16862746, 1)
FoldableContainer/styles/title_collapsed_panel = SubResource("StyleBoxFlat_hrgw7")
Gray500Label/base_type = &"Label" Gray500Label/base_type = &"Label"
Gray500Label/colors/font_color = Color(0.49, 0.49, 0.49, 1) Gray500Label/colors/font_color = Color(0.49, 0.49, 0.49, 1)
Gray600Label/base_type = &"Label" Gray600Label/base_type = &"Label"