Updated Main Theme

Added PortraitBorder StyleBox.
Added ShoutoutBottomPanel StyleBox.
Added ShoutoutInnerPanel StyleBox.
Added ShoutoutPanel StyleBox.
This commit is contained in:
Mario Steele 2026-03-12 01:35:51 -05:00
parent 803afed2cb
commit a50364221a

View file

@ -33,6 +33,33 @@ corner_radius_top_right = 8
corner_radius_bottom_right = 8
corner_radius_bottom_left = 8
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_d80jv"]
corner_radius_top_left = 300
corner_radius_top_right = 300
corner_radius_bottom_right = 300
corner_radius_bottom_left = 300
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_0arac"]
bg_color = Color(1, 1, 1, 1)
corner_radius_bottom_right = 42
corner_radius_bottom_left = 42
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_xgdp2"]
bg_color = Color(0.105868645, 0.3342936, 0.9625184, 1)
corner_radius_top_left = 42
corner_radius_top_right = 42
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_64js0"]
bg_color = Color(0.18664144, 0.18664144, 0.18664144, 0.8627451)
border_width_left = 3
border_width_top = 3
border_width_right = 3
border_width_bottom = 3
corner_radius_top_left = 45
corner_radius_top_right = 45
corner_radius_bottom_right = 45
corner_radius_bottom_left = 45
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ay4fc"]
content_margin_left = 10.0
content_margin_top = 10.0
@ -57,6 +84,14 @@ BlankButton/styles/pressed = SubResource("StyleBoxEmpty_u7u7u")
Entry/base_type = &"PanelContainer"
Entry/styles/panel = SubResource("StyleBoxFlat_frgrh")
PanelContainer/styles/panel = SubResource("StyleBoxFlat_qhjvx")
PortraitBorder/base_type = &"PanelContainer"
PortraitBorder/styles/panel = SubResource("StyleBoxFlat_d80jv")
ShoutoutBottomPanel/base_type = &"PanelContainer"
ShoutoutBottomPanel/styles/panel = SubResource("StyleBoxFlat_0arac")
ShoutoutInnerPanel/base_type = &"PanelContainer"
ShoutoutInnerPanel/styles/panel = SubResource("StyleBoxFlat_xgdp2")
ShoutoutPanel/base_type = &"PanelContainer"
ShoutoutPanel/styles/panel = SubResource("StyleBoxFlat_64js0")
TabPanel/base_type = &"PanelContainer"
TabPanel/styles/panel = SubResource("StyleBoxFlat_ay4fc")
TooltipLabel/styles/focus = SubResource("StyleBoxFlat_u7u7u")