NOISSUE continue reshuffling the codebase
This commit is contained in:
18
launcher/ui/themes/DarkTheme.h
Normal file
18
launcher/ui/themes/DarkTheme.h
Normal file
@ -0,0 +1,18 @@
|
||||
#pragma once
|
||||
|
||||
#include "FusionTheme.h"
|
||||
|
||||
class DarkTheme: public FusionTheme
|
||||
{
|
||||
public:
|
||||
virtual ~DarkTheme() {}
|
||||
|
||||
QString id() override;
|
||||
QString name() override;
|
||||
bool hasStyleSheet() override;
|
||||
QString appStyleSheet() override;
|
||||
bool hasColorScheme() override;
|
||||
QPalette colorScheme() override;
|
||||
double fadeAmount() override;
|
||||
QColor fadeColor() override;
|
||||
};
|
Reference in New Issue
Block a user