src/gl/common.h

changeset 48
3c10f0e2fbe0
parent 46
98645c8e7704
child 53
3af627f7a40f
--- a/src/gl/common.h	Thu Feb 06 23:41:20 2020 +0200
+++ b/src/gl/common.h	Fri Feb 07 01:58:34 2020 +0200
@@ -158,6 +158,7 @@
 		gl::RenderStyle style = gl::RenderStyle::Normal;
 		QColor mainColor{255, 255, 64};
 		QColor backgroundColor{48, 48, 48};
+		QColor selectedColor{32, 32, 255};
 		GLfloat lineThickness = 2.0f;
 		bool lineAntiAliasing = true;
 	};

mercurial