dark mode, macos

A forum for research and development of the user interface of FreeCAD
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
drucken
Posts: 34
Joined: Tue Mar 23, 2021 9:17 am

Re: dark mode, macos

Post by drucken »

Ok, after some hours of messing around I found the solution...

Solution:

The only thing needed to enable macos native dark mode with freecad 0.19.1 is to run this in Terminal.app:

defaults write freecad NSRequiresAquaSystemAppearance -bool FALSE

(So, no need to edit the Info-plist file to set your own bundle identifier or any other hocus-pocus.)
chrisb
Veteran
Posts: 54285
Joined: Tue Mar 17, 2015 9:14 am

Re: dark mode, macos

Post by chrisb »

I added the solution to the Known OS specific issues - thanks!
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
Post Reply