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' ]),