# OHOS::ThemeManager ## **Overview** **Related Modules:** [Graphic](Graphic.md) **Description:** Declares the singleton class used to manage the current screen theme of an application. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Public Member Functions

Public Member Function Name

Description

SetCurrent (Theme *theme)

void 

Sets the current screen theme for this application.

GetCurrent ()

Theme

Obtains the current screen theme of this application.

operator new (size_t size)

void * 

Overrides the new function.

operator delete (void *p)

void 

Overrides the delete function.

## Static Public Member Functions

Static Public Member Function Name

Description

GetInstance ()

static ThemeManager

Obtains the singleton instance of the ThemeManager class.