[escher] update color in palette

Change-Id: I83fa12b276e5cf044c78144f68b6eeb14528c4d6
This commit is contained in:
Émilie Feral
2016-12-01 17:08:53 +01:00
parent b1ff25111a
commit ab29a8d60e

View File

@@ -8,7 +8,7 @@ public:
constexpr static KDColor LineColor = KDColor::RGB24(0xB4B7B9);
constexpr static KDColor BackgroundColor = KDColor::RGB24(0xF0F3F5);
constexpr static KDColor CellBackgroundColor = KDColor::RGB24(0xFCFCFC);
constexpr static KDColor FocusCellBackgroundColor = KDColor::RGB24(0xBFD3EB);
constexpr static KDColor FocusCellBackgroundColor = KDColor::RGB24(0xDDDFE6);
constexpr static KDColor DesactiveTextColor = KDColor::RGB24(0x646464);
constexpr static KDColor BoxTitleBackgroundColor = KDColor::RGB24(0x656976);
};