From 6b284ff6e88028e10b0c9b42d275d849593269dc Mon Sep 17 00:00:00 2001 From: Skyler Date: Thu, 2 Jun 2022 22:02:14 +0100 Subject: [PATCH] Update the prideflags to add a genderqueer flag (#16) * Update the prideflags to add a genderqueer flag * remove duplicate colors Co-authored-by: Madeleine <32415621+SpyHoodle@users.noreply.github.com> Co-authored-by: Madeleine <32415621+SpyHoodle@users.noreply.github.com> --- src/__main__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/__main__.py b/src/__main__.py index 35b7667..10707da 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -30,6 +30,7 @@ flags = { "demiboy": [244, 249, 117, 255, 117, 249, 244], "demigirl": [244, 249, 218, 255, 218, 249, 244], "genderfluid": [211, 255, 128, 0, 63], + "genderqueer": [141, 255, 64], "aromantic": [71, 149, 255, 249, 0], "agender": [0, 251, 255, 149, 255, 251, 0], "asexual": [0, 242, 255, 54],