diff --git a/.gitignore b/.gitignore index 1eabd6d6b..6d58dfa02 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /output/ build/device/**/*.pyc -epsilon.elf \ No newline at end of file +epsilon.elf +.vscode diff --git a/escher/include/escher/palette.h b/escher/include/escher/palette.h index 5fd89df4c..91a3b1366 100644 --- a/escher/include/escher/palette.h +++ b/escher/include/escher/palette.h @@ -50,12 +50,10 @@ public: constexpr static KDColor Halogen = KDColor::RGB24(0x00debd); constexpr static KDColor ReactiveNonmetal = KDColor::RGB24(0x00ee00); constexpr static KDColor NobleGas = KDColor::RGB24(0x8baaff); - constexpr static KDColor TableLines = KDColor::RGB24(0x323532); - constexpr static KDColor AtomColor[] = { - Unknown, AlkaliMetal, AlkaliEarthMetal, Lanthanide, Actinide, TransitionMetal, - PostTransitionMetal, Metalloid, Halogen, ReactiveNonmetal, NobleGas + Unknown, AlkaliMetal, AlkaliEarthMetal, Lanthanide, Actinide, TransitionMetal, + PostTransitionMetal, Metalloid, Halogen, ReactiveNonmetal, NobleGas }; };