OLED Theme (#2530)

* OLED Theme

* improve check box & text box visibility

* clang format

---------

Co-authored-by: smiRaphi <neogt404@gmail.com>
This commit is contained in:
smiRaphi
2025-02-26 16:53:46 +01:00
committed by GitHub
parent 927f398658
commit 63b50ff92c
4 changed files with 46 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
#include <QLineEdit>
#include <QWidget>
enum class Theme : int { Dark, Light, Green, Blue, Violet, Gruvbox, TokyoNight };
enum class Theme : int { Dark, Light, Green, Blue, Violet, Gruvbox, TokyoNight, Oled };
class WindowThemes : public QObject {
Q_OBJECT