From a2ba1c9ca226d5fcafeba97e2bff32e37dab7cbe Mon Sep 17 00:00:00 2001 From: Azalea Gui Date: Fri, 20 Jan 2023 19:34:46 -0500 Subject: [PATCH] =?UTF-8?q?[+]=20Add=20burger=20flag=20=F0=9F=8D=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hyfetch/presets.py | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/hyfetch/presets.py b/hyfetch/presets.py index 2f08fd6b..c88c275a 100644 --- a/hyfetch/presets.py +++ b/hyfetch/presets.py @@ -518,13 +518,6 @@ PRESETS: dict[str, ColorProfile] = { '#5276D4', ]), - 'beiyang': ColorProfile([ - '#DF1B12', - '#FFC600', - '#01639D', - '#FFFFFF', - '#000000', - ]), "finsexual": ColorProfile([ "#B18EDF", "#D7B1E2", @@ -592,4 +585,20 @@ PRESETS: dict[str, ColorProfile] = { "#613a03", "#2f3fb9" ]), + + 'beiyang': ColorProfile([ + '#DF1B12', + '#FFC600', + '#01639D', + '#FFFFFF', + '#000000', + ]), + + 'burger': ColorProfile([ + '#F3A26A', + '#498701', + '#FD1C13', + '#7D3829', + '#F3A26A', + ]), }