From 97af13330777211043ba87535a54bd4241ed60fc Mon Sep 17 00:00:00 2001 From: passivestar <60579014+passivestar@users.noreply.github.com> Date: Wed, 12 Jun 2024 09:18:12 +0400 Subject: [PATCH] Reduce box selection opacity --- editor_theme.tres | 4 ++-- editor_theme_high_ppi.tres | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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