mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-13 05:37:42 +02:00
GH-1711 fix inactive element shading in Dark and Bright themes
This commit is contained in:
14
application/themes/FusionTheme.h
Normal file
14
application/themes/FusionTheme.h
Normal file
@ -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);
|
||||
};
|
Reference in New Issue
Block a user