Salome HOME
The default colors in preferences for sketch elements and features.
[modules/shaper.git] / src / Model / Model_ResultBody.h
index befed5622160d40ce29394c6344afd43c4f0fdd5..cafa565177122830702734ba0065bc4ec5d9a87f 100644 (file)
@@ -32,7 +32,7 @@ public:
   /// default color for a result body
   inline static const std::string& DEFAULT_COLOR()
   {
-    static const std::string RESULT_BODY_COLOR("#E0A01B");
+    static const std::string RESULT_BODY_COLOR("150,150,180");
     return RESULT_BODY_COLOR;
   }