UIConfirmationDialog Theming Parameters
UIConfirmationDialog
is a UIWindow with the element id of
'confirmation_dialog' and a default object id of '#confirmation_dialog'.

An image of the Confirmation Dialog.
Inherited Parameters
As a UIWindow the Confirmation Dialog has all the theming parameters of the UIWindow, which you can read more about here UIWindow Theming Parameters.
Sub-elements
As well as the sub-elements of the UIWindow (title bar and close button) which you can read about here UIWindow Theming Parameters, the Confirmation Dialog has the following sub element IDs -
UIButtons:
'confirmation_dialog.#confirm_button'
'confirmation_dialog.#cancel_button'
UITextBox:
'confirmation_dialog.text_box'
You can find out more about theming buttons here: UIButton Theming Parameters and text boxes here: UITextBox Theming Parameters.