diff -r caac957e9834 -r 30cb5e836736 src/gl/common.h --- a/src/gl/common.h Sat Feb 01 17:10:11 2020 +0200 +++ b/src/gl/common.h Sat Feb 01 17:20:10 2020 +0200 @@ -156,6 +156,7 @@ { gl::RenderStyle style = gl::RenderStyle::Normal; QColor mainColor{255, 255, 64}; + QColor backgroundColor{48, 48, 48}; float lineThickness = 2.0f; }; }