How do you enable "dark mode" for the AutoHotKey GUI windows?

I use AutoHotKey to pop up little boxes where I can paste various things into and then press Enter to forward this to my more advanced scripts.

They look way too bright when I've made such great efforts to make all other applications and Windows 10 use "dark mode".

I can't figure out how to make the AutoHotKey GUI windows use "dark mode". Is it even possible?

I don't mean specifying a manual dark background. I mean something "native", if possible.

Version 1.1.33.10.


Solution 1:

When using the GUI command, add the following sub-commands before doing the final Gui, Show command that displays the dialog:

  • Gui, Color : Sets the background color of the window and/or its controls
  • Gui, Font : Sets the font typeface, size, style, and/or color.