Skip to content

Commit 24bf2bc

Browse files
committed
Qt: Default to darker fusion theme
1 parent 5e32871 commit 24bf2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/duckstation-qt/qtthemes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ static State s_state;
3333

3434
const char* QtHost::GetDefaultThemeName()
3535
{
36-
return "darkfusion";
36+
return "darkerfusion";
3737
}
3838

3939
void QtHost::UpdateApplicationTheme()

0 commit comments

Comments
 (0)