diff --git a/src/stylesheet_Absinthe.qss b/src/stylesheet_Absinthe.qss index 7e2da49..c27cf04 100644 --- a/src/stylesheet_Absinthe.qss +++ b/src/stylesheet_Absinthe.qss @@ -925,8 +925,8 @@ https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qprogressbar --------------------------------------------------------------------------- */ QProgressBar { margin: 2px 0 0; - background: #404040; - color: #dadada; + background: #303030; + color: #BEC7BA; border-top: 1px solid #191919 ; border-bottom: 1px solid #3c3c3c ; border-left: 1px solid #1d1e20 ; @@ -946,7 +946,7 @@ QProgressBar::chunk { QProgressBar:disabled { background-color: #131418; - color: #4A956D; + color: #BEC7BA; } QProgressBar::chunk:disabled { diff --git a/src/stylesheet_ICEBERG.qss b/src/stylesheet_ICEBERG.qss index 1c481ec..c40f5fd 100644 --- a/src/stylesheet_ICEBERG.qss +++ b/src/stylesheet_ICEBERG.qss @@ -925,8 +925,8 @@ https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qprogressbar --------------------------------------------------------------------------- */ QProgressBar { margin: 2px 0 0; - background: #404040; - color: #dadada; + background: #303030; + color: #C6C8D1; border-top: 1px solid #191919 ; border-bottom: 1px solid #3c3c3c ; border-left: 1px solid #1d1e20 ; @@ -946,7 +946,7 @@ QProgressBar::chunk { QProgressBar:disabled { background-color: #161821; - color: #9A9CA5; + color: #C6C8D1; } QProgressBar::chunk:disabled { diff --git a/src/stylesheet_Solarized.qss b/src/stylesheet_Solarized.qss index 6616fcd..5427705 100644 --- a/src/stylesheet_Solarized.qss +++ b/src/stylesheet_Solarized.qss @@ -925,8 +925,8 @@ https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qprogressbar --------------------------------------------------------------------------- */ QProgressBar { margin: 2px 0 0; - background: #404040; - color: #dadada; + background: #303030; + color: #839496; border-top: 1px solid #191919 ; border-bottom: 1px solid #3c3c3c ; border-left: 1px solid #1d1e20 ; @@ -946,7 +946,7 @@ QProgressBar::chunk { QProgressBar:disabled { background-color: #002B36; - color: #586E75; + color: #839496; } QProgressBar::chunk:disabled { diff --git a/src/stylesheet_ayuDark.qss b/src/stylesheet_ayuDark.qss index d5259ef..4384299 100644 --- a/src/stylesheet_ayuDark.qss +++ b/src/stylesheet_ayuDark.qss @@ -925,8 +925,8 @@ https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qprogressbar --------------------------------------------------------------------------- */ QProgressBar { margin: 2px 0 0; - background: #404040; - color: #dadada; + background: #303030; + color: #B3B1AD; border-top: 1px solid #191919 ; border-bottom: 1px solid #3c3c3c ; border-left: 1px solid #1d1e20 ; @@ -946,7 +946,7 @@ QProgressBar::chunk { QProgressBar:disabled { background-color: #0A0E14; - color: #626A73; + color: #B3B1AD; } QProgressBar::chunk:disabled {