getCurrentThemeName

public static String getCurrentThemeName()

Returns the currently active theme identifier.

String theme = ChatUIThemeManager.getCurrentThemeName();
if (ChatUIThemeManager.LIVELY_THEME.equals(theme)) {
    // Currently using the lively theme
}

Return

current theme identifier (e.g. LIVELY_THEME or a custom theme name)