Add modern gay flag & rename old to classic

This commit is contained in:
Maddie H 2022-04-20 18:07:56 +01:00
parent 7421138c06
commit 9a758de236

View File

@ -17,12 +17,13 @@ from packages import get_num_packages as packages
# Define a dictionary of all the flags and their colors
# Each color is the color for an individual row in the flag
flags = {
"gay": [196, 208, 226, 28, 20, 90],
"classic": [196, 208, 226, 28, 20, 90],
"gay": [23, 43, 115, 255, 117, 57, 55],
"bisexual": [198, 198, 97, 25, 25],
"lesbian": [202, 209, 255, 255, 168, 161],
"pansexual": [198, 220, 39],
"trans": [81, 211, 255, 211, 81],
"nonbinary": [226, 255, 98, 237, ],
"nonbinary": [226, 255, 98, 237],
"demiboy": [244, 249, 117, 255, 117, 249, 244],
"demigirl": [244, 249, 218, 255, 218, 249, 244],
"genderfluid": [211, 255, 128, 0, 63],