neilcsmith-net opened a new pull request, #4719: URL: https://github.com/apache/netbeans/pull/4719
Adds ability to load custom FlatLaf property files from userdir. Checks for a `LookAndFeel` folder in config, and registers with FlatLaf. Also registers the folder and files for options export. Give user ability to override anything using FlatLaf property support documented at https://www.formdev.com/flatlaf/properties-files/ eg. file in `<userdir>/config/LookAndFeel/FlatLaf.properties` with ``` @accentColor = #d22 @background = #ddd ```  Just considering a second commit for UI around aspects of this. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
