A data attribute added to HTML elements used by jQuery Mobile to indicate what theme to apply.
In jQuery Mobile you generally indicate how a page or container should be themed through the use of the data-theme
attribute (in some cases there are slight variations such as data-content-theme
that are used instead).
Links
Theming overview in official docs.