diff --git a/plugins/in-app-menu/front.js b/plugins/in-app-menu/front.js index 1bd8d4be..aa025f3d 100644 --- a/plugins/in-app-menu/front.js +++ b/plugins/in-app-menu/front.js @@ -7,7 +7,7 @@ module.exports = () => { let visible = !config.get("options.hideMenu"); const bar = new Titlebar({ backgroundColor: Color.fromHex("#050505"), - itemBackgroundColor: Color.fromHex("#121212"), + itemBackgroundColor: Color.fromHex("#1d1d1d"), svgColor: Color.WHITE, menu: visible ? undefined : null });