diff --git a/src/suyu/loading_screen.cpp b/src/suyu/loading_screen.cpp
index 64f3264bec..31c02dd321 100644
--- a/src/suyu/loading_screen.cpp
+++ b/src/suyu/loading_screen.cpp
@@ -31,19 +31,19 @@ constexpr char PROGRESSBAR_STYLE_BUILD[] = R"(
QProgressBar {
background-color: black;
border: 2px solid white;
- border-radius: 4px;
+ border-radius: 25px;
padding: 2px;
}
QProgressBar::chunk {
- background-color: #ff3c28;
+ background-color: white;
width: 1px;
})";
constexpr char PROGRESSBAR_STYLE_COMPLETE[] = R"(
QProgressBar {
- background-color: #0ab9e6;
+ background-color: black;
border: 2px solid white;
- border-radius: 4px;
+ border-radius: 25px;
padding: 2px;
}
QProgressBar::chunk {
diff --git a/src/suyu/loading_screen.ui b/src/suyu/loading_screen.ui
index 820b47536e..4396e91473 100644
--- a/src/suyu/loading_screen.ui
+++ b/src/suyu/loading_screen.ui
@@ -49,6 +49,9 @@
-
+
+ false
+
@@ -140,6 +143,9 @@ font: 75 15pt "Arial";
-
+
+ false
+
background-color: black;