[gd_resource type="Theme" load_steps=6 format=3 uid="uid://ui_theme_main"] [sub_resource type="StyleBoxFlat" id="btn_normal"] bg_color = Color(0.12, 0.13, 0.2, 0.95) border_width_left = 1 border_width_top = 1 border_width_right = 1 border_width_bottom = 1 border_color = Color(0.32, 0.34, 0.48, 0.55) corner_radius_top_left = 6 corner_radius_top_right = 6 corner_radius_bottom_right = 6 corner_radius_bottom_left = 6 content_margin_left = 10.0 content_margin_top = 6.0 content_margin_right = 10.0 content_margin_bottom = 6.0 [sub_resource type="StyleBoxFlat" id="btn_hover"] bg_color = Color(0.21, 0.23, 0.36, 0.98) border_width_left = 1 border_width_top = 1 border_width_right = 1 border_width_bottom = 1 border_color = Color(0.55, 0.6, 0.95, 0.85) corner_radius_top_left = 6 corner_radius_top_right = 6 corner_radius_bottom_right = 6 corner_radius_bottom_left = 6 content_margin_left = 10.0 content_margin_top = 6.0 content_margin_right = 10.0 content_margin_bottom = 6.0 [sub_resource type="StyleBoxFlat" id="btn_pressed"] bg_color = Color(0.08, 0.09, 0.14, 1.0) border_width_left = 1 border_width_top = 1 border_width_right = 1 border_width_bottom = 1 border_color = Color(0.45, 0.5, 0.8, 0.9) corner_radius_top_left = 6 corner_radius_top_right = 6 corner_radius_bottom_right = 6 corner_radius_bottom_left = 6 content_margin_left = 10.0 content_margin_top = 6.0 content_margin_right = 10.0 content_margin_bottom = 6.0 [sub_resource type="StyleBoxFlat" id="btn_disabled"] bg_color = Color(0.1, 0.1, 0.13, 0.5) corner_radius_top_left = 6 corner_radius_top_right = 6 corner_radius_bottom_right = 6 corner_radius_bottom_left = 6 content_margin_left = 10.0 content_margin_top = 6.0 content_margin_right = 10.0 content_margin_bottom = 6.0 [sub_resource type="StyleBoxFlat" id="panel_box"] bg_color = Color(0.07, 0.07, 0.13, 0.97) border_width_left = 1 border_width_top = 1 border_width_right = 1 border_width_bottom = 1 border_color = Color(0.3, 0.32, 0.5, 0.5) corner_radius_top_left = 8 corner_radius_top_right = 8 corner_radius_bottom_right = 8 corner_radius_bottom_left = 8 [resource] Button/colors/font_color = Color(0.88, 0.9, 1.0, 1) Button/colors/font_hover_color = Color(1, 1, 1, 1) Button/colors/font_pressed_color = Color(0.7, 0.75, 1.0, 1) Button/colors/font_disabled_color = Color(0.5, 0.5, 0.55, 1) Button/font_sizes/font_size = 16 Button/styles/disabled = SubResource("btn_disabled") Button/styles/hover = SubResource("btn_hover") Button/styles/normal = SubResource("btn_normal") Button/styles/pressed = SubResource("btn_pressed") PanelContainer/styles/panel = SubResource("panel_box")