diff --git a/dependencies/subprojects/animationwindow/src/Color.cpp b/dependencies/subprojects/animationwindow/src/Color.cpp
index 78d61533e97a89950a0e3f3425ead681e020edf4..222c01e3b87b1b20e5b41de1010fc8fbaaba89a4 100644
--- a/dependencies/subprojects/animationwindow/src/Color.cpp
+++ b/dependencies/subprojects/animationwindow/src/Color.cpp
@@ -21,7 +21,8 @@ const TDT4102::Color TDT4102::Color::navy = TDT4102::Color{0x000080};
 const TDT4102::Color TDT4102::Color::blue = TDT4102::Color{0x0000ff}; 	
 const TDT4102::Color TDT4102::Color::teal = TDT4102::Color{0x008080}; 	
 const TDT4102::Color TDT4102::Color::aqua = TDT4102::Color{0x00ffff}; 	
-const TDT4102::Color TDT4102::Color::orange = TDT4102::Color{0xffa500}; 	
+const TDT4102::Color TDT4102::Color::orange = TDT4102::Color{0xffa500};
+const TDT4102::Color TDT4102::Color::mid_gray = TDT4102::Color{0x6a6c6e}; 	
 const TDT4102::Color TDT4102::Color::alice_blue = TDT4102::Color{0xf0f8ff}; 	
 const TDT4102::Color TDT4102::Color::antique_white = TDT4102::Color{0xfaebd7}; 	
 const TDT4102::Color TDT4102::Color::aquamarine = TDT4102::Color{0x7fffd4};