From cd0f55cd92cc2c596cb692d0140063f255436eed Mon Sep 17 00:00:00 2001 From: Lucy Robillard Date: Wed, 20 Jul 2022 12:37:10 -0700 Subject: [PATCH] Add polysexual --- hyfetch/presets.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hyfetch/presets.py b/hyfetch/presets.py index 47533bcf..5df74a8e 100644 --- a/hyfetch/presets.py +++ b/hyfetch/presets.py @@ -201,6 +201,12 @@ PRESETS: dict[str, ColorProfile] = { '#1AB3FF' ]), + 'polysexual': ColorProfile([ + '#F714BA', + '#01D66A', + '#1594F6', + ]), + 'lesbian': ColorProfile([ '#D62800', '#FF9B56',