Skip to content

Commit 24679e7

Browse files
committed
Merge branch 'main' into football
# Conflicts: # vmas/simulator/utils.py
2 parents 91346c1 + b76519f commit 24679e7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

vmas/simulator/utils.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024.
1+
# Copyright (c) 2022-2025.
22
# ProrokLab (https://www.proroklab.org/)
33
# All rights reserved.
44
import importlib
@@ -54,8 +54,10 @@ class Color(Enum):
5454
WHITE = (0.75, 0.75, 0.75)
5555
GRAY = (0.25, 0.25, 0.25)
5656
BLACK = (0.15, 0.15, 0.15)
57-
ORANGE = (1, 0.5, 0.1)
58-
PINK = (1.0, 0.2, 0.9)
57+
ORANGE = (1.00, 0.50, 0)
58+
PINK = (0.97, 0.51, 0.75)
59+
PURPLE = (0.60, 0.31, 0.64)
60+
YELLOW = (0.87, 0.87, 0)
5961

6062

6163
def override(cls):

0 commit comments

Comments
 (0)