More colors in porgres
This commit is contained in:
@@ -2,12 +2,19 @@
|
||||
|
||||
class BackGroundColors
|
||||
{
|
||||
private:
|
||||
public:
|
||||
static void setColor();
|
||||
enum class ColorSet
|
||||
{
|
||||
night,
|
||||
day1,
|
||||
day2,
|
||||
day3
|
||||
};
|
||||
|
||||
static void setColor(ColorSet color);
|
||||
static Color backGroundColor;
|
||||
static Color starColor;
|
||||
static Color moonColor;
|
||||
static Color backMountenColor;
|
||||
static Color frontMountenColor;
|
||||
constexpr static Color starColor = WHITE;
|
||||
};
|
||||
|
Reference in New Issue
Block a user