#ifndef THEME_ID_H #define THEME_ID_H enum class ThemeId { Classic, Light, Dark, }; #endif // THEME_ID_H