# OHOS::ThemeManager - [Overview](#section2010334454165635) - [Summary](#section236495670165635) - [Public Member Functions](#pub-methods) - [Static Public Member Functions](#pub-static-methods) ## **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

Function

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

Function

Description

GetInstance ()

static ThemeManager &

Obtains the singleton instance of the ThemeManager class.