[Qt] Add pink theme

This commit is contained in:
wheremyfoodat 2023-10-30 21:14:03 +02:00
parent b0261234a6
commit 7571e58ce5
2 changed files with 25 additions and 0 deletions

View file

@ -23,6 +23,7 @@ class MainWindow : public QMainWindow {
System = 0,
Light = 1,
Dark = 2,
GreetingsCat = 3,
};
// Types of messages we might send from the GUI thread to the emulator thread