diff -r cd6704009eb9 -r 3c10f0e2fbe0 src/gl/common.h --- 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; };