mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
Update of submodules + Atom is now themed
This commit is contained in:
Submodule apps/atom updated: 954fe0fa3b...5613cf9475
@@ -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);
|
||||
|
||||
@@ -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
2
themes
Submodule themes updated: 8d6161fcf2...f3175bc2ec
Reference in New Issue
Block a user