Tweaks to Insight's colour palette
This commit is contained in:
@@ -14,7 +14,7 @@ void BodyWidget::drawWidget(QPainter& painter) {
|
||||
painter.setRenderHints(QPainter::RenderHint::Antialiasing | QPainter::RenderHint::SmoothPixmapTransform, true);
|
||||
|
||||
auto targetBodyColor = this->getBodyColor();
|
||||
auto backgroundColor = QColor("#343532");
|
||||
auto backgroundColor = QColor("#373835");
|
||||
|
||||
if (!this->isEnabled()) {
|
||||
targetBodyColor.setAlpha(this->getDisableAlphaLevel());
|
||||
|
||||
@@ -12,7 +12,7 @@ namespace Bloom::Widgets::InsightTargetWidgets::Qfp
|
||||
|
||||
private:
|
||||
// These properties can be modified via Qt style sheets (see Stylesheets/QuadFlatPackage.qss)
|
||||
QColor bodyColor = QColor("#918E86");
|
||||
QColor bodyColor = QColor("#908D85");
|
||||
int disableAlphaLevel = 100;
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user