From 06d299f2f78c700dd00ecb89f2b1c329b7afe267 Mon Sep 17 00:00:00 2001 From: Lucy Robillard Date: Wed, 20 Jul 2022 12:51:04 -0700 Subject: [PATCH] Add 5 stripe gay men flag --- hyfetch/presets.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hyfetch/presets.py b/hyfetch/presets.py index 5df74a8e..f5c7a695 100644 --- a/hyfetch/presets.py +++ b/hyfetch/presets.py @@ -207,6 +207,15 @@ PRESETS: dict[str, ColorProfile] = { '#1594F6', ]), + # gay men sourced from https://www.flagcolorcodes.com/gay-men + 'gay-men': ColorProfile([ + '#078D70', + '#98E8C1', + '#FFFFFF', + '#7BADE2', + '#3D1A78' + ]), + 'lesbian': ColorProfile([ '#D62800', '#FF9B56',