diff --git a/Ghidra/RuntimeScripts/Common/support/launch.properties b/Ghidra/RuntimeScripts/Common/support/launch.properties index 340bcf8ec5..6db1bd3923 100644 --- a/Ghidra/RuntimeScripts/Common/support/launch.properties +++ b/Ghidra/RuntimeScripts/Common/support/launch.properties @@ -62,6 +62,9 @@ VMARGS_MACOS=-Declipse.filelock.disable=true # Where the menu bar is displayed on macOS VMARGS_MACOS=-Dapple.laf.useScreenMenuBar=false +# Make the title bar adaptable to macOS theme +VMARGS_MACOS=-Dapple.awt.application.appearance=system + # Prevent log4j from using the Jansi DLL on Windows. VMARGS_WINDOWS=-Dlog4j.skipJansi=true