diff --git a/rules/architecture/couleurs.hh b/rules/architecture/couleurs.hh index 841d4bc..9a6505a 100644 --- a/rules/architecture/couleurs.hh +++ b/rules/architecture/couleurs.hh @@ -6,7 +6,7 @@ class Couleurs { public: static const unsigned int mur = 0xF1E3AD; - static const unsigned int toit = 0xE02000; + static const unsigned int toit = 0x961618; static const unsigned int route = 0x363636; static const unsigned int trottoir = 0x666666; static const unsigned int bordureTrottoir = 0xAAAAAA;