Adjusted the Insight window colour palette to use softer colours with a higher temperature (less blue)

This commit is contained in:
Nav
2021-08-07 17:31:06 +01:00
parent f4da255b75
commit 81ad21b005
10 changed files with 43 additions and 40 deletions

View File

@@ -55,7 +55,7 @@ namespace Bloom::Widgets::InsightTargetWidgets::Dip
this->bodyWidget->setPinState(pinState);
}
this->setLabelColor(this->pinStateChanged ? "#6FA0FF" : "#a6a7aa");
this->setLabelColor(this->pinStateChanged ? "#4d7bba" : "#a6a7aa");
}
};
}