Tweaks to Insight's colour palette
This commit is contained in:
@@ -23,7 +23,7 @@ void BodyWidget::drawWidget(QPainter& painter) {
|
||||
|
||||
// Draw target body
|
||||
auto targetBodyColor = this->getBodyColor();
|
||||
auto backgroundColor = QColor("#343532");
|
||||
auto backgroundColor = QColor("#373835");
|
||||
|
||||
if (!this->isEnabled()) {
|
||||
targetBodyColor.setAlpha(this->getDisableAlphaLevel());
|
||||
|
||||
Reference in New Issue
Block a user