style: add Tokyo Night theme (#1811)

* style: add Tokyo Night theme

* clang-format: Update main_window_themes.h
This commit is contained in:
tomboylover93
2024-12-28 12:09:33 -03:00
committed by GitHub
parent a8b4e14bf5
commit e8b0fdd6cc
4 changed files with 43 additions and 1 deletions

View File

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