Add rainbow pride flag

This commit is contained in:
Constantin Gierczak--Galle 2023-12-10 19:59:41 +01:00
parent bf80cf2794
commit b880c93e2e

View file

@ -4,11 +4,14 @@ from typing import List, Callable, Optional, Union, Tuple
from enum import Enum
# TODO: fill-in
RAINBOW = [Color("red"), Color("orange"), Color("yellow"), Color("green"),
Color("blue"), Color("purple")]
magenta = Color(rgb=(214, 2, 112))
lavender = Color(rgb=(155, 79, 150))
royal = Color(rgb=(0, 56, 168))
RAINBOW = []
BI = [magenta, magenta, lavender, royal, royal]
INTER = []
LESBIAN = []
GAY = []