mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-11 06:08:34 +00:00
style: add Gruvbox theme (#1796)
This commit is contained in:
committed by
GitHub
parent
0fd1ab674b
commit
d2ac92481b
@@ -7,13 +7,7 @@
|
||||
#include <QLineEdit>
|
||||
#include <QWidget>
|
||||
|
||||
enum class Theme : int {
|
||||
Dark,
|
||||
Light,
|
||||
Green,
|
||||
Blue,
|
||||
Violet,
|
||||
};
|
||||
enum class Theme : int { Dark, Light, Green, Blue, Violet, Gruvbox };
|
||||
|
||||
class WindowThemes : public QObject {
|
||||
Q_OBJECT
|
||||
|
||||
Reference in New Issue
Block a user