diff --git a/packages/client/src/store.ts b/packages/client/src/store.ts
index 3971214af..be8d80529 100644
--- a/packages/client/src/store.ts
+++ b/packages/client/src/store.ts
@@ -53,7 +53,7 @@ export const defaultStore = markRaw(new Storage('base', {
 	},
 	reactions: {
 		where: 'account',
-		default: ['๐Ÿ‘', 'โค๏ธ', '๐Ÿ˜†', '๐Ÿค”', '๐Ÿ˜ฎ', '๐ŸŽ‰', '๐Ÿ’ข', '๐Ÿ˜ฅ', '๐Ÿ˜‡', '๐Ÿฎ'],
+		default: ['โญ', 'โค๏ธ', '๐Ÿ˜†', '๐Ÿค”', '๐Ÿ˜ฎ', '๐ŸŽ‰', '๐Ÿ’ข', '๐Ÿ˜ฅ', '๐Ÿ˜‡', '๐Ÿฎ'],
 	},
 	mutedWords: {
 		where: 'account',
@@ -165,7 +165,7 @@ export const defaultStore = markRaw(new Storage('base', {
 	},
 	useBlurEffect: {
 		where: 'device',
-		default: true,
+		default: false,
 	},
 	showFixedPostForm: {
 		where: 'device',
@@ -193,15 +193,15 @@ export const defaultStore = markRaw(new Storage('base', {
 	},
 	reactionPickerSize: {
 		where: 'device',
-		default: 1,
+		default: 3,
 	},
 	reactionPickerWidth: {
 		where: 'device',
-		default: 1,
+		default: 3,
 	},
 	reactionPickerHeight: {
 		where: 'device',
-		default: 2,
+		default: 3,
 	},
 	reactionPickerUseDrawerForMobile: {
 		where: 'device',
@@ -269,8 +269,8 @@ type Plugin = {
 /**
  * ๅธธใซใƒกใƒขใƒชใซใƒญใƒผใƒ‰ใ—ใฆใŠใๅฟ…่ฆใŒใชใ„ใ‚ˆใ†ใช่จญๅฎšๆƒ…ๅ ฑใ‚’ไฟ็ฎกใ™ใ‚‹ใ‚นใƒˆใƒฌใƒผใ‚ธ(้žใƒชใ‚ขใ‚ฏใƒ†ใ‚ฃใƒ–)
  */
-import lightTheme from '@/themes/l-light.json5';
-import darkTheme from '@/themes/d-green-lime.json5';
+import lightTheme from '@/themes/l-rosepinedawn.json5';
+import darkTheme from '@/themes/d-rosepine.json5';
 
 export class ColdDeviceStorage {
 	public static default = {
@@ -280,7 +280,7 @@ export class ColdDeviceStorage {
 		plugins: [] as Plugin[],
 		mediaVolume: 0.5,
 		sound_masterVolume: 0.3,
-		sound_note: { type: 'syuilo/down', volume: 1 },
+		sound_note: { type: 'None', volume: 0 },
 		sound_noteMy: { type: 'syuilo/up', volume: 1 },
 		sound_notification: { type: 'syuilo/pope2', volume: 1 },
 		sound_chat: { type: 'syuilo/pope1', volume: 1 },