From d9a46c97c8f488171b651c405a1d25533d1a776e Mon Sep 17 00:00:00 2001 From: Lucy Robillard Date: Mon, 25 Jul 2022 12:38:50 -0700 Subject: [PATCH] Add abrosexual flag --- hyfetch/presets.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hyfetch/presets.py b/hyfetch/presets.py index f5c7a695..a245601e 100644 --- a/hyfetch/presets.py +++ b/hyfetch/presets.py @@ -224,6 +224,16 @@ PRESETS: dict[str, ColorProfile] = { '#A40062' ]), + # abrosexual used colorpicker to source from + # https://fyeahaltpride.tumblr.com/post/151704251345/could-you-guys-possibly-make-an-abrosexual-pride + 'abrosexual': ColorProfile([ + '#46D294', + '#A3E9CA', + '#FFFFFF', + '#F78BB3', + '#EE1766', + ]), + 'asexual': ColorProfile([ '#000000', '#A4A4A4',