Unverified Commit 1c58b73b authored by svsalem's avatar svsalem Committed by GitHub
Browse files

added yellow

parent 39646f68
......@@ -36,6 +36,7 @@ struct Color {
RGBv(red, 163, 66, 81);
RGBv(green, 124, 172, 40);
RGBv(blue, 64, 127, 193);
RGBv(yellow, 255, 223, 0);
RGBv(hoverg, 102, 204, 102);
static Vec3 axis(Axis a);
};
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment