From a8f9ce0b342eefbe615fff7963e8af551ed43438 Mon Sep 17 00:00:00 2001 From: Cassie Norman Date: Wed, 2 Jul 2025 15:26:07 -0300 Subject: [PATCH] 10 extra colours --- netclop/constants.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/netclop/constants.py b/netclop/constants.py index 17e6691..559e865 100644 --- a/netclop/constants.py +++ b/netclop/constants.py @@ -1,6 +1,11 @@ """Defines constants.""" +"""COLORS = ["#636EFA", "#EF553B", "#00CC96", "#FFA15A", "#AB63FA", + "#19D3F3", "#B6E880", "#FF97FF", "#FFE873", "#A88D56"]""" + COLORS = ["#636EFA", "#EF553B", "#00CC96", "#FFA15A", "#AB63FA", - "#19D3F3", "#B6E880", "#FF97FF", "#FFE873", "#A88D56"] + "#19D3F3", "#B6E880", "#FF97FF", "#FFE873", "#A88D56", + "#0D0E38","#5E0C23","#024B35","#7B3718","#553555", + "#05878A", "#416B4D", "#B05069", "#DD9933" , "#402F1D"] SEED: int = 42