diff --git a/src/main/ipcMain.ts b/src/main/ipcMain.ts index 62785867e..d481fbb35 100644 --- a/src/main/ipcMain.ts +++ b/src/main/ipcMain.ts @@ -130,6 +130,7 @@ ipcMain.handle(IpcEvents.OPEN_MONACO_EDITOR, async () => { title, autoHideMenuBar: true, darkTheme: true, + backgroundColor: "#1e1e1e", webPreferences: { preload: join(__dirname, IS_DISCORD_DESKTOP ? "preload.js" : "vencordDesktopPreload.js"), contextIsolation: true,