From 820e35edd4622647ef5988c2e25de82b3264e417 Mon Sep 17 00:00:00 2001 From: tiotrom Date: Tue, 5 Jan 2021 13:10:00 +0000 Subject: [PATCH] Update stylesheet.qss --- calamares/branding/manjaro/stylesheet.qss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; }