From 2466ee2fbd59e5f19d5cce17d28748f4185649b3 Mon Sep 17 00:00:00 2001 From: passivestar <60579014+passivestar@users.noreply.github.com> Date: Sun, 17 Nov 2024 19:46:46 +0400 Subject: [PATCH] Use darker animation timeline background --- 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 885e2c9..6e921f9 100644 --- a/editor_theme.tres +++ b/editor_theme.tres @@ -19,7 +19,7 @@ content_margin_left = 0.0 content_margin_top = 0.0 content_margin_right = 0.0 content_margin_bottom = 0.0 -bg_color = Color(0, 0, 0, 0.156863) +bg_color = Color(0, 0, 0, 0.254902) 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 6882a24..5c99035 100644 --- a/editor_theme_high_ppi.tres +++ b/editor_theme_high_ppi.tres @@ -19,7 +19,7 @@ content_margin_left = 0.0 content_margin_top = 0.0 content_margin_right = 0.0 content_margin_bottom = 0.0 -bg_color = Color(0, 0, 0, 0.156863) +bg_color = Color(0, 0, 0, 0.254902) corner_radius_top_left = 8 corner_radius_top_right = 8 corner_radius_bottom_right = 8