From 9a758de236c4d34ef3f02ddb66e51acd84e2f649 Mon Sep 17 00:00:00 2001 From: spy Date: Wed, 20 Apr 2022 18:07:56 +0100 Subject: [PATCH] Add modern gay flag & rename old to classic --- pridefetch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pridefetch b/pridefetch index 3965027..1417e37 100755 --- a/pridefetch +++ b/pridefetch @@ -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],