Adjusted the Insight window colour palette to use softer colours with a higher temperature (less blue)
This commit is contained in:
@@ -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");
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user