From e9e9c3c922615ad95e8cbaab15b61f0b387d4303 Mon Sep 17 00:00:00 2001 From: passivestar <60579014+passivestar@users.noreply.github.com> Date: Sat, 1 Jun 2024 16:04:36 +0400 Subject: [PATCH] Make separators in popup menus more readable --- 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 7c978ec..737eacc 100644 --- a/editor_theme.tres +++ b/editor_theme.tres @@ -440,7 +440,7 @@ content_margin_bottom = 6.0 bg_color = Color(0.11, 0.11, 0.11, 1) [sub_resource type="StyleBoxLine" id="StyleBoxLine_rijeh"] -color = Color(0, 0, 0, 0.235294) +color = Color(1, 1, 1, 0.0784314) grow_begin = -6.0 grow_end = -6.0 thickness = 1 diff --git a/editor_theme_high_ppi.tres b/editor_theme_high_ppi.tres index c31c03e..9db4b2b 100644 --- a/editor_theme_high_ppi.tres +++ b/editor_theme_high_ppi.tres @@ -440,7 +440,7 @@ content_margin_bottom = 12.0 bg_color = Color(0.11, 0.11, 0.11, 1) [sub_resource type="StyleBoxLine" id="StyleBoxLine_rijeh"] -color = Color(0, 0, 0, 0.235294) +color = Color(1, 1, 1, 0.0784314) grow_begin = -12.0 grow_end = -12.0 thickness = 2