From 25774626490476e54620c60ecc7a53d08414b732 Mon Sep 17 00:00:00 2001 From: Maxwell Winkler Date: Thu, 15 Jun 2023 10:37:54 -0500 Subject: [PATCH] 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',