Share

AcColorThemeEnum Enumeration

C++

enum AcColorThemeEnum {
  eAcadDarkTheme,
  eAcadLightTheme,
  eAcadUserDefinedTheme
};

File

AcColorThemeEnum.h

Members

Members Description
eAcadDarkTheme Dark theme
eAcadLightTheme Light theme
eAcadUserDefinedTheme Not yet supported.

Description

This enumerator contains the supported color themes.

Was this information helpful?