string scheme()
Gets the current UI scheme.
Example:
auto current = scheme(); writeln("Current scheme: ", current ? current : "default");