Use darker animation timeline background

This commit is contained in:
passivestar 2024-11-17 19:46:46 +04:00
parent 7cee92ee41
commit 2466ee2fbd
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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