From 85c1f27d8a97e9439d27b73071ebda2e6817acb3 Mon Sep 17 00:00:00 2001 From: Kaj Forney Date: Sun, 8 Sep 2024 20:01:06 -0600 Subject: [PATCH] Modify bisexual flag with correct stripe size. --- hyfetch/presets.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hyfetch/presets.py b/hyfetch/presets.py index 2fea1899..debc5b00 100644 --- a/hyfetch/presets.py +++ b/hyfetch/presets.py @@ -225,8 +225,10 @@ PRESETS: dict[str, ColorProfile] = { ]), 'bisexual': ColorProfile([ + '#D60270', '#D60270', '#9B4F96', + '#0038A8', '#0038A8' ]),