diff --git a/escher/include/escher/palette.h b/escher/include/escher/palette.h index 5888bd613..0ec84d27f 100644 --- a/escher/include/escher/palette.h +++ b/escher/include/escher/palette.h @@ -6,6 +6,7 @@ class Palette { public: constexpr static KDColor Text = KDColor::RGB24(0x000000); + constexpr static KDColor BackgroundHard = KDColor::RGB24(0xffffff); constexpr static KDColor YellowDark = KDColor::RGB24(0xffb734); constexpr static KDColor YellowLight = KDColor::RGB24(0xffcc7b); constexpr static KDColor PurpleBright = KDColor::RGB24(0x656975); diff --git a/themes b/themes index 02bdefe78..9c77c4b50 160000 --- a/themes +++ b/themes @@ -1 +1 @@ -Subproject commit 02bdefe7857b191c22a377cfe515d090deff3e05 +Subproject commit 9c77c4b507151ea31aa58d608e66cd7fce768cd8