From 00f1918cfb6d0e3aa45755d1443506b8856527ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20Guid=C3=A9e?= Date: Tue, 26 Nov 2019 17:45:18 +0100 Subject: [PATCH] updated .gitignore --- .gitignore | 3 ++- escher/include/escher/palette.h | 6 ++---- 2 files changed, 4 insertions(+), 5 deletions(-) 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 }; };