From 348c6d4dcc833d0a34f1cb3f5436436fdbfdec1e Mon Sep 17 00:00:00 2001 From: Lucy Robillard Date: Mon, 25 Jul 2022 12:43:55 -0700 Subject: [PATCH] Add omnisexual flag --- hyfetch/presets.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hyfetch/presets.py b/hyfetch/presets.py index a245601e..1afb06ac 100644 --- a/hyfetch/presets.py +++ b/hyfetch/presets.py @@ -207,6 +207,15 @@ PRESETS: dict[str, ColorProfile] = { '#1594F6', ]), + # omnisexual sorced from https://www.flagcolorcodes.com/omnisexual + 'omnisexual': ColorProfile([ + '#FE9ACE', + '#FF53BF', + '#200044', + '#6760FE', + '#8EA6FF', + ]), + # gay men sourced from https://www.flagcolorcodes.com/gay-men 'gay-men': ColorProfile([ '#078D70',