refactor PopupPanel stylebox to theme

This commit is contained in:
Matt Parker
2026-01-30 22:22:42 +10:00
parent 12c953b129
commit 9252f56746
3 changed files with 10 additions and 20 deletions

View File

@@ -24,6 +24,15 @@ corner_radius_bottom_right = 3
corner_radius_bottom_left = 3
corner_detail = 5
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_amw38"]
bg_color = Color(0.1764706, 0.1764706, 0.1764706, 1)
corner_radius_top_left = 5
corner_radius_top_right = 5
corner_radius_bottom_right = 5
corner_radius_bottom_left = 5
shadow_color = Color(0, 0, 0, 0.11764706)
shadow_size = 4
[resource]
CodeEdit/colors/current_line_color = Color(0.05882353, 0.05882353, 0.05882353, 1)
Gray500Label/base_type = &"Label"
@@ -34,4 +43,5 @@ Gray700Label/base_type = &"Label"
Gray700Label/colors/font_color = Color(0.83137256, 0.83137256, 0.83137256, 1)
Panel/styles/panel = SubResource("StyleBoxFlat_3gh6f")
PanelContainer/styles/panel = SubResource("StyleBoxFlat_6e8is")
PopupPanel/styles/panel = SubResource("StyleBoxFlat_amw38")
Tree/colors/font_color = Color(0.83137256, 0.83137256, 0.83137256, 1)