class ThemeStyle { static const int AUTO = 1; static const int LIGHT = 2; static const int DARK = 3; }