From 636cc2a4964f99bfa2d5ca12baf10357cf80ba8d Mon Sep 17 00:00:00 2001 From: James Rowe Date: Sun, 20 Jan 2019 19:14:14 -0700 Subject: [PATCH] Change the background color of Stage Complete to yuzu blue --- src/yuzu/loading_screen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yuzu/loading_screen.cpp b/src/yuzu/loading_screen.cpp index 9ce6068634..ae4d4a2496 100644 --- a/src/yuzu/loading_screen.cpp +++ b/src/yuzu/loading_screen.cpp @@ -56,7 +56,7 @@ QProgressBar::chunk { constexpr const char* PROGRESSBAR_STYLE_COMPLETE = R"( QProgressBar { - background-color: black; + background-color: #0ab9e6; border: 2px solid white; border-radius: 4px; padding: 2px;