diff --git a/calamares/branding/manjaro/stylesheet.qss b/calamares/branding/manjaro/stylesheet.qss index 08da2a1..fa34a50 100644 --- a/calamares/branding/manjaro/stylesheet.qss +++ b/calamares/branding/manjaro/stylesheet.qss @@ -27,5 +27,9 @@ object names (ids), which you can find through debugging tools. QVBoxLayout { background-color: #313338; - color: #313338; + color: #e4e4e4; +} + +QProgressBar::chunk { + background-color: #2eb398; }