From c2b3f807ba681e7eb8f116868bd6df1f17c2ac1f Mon Sep 17 00:00:00 2001 From: passivestar <60579014+passivestar@users.noreply.github.com> Date: Mon, 27 Jan 2025 04:17:28 +0400 Subject: [PATCH] Reduce contrast of shortcut tree cells to better match non-opaque trees --- minimal_theme.tres | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimal_theme.tres b/minimal_theme.tres index e6b4c5c..794e562 100644 --- a/minimal_theme.tres +++ b/minimal_theme.tres @@ -234,7 +234,7 @@ func _init() -> void: # Ruler in 2D view: set_color('dark_color_2', 'Editor', Color(0, 0, 0, 0.3) if dark_theme else Color(1, 1, 1, 0.3)) # Shortcut tree cell background: - set_color('dark_color_3', 'Editor', _get_base_color(-0.8)) + set_color('dark_color_3', 'Editor', _get_base_color(-0.6)) set_color('forward_plus_color', 'Editor', Color(0.54902, 0.752941, 0.392157)) set_color('gl_compatibility_color', 'Editor', Color(0.447059, 0.698039, 0.890196))