I don't know how much demand there is.
I want to use my own SWT app to dark mode my Mac.
It was possible from Eclipse IDE 2019-06 (4.12).
Reference: https://www.eclipse.org/eclipse/news/4.12/platform_isv.php#dark-theme-mac
Execute by specifying the following in the VM argument
-Dorg.eclipse.swt.display.useSystemTheme=true
"Dark".equals(execCommand("defaults read -g AppleInterfaceStyle"));
Recommended Posts