Skip to content

Commit

Permalink
feat: change default theme
Browse files Browse the repository at this point in the history
Signed-off-by: windstone <[email protected]>
  • Loading branch information
notwindstone authored Jul 12, 2024
1 parent 3c15681 commit 3ea93cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher/Application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ Application::Application(int& argc, char** argv) : QApplication(argc, argv)

// Theming
m_settings->registerSetting("IconTheme", QString("fluent-dark"));
m_settings->registerSetting("ApplicationTheme", QString("dark"));
m_settings->registerSetting("ApplicationTheme", QString("freesm-dark"));
m_settings->registerSetting("BackgroundCat", QString("typescript"));

// Remembered state
Expand Down

0 comments on commit 3ea93cd

Please sign in to comment.