From 865dea5dc31c3c9ac5ae26a62ee99f13f70be632 Mon Sep 17 00:00:00 2001 From: "Azalea (on HyDEV-Daisy)" Date: Sun, 19 Jun 2022 17:06:40 -0400 Subject: [PATCH] [+] Add beiyang flag --- hyfetch/presets.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hyfetch/presets.py b/hyfetch/presets.py index b30dd7e8..cec4cc69 100644 --- a/hyfetch/presets.py +++ b/hyfetch/presets.py @@ -300,4 +300,12 @@ PRESETS: dict[str, ColorProfile] = { '#5276D4', '#5276D4', ]), + + 'beiyang': ColorProfile([ + '#DF1B12', + '#FFC600', + '#01639D', + '#FFFFFF', + '#000000', + ]), }