mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 18:09:59 +03:00
NOISSUE add bright theme to complement the dark theme
Same style, different colors.
This commit is contained in:
parent
fe68d59460
commit
2e0a45cc2f
4 changed files with 63 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
#include "themes/ITheme.h"
|
||||
#include "themes/SystemTheme.h"
|
||||
#include "themes/DarkTheme.h"
|
||||
#include "themes/BrightTheme.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <QDir>
|
||||
|
|
@ -1010,6 +1011,7 @@ void MultiMC::initThemes()
|
|||
};
|
||||
insertTheme(new SystemTheme());
|
||||
insertTheme(new DarkTheme());
|
||||
insertTheme(new BrightTheme());
|
||||
}
|
||||
|
||||
void MultiMC::setApplicationTheme(const QString& name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue