#ifndef COLORS_H #define COLORS_H #include #include #include #include class ColorSec { public: ColorSec(); static const std::unordered_map getColors(); static const std::unordered_map> getColorSchemes(); }; #endif // COLORS_H