Tweaks to Insight's colour palette

This commit is contained in:
Nav
2021-09-21 23:13:28 +01:00
parent 6686a021fb
commit c428cff5a1
9 changed files with 31 additions and 32 deletions

View File

@@ -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());