From bbe40930c23bf686c20f7d09e942a74f79afea30 Mon Sep 17 00:00:00 2001 From: malex <168781923+malex342@users.noreply.github.com> Date: Thu, 25 Jul 2024 17:57:48 -0400 Subject: [PATCH 1/2] added four flags in reference to issue #328 --- hyfetch/presets.py | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/hyfetch/presets.py b/hyfetch/presets.py index 0822c04c..557969b1 100644 --- a/hyfetch/presets.py +++ b/hyfetch/presets.py @@ -689,6 +689,37 @@ PRESETS: dict[str, ColorProfile] = { '#FFFFFF', '#636363', ]), + + 'kenochoric': ColorProfile([ + '#000000', + '#2E1569', + '#824DB7', + '#C7A1D6', + ]), + + 'veldian': ColorProfile([ + '#D182A8', + '#FAF6E0', + '#69ACBE', + '#5D448F', + '#3A113E', + ]), + + 'solian': ColorProfile([ + '#FFF8ED', + '#FFE7A8', + '#F1B870', + '#A56058', + '#42681E', + ]), + + 'lunian': ColorProfile([ + '#2F0E62', + '#6F41B1', + '#889FDF', + '#7DDFD5', + '#D2F2E2', + ]), # Meme flags 'beiyang': ColorProfile([ From e46e78ecd56794c147f670191f1f46fd502f9db0 Mon Sep 17 00:00:00 2001 From: malex <168781923+malex342@users.noreply.github.com> Date: Fri, 26 Jul 2024 13:42:07 -0400 Subject: [PATCH 2/2] =?UTF-8?q?fixing=20color=20typo=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit picked the wrong color for solian flag --- hyfetch/presets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyfetch/presets.py b/hyfetch/presets.py index 557969b1..9d3694fd 100644 --- a/hyfetch/presets.py +++ b/hyfetch/presets.py @@ -710,7 +710,7 @@ PRESETS: dict[str, ColorProfile] = { '#FFE7A8', '#F1B870', '#A56058', - '#42681E', + '#46281E', ]), 'lunian': ColorProfile([