From 08d6e652185d7c7a95a947f67166be8d70094f5a Mon Sep 17 00:00:00 2001 From: MisterMaker Date: Tue, 19 Sep 2023 19:37:52 +0200 Subject: [PATCH] [Stylesheets] ProDark remove reminant of hex color codes. (#10737) * [Stylesheets] Fixed and added more accent colors. Added accent colors to Behave dark ProDark and Dark contrast. Used accent color 3 to the button gradients. Added Gradient to the Modern styles, because you can disable the gradient by giving 2 accent colors the same color. --- src/Gui/Stylesheets/ProDark.qss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Gui/Stylesheets/ProDark.qss b/src/Gui/Stylesheets/ProDark.qss index 919cf814ba..41a6558ebb 100644 --- a/src/Gui/Stylesheets/ProDark.qss +++ b/src/Gui/Stylesheets/ProDark.qss @@ -1544,7 +1544,7 @@ QPushButton:disabled:checked { QPushButton:pressed { color: #ffffff; - background-color: #@ThemeAccentColor2; + background-color: @ThemeAccentColor2; border: 1px solid #3c3c3c; } @@ -1635,7 +1635,7 @@ QDialog#Dialog QPushButton { QDialog#Dialog QPushButton:hover { color: #ffffff; border: 1px solid #3c3c3c; - background-color: #@ThemeAccentColor2; + background-color: @ThemeAccentColor2; } QPushButton#buttonUninstall { @@ -1762,7 +1762,7 @@ QDialog QToolButton:disabled:checked { QDialog QToolButton:pressed { color: #ffffff; - background-color: #@ThemeAccentColor2; + background-color: @ThemeAccentColor2; border: 1px solid #3c3c3c; }