diff --git a/escher/include/escher/palette.h b/escher/include/escher/palette.h index 742f50c63..6c52d793e 100644 --- a/escher/include/escher/palette.h +++ b/escher/include/escher/palette.h @@ -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); };