diff --git a/apps/atom b/apps/atom index 954fe0fa3..5613cf947 160000 --- a/apps/atom +++ b/apps/atom @@ -1 +1 @@ -Subproject commit 954fe0fa3b9d2c3a613995ce10797d87a60a30f1 +Subproject commit 5613cf9475b787261ce80f048e75671cba3a5d83 diff --git a/escher/include/escher/palette.h b/escher/include/escher/palette.h index 0ec84d27f..af6973a31 100644 --- a/escher/include/escher/palette.h +++ b/escher/include/escher/palette.h @@ -42,6 +42,7 @@ public: class AtomPalette { public: constexpr static KDColor Unknown = KDColor::RGB24(0xeeeeee); + constexpr static KDColor AtomText = KDColor::RGB24(0x000000); constexpr static KDColor AlkaliMetal = KDColor::RGB24(0xffaa00); constexpr static KDColor AlkaliEarthMetal = KDColor::RGB24(0xf6f200); constexpr static KDColor Lanthanide = KDColor::RGB24(0xffaa8b); diff --git a/escher/src/palette.cpp b/escher/src/palette.cpp index 918abdc6e..081fbf6bd 100644 --- a/escher/src/palette.cpp +++ b/escher/src/palette.cpp @@ -33,6 +33,7 @@ constexpr KDColor Palette::DataColor[]; constexpr KDColor Palette::DataColorLight[]; constexpr KDColor AtomPalette::Unknown; +constexpr KDColor AtomPalette::AtomText; constexpr KDColor AtomPalette::AlkaliMetal; constexpr KDColor AtomPalette::AlkaliEarthMetal; constexpr KDColor AtomPalette::Lanthanide; diff --git a/themes b/themes index 8d6161fcf..f3175bc2e 160000 --- a/themes +++ b/themes @@ -1 +1 @@ -Subproject commit 8d6161fcf249aea75ca0beb7747e2f6e9490810d +Subproject commit f3175bc2ec07ba5d3242a4888f8cd55a7673712c