From 6b6599903298cece3fecb7afe5d640f577ce078b Mon Sep 17 00:00:00 2001 From: passivestar <60579014+passivestar@users.noreply.github.com> Date: Fri, 15 Nov 2024 01:37:32 +0400 Subject: [PATCH] Improve visibility of selected editor properties --- editor_theme.tres | 13 +++++++++++-- editor_theme_high_ppi.tres | 13 +++++++++++-- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/editor_theme.tres b/editor_theme.tres index cb91f33..4513eec 100644 --- a/editor_theme.tres +++ b/editor_theme.tres @@ -256,12 +256,21 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(1, 1, 1, 0.0196078) -border_color = Color(0.16, 0.16, 0.16, 1) +bg_color = Color(1, 1, 1, 0.0392157) +border_width_left = 1 +border_width_top = 1 +border_width_right = 1 +border_width_bottom = 1 +border_color = Color(1, 1, 1, 0.0784314) +border_blend = true corner_radius_top_left = 4 corner_radius_top_right = 4 corner_radius_bottom_right = 4 corner_radius_bottom_left = 4 +expand_margin_left = 1.0 +expand_margin_top = 1.0 +expand_margin_right = 1.0 +expand_margin_bottom = 1.0 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_piki4"] content_margin_left = 4.0 diff --git a/editor_theme_high_ppi.tres b/editor_theme_high_ppi.tres index aa8327d..b313c8f 100644 --- a/editor_theme_high_ppi.tres +++ b/editor_theme_high_ppi.tres @@ -256,12 +256,21 @@ content_margin_left = 8.0 content_margin_top = 8.0 content_margin_right = 8.0 content_margin_bottom = 8.0 -bg_color = Color(1, 1, 1, 0.0196078) -border_color = Color(0.16, 0.16, 0.16, 1) +bg_color = Color(1, 1, 1, 0.0392157) +border_width_left = 2 +border_width_top = 2 +border_width_right = 2 +border_width_bottom = 2 +border_color = Color(1, 1, 1, 0.0784314) +border_blend = true corner_radius_top_left = 8 corner_radius_top_right = 8 corner_radius_bottom_right = 8 corner_radius_bottom_left = 8 +expand_margin_left = 2.0 +expand_margin_top = 2.0 +expand_margin_right = 2.0 +expand_margin_bottom = 2.0 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_piki4"] content_margin_left = 8.0