mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-03 16:51:30 +00: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