Darkmode or Lightmode

Does the Xojo framework have a way to determine whether the OS is running in Darkmode or Lightmode for desktop apps or should I just investigate which OS APIs (Mac, Linux, Windows) to use via Declare statement?

Color.IsDarkMode As Boolean
1 Like

awesome! thanks.