Jelly + ice cream theme (#486)

* Update config_window.cpp

* Update config_window.hpp

* Rename theme to Cream

* Rename theme to cream harder

---------

Co-authored-by: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com>
This commit is contained in:
Auxy6858 2024-04-01 23:21:36 +01:00 committed by GitHub
parent 3b9490e633
commit 35b15fdd48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 26 additions and 2 deletions

View file

@ -16,6 +16,7 @@ class ConfigWindow : public QDialog {
Light = 1,
Dark = 2,
GreetingsCat = 3,
Cream = 4,
};
Theme currentTheme;
@ -26,4 +27,4 @@ class ConfigWindow : public QDialog {
public:
ConfigWindow(QWidget* parent = nullptr);
~ConfigWindow();
};
};