summaryrefslogtreecommitdiffstats
path: root/application/themes/BrightTheme.h
blob: 85b7041b9cf1e165354a039e83f4c6915538479e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once

#include "FusionTheme.h"

class BrightTheme: public FusionTheme
{
public:
	virtual ~BrightTheme() {}

	QString id() override;
	QString name() override;
	QString appStyleSheet() override;
	QPalette colorScheme() override;
};