diff --git a/editor_theme.tres b/editor_theme.tres index 283cba2..aa5aa18 100644 --- a/editor_theme.tres +++ b/editor_theme.tres @@ -608,8 +608,8 @@ Button/styles/normal = SubResource("StyleBoxFlat_ubyga") Button/styles/normal_mirrored = SubResource("StyleBoxFlat_ubyga") Button/styles/pressed = SubResource("StyleBoxFlat_dpijl") Button/styles/pressed_mirrored = SubResource("StyleBoxFlat_dpijl") -Editor/colors/box_selection_fill_color = Color(1, 1, 1, 0.301961) -Editor/colors/box_selection_stroke_color = Color(1, 1, 1, 0.8) +Editor/colors/box_selection_fill_color = Color(1, 1, 1, 0.117647) +Editor/colors/box_selection_stroke_color = Color(1, 1, 1, 0.352941) Editor/colors/warning_color = Color(1, 0.854902, 0.458824, 1) Editor/constants/top_bar_separation = 3 Editor/constants/window_border_margin = 3 diff --git a/editor_theme_high_ppi.tres b/editor_theme_high_ppi.tres index e44a99a..4072efd 100644 --- a/editor_theme_high_ppi.tres +++ b/editor_theme_high_ppi.tres @@ -608,8 +608,8 @@ Button/styles/normal = SubResource("StyleBoxFlat_ubyga") Button/styles/normal_mirrored = SubResource("StyleBoxFlat_ubyga") Button/styles/pressed = SubResource("StyleBoxFlat_dpijl") Button/styles/pressed_mirrored = SubResource("StyleBoxFlat_dpijl") -Editor/colors/box_selection_fill_color = Color(1, 1, 1, 0.301961) -Editor/colors/box_selection_stroke_color = Color(1, 1, 1, 0.8) +Editor/colors/box_selection_fill_color = Color(1, 1, 1, 0.117647) +Editor/colors/box_selection_stroke_color = Color(1, 1, 1, 0.352941) Editor/colors/warning_color = Color(1, 0.854902, 0.458824, 1) Editor/constants/top_bar_separation = 6 Editor/constants/window_border_margin = 6