timboudreau opened a new issue, #4577: URL: https://github.com/apache/netbeans/issues/4577
### Description If you use the dark theme on Mac OS, the bright white title bars of Java applications stick out like a sore them. Fortunately, there is a simple system property fix that could be added to the default `netbeans.conf` with no effect on other platforms: ``` -J-Dapple.awt.application.appearance=system ``` will cause Java windows to pick up the theme set for the rest of the desktop and color window decorations to be consistent with them. ### Use case/motivation NetBeans not to look like an alien on a dark-theme Mac OS desktop ### Related issues _No response_ ### Are you willing to submit a pull request? Yes ### Code of Conduct Yes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists