diff --git a/src/client/app/store.ts b/src/client/app/store.ts
index a020117343..d25a577dab 100644
--- a/src/client/app/store.ts
+++ b/src/client/app/store.ts
@@ -46,11 +46,11 @@ const defaultDeviceSettings = {
 	deckMode: false,
 	deckColumnAlign: 'center',
 	deckColumnWidth: 'normal',
-	useShadow: true,
-	roundedCorners: false,
+	useShadow: false,
+	roundedCorners: true,
 	reduceMotion: false,
 	autoPopout: false,
-	darkmode: false,
+	darkmode: true,
 	darkTheme: 'dark',
 	lightTheme: 'light',
 	lineWidth: 1,