From fb09fbc40f0759b6a4749f2e3c8138ec95f0be33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20Guid=C3=A9e?= Date: Tue, 26 Nov 2019 23:48:11 +0100 Subject: [PATCH] Update palette & submodule themes --- escher/include/escher/palette.h | 1 + themes | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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