From 0afacb0f52c0ada8e76d4a319f51ae5321e4a18e Mon Sep 17 00:00:00 2001 From: passivestar <60579014+passivestar@users.noreply.github.com> Date: Thu, 24 Oct 2024 04:40:31 +0400 Subject: [PATCH] Slightly increase inspector section contrast --- editor_theme.tres | 2 +- editor_theme_high_ppi.tres | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/editor_theme.tres b/editor_theme.tres index ae44a4e..fa4c67e 100644 --- a/editor_theme.tres +++ b/editor_theme.tres @@ -242,7 +242,7 @@ anti_aliasing = false [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_cm6fs"] content_margin_top = 4.0 content_margin_bottom = 4.0 -bg_color = Color(1, 1, 1, 0.0392157) +bg_color = Color(1, 1, 1, 0.0588235) border_color = Color(1, 1, 1, 0.709804) corner_radius_top_left = 4 corner_radius_top_right = 4 diff --git a/editor_theme_high_ppi.tres b/editor_theme_high_ppi.tres index 5ce5bb9..ea400b7 100644 --- a/editor_theme_high_ppi.tres +++ b/editor_theme_high_ppi.tres @@ -242,7 +242,7 @@ anti_aliasing = false [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_cm6fs"] content_margin_top = 8.0 content_margin_bottom = 8.0 -bg_color = Color(1, 1, 1, 0.0392157) +bg_color = Color(1, 1, 1, 0.0588235) border_color = Color(1, 1, 1, 0.709804) corner_radius_top_left = 8 corner_radius_top_right = 8