Åsberg

Modern System Colors to Java

In preparations for a school project where we must use Java (and JavaFX) to develop an application I set out to create a library that returns modern system colors. Such as Windows 8/10 and macOS Mojave Accent color, and Light/Dark color theme.

After some work I’ve managed to retrieve the Windows 8/10 Accent color, and I’ve decide to make the first release of my library. So far, that’s the only functionality it got, but I’m working on the color theme function, and I’m looking into how to make it work on macs. (Which might be difficult since I don’t own a mac.)

You can get the latest version of the library from the release page of it’s GitHub. https://github.com/89netraM/SystemColors/releases/