From c624b34a1dd79a4112953948d4917b4b5d893fb2 Mon Sep 17 00:00:00 2001 From: passivestar <60579014+passivestar@users.noreply.github.com> Date: Sun, 17 Nov 2024 01:16:34 +0400 Subject: [PATCH] Fix progress bar backgroun --- 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 ae3a238..5ce7330 100644 --- a/editor_theme.tres +++ b/editor_theme.tres @@ -648,7 +648,7 @@ content_margin_left = 2.0 content_margin_top = 2.0 content_margin_right = 2.0 content_margin_bottom = 2.0 -bg_color = Color(0.101961, 0.101961, 0.101961, 0.588235) +bg_color = Color(0.07, 0.07, 0.07, 0.588235) corner_radius_top_left = 4 corner_radius_top_right = 4 corner_radius_bottom_right = 4 diff --git a/editor_theme_high_ppi.tres b/editor_theme_high_ppi.tres index 3cc71af..af722b8 100644 --- a/editor_theme_high_ppi.tres +++ b/editor_theme_high_ppi.tres @@ -662,7 +662,7 @@ content_margin_left = 4.0 content_margin_top = 4.0 content_margin_right = 4.0 content_margin_bottom = 4.0 -bg_color = Color(0.101961, 0.101961, 0.101961, 0.588235) +bg_color = Color(0.07, 0.07, 0.07, 0.588235) corner_radius_top_left = 8 corner_radius_top_right = 8 corner_radius_bottom_right = 8