Skip to content
Snippets Groups Projects
Commit eee48477 authored by Maximilian Giller's avatar Maximilian Giller :squid:
Browse files

Implemented new color data in parser

parent 0814359d
No related branches found
No related tags found
No related merge requests found
Pipeline #57101 failed
......@@ -6,13 +6,13 @@ FROM_FILE = "AuD-Inhalt2.xlsx"
OUT_FILE = "aud.json"
COLOR_PALETTE = [
"rgb(104, 169, 77)",
"rgb(102, 75, 154)",
"rgb(41, 171, 226)",
"rgb(224, 133, 35)",
"rgb(214, 207, 126)",
"rgb(239, 65, 35)",
"rgb(255, 255, 255)",
{"r":104, "g":169, "b":77},
{"r":102, "g":75, "b":154},
{"r":41, "g":171, "b":226},
{"r":224, "g":133, "b":35},
{"r":214, "g":207, "b":126},
{"r":239, "g":65, "b":35},
{"r":255, "g":255, "b":255},
]
def check_value(val):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment