From 31920a1b1f21ac1fe8a9ec6de23076efc8d66d8f Mon Sep 17 00:00:00 2001 From: Jaida Corvera Date: Wed, 1 May 2024 00:53:59 -0500 Subject: [PATCH] Adding Polyamorous flag --- hyfetch/presets.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hyfetch/presets.py b/hyfetch/presets.py index d61bbc06..7075de81 100644 --- a/hyfetch/presets.py +++ b/hyfetch/presets.py @@ -650,6 +650,15 @@ def unique_colors(self) -> ColorProfile: "#F3EDBD", ]), + # polyamorous flag colors pulled from https://polyamproud.com/flag + 'polyam' : ColorProfile([ + "#FFFFFF", + "#FCBF00", + "#009FE3", + "#E50051", + "#340C46", + ]), + # Meme flags 'beiyang': ColorProfile([ '#DF1B12',