diff -r 2e0e2c696605 -r 4cc687851fbb src/colors.h --- a/src/colors.h Fri Dec 21 21:43:06 2018 +0200 +++ b/src/colors.h Wed Dec 26 16:38:38 2018 +0200 @@ -118,3 +118,9 @@ static const LDColor MainColor {16}; static const LDColor EdgeColor {24}; +static const QVector defaultColorToolbar { + LDColor(4), LDColor(25), LDColor(14), LDColor(27), + LDColor(2), LDColor(3), LDColor(11), LDColor(1), LDColor(22), + LDColor::nullColor, + LDColor(0), LDColor(72), LDColor(71), LDColor(15) +};