From f30f3b4188a2146daebd4613400ec17d9710fb22 Mon Sep 17 00:00:00 2001 From: passivestar <60579014+passivestar@users.noreply.github.com> Date: Fri, 20 Jun 2025 02:08:35 +0400 Subject: [PATCH] Improve visibility of separators --- minimal_theme.tres | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimal_theme.tres b/minimal_theme.tres index 05387f3..6bdaf77 100644 --- a/minimal_theme.tres +++ b/minimal_theme.tres @@ -854,7 +854,7 @@ func _init() -> void: # Separators line_sb = StyleBoxLine.new() - line_sb.color = _get_base_color(0.2, 0.8) + line_sb.color = _get_base_color(-1.2, 0.6) line_sb.grow_begin = base_margin * -1 * scale line_sb.grow_end = base_margin * -1 * scale line_sb.thickness = int(ceilf(scale * 2))