diff --git a/src/SharpIDE.Godot/Resources/LightTheme.tres b/src/SharpIDE.Godot/Resources/LightTheme.tres index e26e10d..32e2d75 100644 --- a/src/SharpIDE.Godot/Resources/LightTheme.tres +++ b/src/SharpIDE.Godot/Resources/LightTheme.tres @@ -5,19 +5,7 @@ content_margin_left = 0.0 content_margin_top = 0.0 content_margin_right = 0.0 content_margin_bottom = 0.0 -bg_color = Color(0.1, 0.1, 0.1, 0.6) -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_6e8is"] -content_margin_left = 0.0 -content_margin_top = 0.0 -content_margin_right = 0.0 -content_margin_bottom = 0.0 -bg_color = Color(0.1, 0.1, 0.1, 0.6) +bg_color = Color(0.1, 0.1, 0.1, 0.105882354) corner_radius_top_left = 3 corner_radius_top_right = 3 corner_radius_bottom_right = 3 @@ -33,5 +21,5 @@ Gray600Label/colors/font_color = Color(0.67058825, 0.67058825, 0.67058825, 1) 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") +PanelContainer/styles/panel = SubResource("StyleBoxFlat_3gh6f") Tree/colors/font_color = Color(0.83137256, 0.83137256, 0.83137256, 1)