I can't make heads nor tails from the documentation. Is this at least close?:
the_control_node.set_theme(load("res://Themes/NewTheme.theme"))
Nothing happens, but I also don't get an error. Ultimately, I'm trying to apply a different theme to an HSlider.
EDIT: This page - https://docs.godotengine.org/en/3.1/classes/class_control.html?highlight=set_theme#property-descriptions - lists 'set_theme' as a setter for Theme under which it says, "Changing this property replaces the current Theme resource this node and all its Control children use." In Godot 3.1 itself, "set_theme" doesn't seem to exist in the Help. So maybe it's not actually implemented yet.