diff --git a/qt/aqt/theme.py b/qt/aqt/theme.py index 492a01459..dd2ba2184 100644 --- a/qt/aqt/theme.py +++ b/qt/aqt/theme.py @@ -282,7 +282,8 @@ class ThemeManager: app.setPalette(self.default_palette) return - app.setStyle(QStyleFactory.create("fusion")) # type: ignore + if not is_mac: + app.setStyle(QStyleFactory.create("fusion")) # type: ignore palette = QPalette() text = self.qcolor(colors.FG)