From 13b575f7a90ef97f3b30f2a2f74bd19d58d375e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 5 Nov 2016 15:51:51 +0100 Subject: GH-1711 fix inactive element shading in Dark and Bright themes --- application/themes/FusionTheme.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 application/themes/FusionTheme.h (limited to 'application/themes/FusionTheme.h') diff --git a/application/themes/FusionTheme.h b/application/themes/FusionTheme.h new file mode 100644 index 00000000..2f938eb9 --- /dev/null +++ b/application/themes/FusionTheme.h @@ -0,0 +1,14 @@ +#pragma once + +#include "ITheme.h" + +class FusionTheme: public ITheme +{ +public: + virtual ~FusionTheme() {} + + QString qtTheme() override; + +protected: + QPalette fadeInactive(QPalette in, qreal bias, QColor color); +}; -- cgit v1.2.3