diff --git a/assets/themes/main_theme.tres b/assets/themes/main_theme.tres index 722105f..41bfc00 100644 --- a/assets/themes/main_theme.tres +++ b/assets/themes/main_theme.tres @@ -1,4 +1,7 @@ -[gd_resource type="Theme" load_steps=19 format=3 uid="uid://dxnkvosdhpvwi"] +[gd_resource type="Theme" load_steps=23 format=3 uid="uid://dxnkvosdhpvwi"] + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_0f6i3"] +bg_color = Color(0.15686275, 0.26666668, 0.41568628, 1) [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_6ioqn"] content_margin_left = 5.0 @@ -105,6 +108,35 @@ border_color = Color(0.027450977, 0.5142647, 0.84705883, 1) corner_radius_top_left = 2 corner_radius_top_right = 2 +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_7cwyu"] +bg_color = Color(0.065, 0.15340322, 0.25, 1) +corner_radius_top_right = 5 + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_1wn1r"] +bg_color = Color(0.17252281, 0.819067, 0.3901327, 1) +corner_radius_top_right = 5 + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_axncs"] +bg_color = Color(0.106433235, 0.18161754, 0.32349485, 1) +border_width_bottom = 5 +border_color = Color(0.065, 0.15340322, 0.25, 1) +corner_radius_top_left = 2 +corner_radius_top_right = 2 +corner_radius_bottom_right = 2 +corner_radius_bottom_left = 2 + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_jungl"] +bg_color = Color(0.065, 0.15340322, 0.25, 1) +border_width_left = 5 +border_width_top = 5 +border_width_right = 5 +border_width_bottom = 5 +border_color = Color(0.106433235, 0.18161754, 0.32349485, 1) +corner_radius_top_left = 2 +corner_radius_top_right = 2 +corner_radius_bottom_right = 2 +corner_radius_bottom_left = 2 + [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_vxwtt"] bg_color = Color(0.009789981, 0.06134919, 0.10858328, 1) border_width_left = 4 @@ -166,10 +198,8 @@ border_color = Color(0.08210841, 0.3142104, 0.6561392, 1) corner_radius_top_left = 2 corner_radius_top_right = 2 -[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_0f6i3"] -bg_color = Color(0.15686275, 0.26666668, 0.41568628, 1) - [resource] +AcceptDialog/styles/panel = SubResource("StyleBoxFlat_0f6i3") Button/styles/disabled = SubResource("StyleBoxFlat_6ioqn") Button/styles/hover = SubResource("StyleBoxFlat_lxams") Button/styles/normal = SubResource("StyleBoxFlat_vhku8") @@ -180,6 +210,11 @@ FoldableContainer/styles/title_collapsed_hover_panel = SubResource("StyleBoxFlat FoldableContainer/styles/title_collapsed_panel = SubResource("StyleBoxFlat_y0ixg") FoldableContainer/styles/title_hover_panel = SubResource("StyleBoxFlat_luy55") FoldableContainer/styles/title_panel = SubResource("StyleBoxFlat_etupa") +HPBar/base_type = &"ProgressBar" +HPBar/styles/background = SubResource("StyleBoxFlat_7cwyu") +HPBar/styles/fill = SubResource("StyleBoxFlat_1wn1r") +LineEdit/styles/normal = SubResource("StyleBoxFlat_axncs") +LineEdit/styles/read_only = SubResource("StyleBoxFlat_jungl") MarginContainer/constants/margin_bottom = 4 MarginContainer/constants/margin_left = 4 MarginContainer/constants/margin_right = 4 @@ -195,3 +230,7 @@ TabContainer/styles/tab_hovered = SubResource("StyleBoxFlat_doivh") TabContainer/styles/tab_selected = SubResource("StyleBoxFlat_doivh") TabContainer/styles/tab_unselected = SubResource("StyleBoxFlat_078gm") TabContainer/styles/tabbar_background = SubResource("StyleBoxFlat_0f6i3") +TextEdit/styles/normal = SubResource("StyleBoxFlat_axncs") +TextEdit/styles/read_only = SubResource("StyleBoxFlat_jungl") +Window/styles/embedded_border = SubResource("StyleBoxFlat_0f6i3") +Window/styles/embedded_unfocused_border = SubResource("StyleBoxFlat_0f6i3")