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

@@ -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: