src/colors.h

changeset 1432
4cc687851fbb
parent 1397
5d5c11af0268
equal deleted inserted replaced
1431:2e0e2c696605 1432:4cc687851fbb
116 116
117 int luma(const QColor& col); 117 int luma(const QColor& col);
118 118
119 static const LDColor MainColor {16}; 119 static const LDColor MainColor {16};
120 static const LDColor EdgeColor {24}; 120 static const LDColor EdgeColor {24};
121 static const QVector<LDColor> defaultColorToolbar {
122 LDColor(4), LDColor(25), LDColor(14), LDColor(27),
123 LDColor(2), LDColor(3), LDColor(11), LDColor(1), LDColor(22),
124 LDColor::nullColor,
125 LDColor(0), LDColor(72), LDColor(71), LDColor(15)
126 };

mercurial