From 1c58b73b0f0b767d1b7302781b40cff675d73e8b Mon Sep 17 00:00:00 2001
From: svsalem <54895424+svsalem@users.noreply.github.com>
Date: Mon, 26 Apr 2021 22:41:14 -0500
Subject: [PATCH] added yellow

---
 src/gui/manager.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gui/manager.h b/src/gui/manager.h
index 51cb8cc..01180ac 100644
--- a/src/gui/manager.h
+++ b/src/gui/manager.h
@@ -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);
 };
-- 
GitLab