We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91346c1 + b76519f commit 24679e7Copy full SHA for 24679e7
vmas/simulator/utils.py
@@ -1,4 +1,4 @@
1
-# Copyright (c) 2022-2024.
+# Copyright (c) 2022-2025.
2
# ProrokLab (https://www.proroklab.org/)
3
# All rights reserved.
4
import importlib
@@ -54,8 +54,10 @@ class Color(Enum):
54
WHITE = (0.75, 0.75, 0.75)
55
GRAY = (0.25, 0.25, 0.25)
56
BLACK = (0.15, 0.15, 0.15)
57
- ORANGE = (1, 0.5, 0.1)
58
- PINK = (1.0, 0.2, 0.9)
+ ORANGE = (1.00, 0.50, 0)
+ PINK = (0.97, 0.51, 0.75)
59
+ PURPLE = (0.60, 0.31, 0.64)
60
+ YELLOW = (0.87, 0.87, 0)
61
62
63
def override(cls):
0 commit comments