From 24bf2bc453002b61f6b84a1e953079aa7b6521f6 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Sat, 20 Sep 2025 15:37:26 +1000 Subject: [PATCH] Qt: Default to darker fusion theme --- src/duckstation-qt/qtthemes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/duckstation-qt/qtthemes.cpp b/src/duckstation-qt/qtthemes.cpp index b51c564a1..202dfb454 100644 --- a/src/duckstation-qt/qtthemes.cpp +++ b/src/duckstation-qt/qtthemes.cpp @@ -33,7 +33,7 @@ static State s_state; const char* QtHost::GetDefaultThemeName() { - return "darkfusion"; + return "darkerfusion"; } void QtHost::UpdateApplicationTheme()