From 25774626490476e54620c60ecc7a53d08414b732 Mon Sep 17 00:00:00 2001 From: Maxwell Winkler Date: Thu, 15 Jun 2023 10:37:54 -0500 Subject: [PATCH 1/3] added therian flag --- hyfetch/presets.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hyfetch/presets.py b/hyfetch/presets.py index ea95c668..8fb55016 100644 --- a/hyfetch/presets.py +++ b/hyfetch/presets.py @@ -622,6 +622,13 @@ PRESETS: dict[str, ColorProfile] = { "#0B130C" ]), + # used https://twitter.com/foxbrained/status/1667621855518236674/photo/1 as source and colorpicked + 'therian' : ColorProfile([ + "#177B49", + "#FFFFFF", + "#593C90" + ]), + # Meme flags 'beiyang': ColorProfile([ '#DF1B12', From a2cf60bc4c38c9be58161c448151925cdde509d3 Mon Sep 17 00:00:00 2001 From: Maxwell Winkler Date: Thu, 15 Jun 2023 10:57:14 -0500 Subject: [PATCH 2/3] changed name to be more accurate (it is not only therian.) --- hyfetch/presets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyfetch/presets.py b/hyfetch/presets.py index 8fb55016..03337d1c 100644 --- a/hyfetch/presets.py +++ b/hyfetch/presets.py @@ -623,7 +623,7 @@ PRESETS: dict[str, ColorProfile] = { ]), # used https://twitter.com/foxbrained/status/1667621855518236674/photo/1 as source and colorpicked - 'therian' : ColorProfile([ + 'nonhumanunity' : ColorProfile([ "#177B49", "#FFFFFF", "#593C90" From 8389a1dee95d34d9be581690fbdee78881f317b1 Mon Sep 17 00:00:00 2001 From: Maxwell Winkler Date: Thu, 15 Jun 2023 10:59:23 -0500 Subject: [PATCH 3/3] add dash because it's hard to read w/o --- hyfetch/presets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyfetch/presets.py b/hyfetch/presets.py index 03337d1c..93edcdcf 100644 --- a/hyfetch/presets.py +++ b/hyfetch/presets.py @@ -623,7 +623,7 @@ PRESETS: dict[str, ColorProfile] = { ]), # used https://twitter.com/foxbrained/status/1667621855518236674/photo/1 as source and colorpicked - 'nonhumanunity' : ColorProfile([ + 'nonhuman-unity' : ColorProfile([ "#177B49", "#FFFFFF", "#593C90"