Update of submodules + Atom is now themed

This commit is contained in:
Quentin Guidée
2019-11-27 16:19:39 +01:00
parent 8f3cdd2007
commit af2e8209ef
4 changed files with 4 additions and 2 deletions

View File

@@ -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);

View File

@@ -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;

2
themes

Submodule themes updated: 8d6161fcf2...f3175bc2ec