diff --git a/hyfetch/presets.py b/hyfetch/presets.py index debc5b00..fb5d325c 100644 --- a/hyfetch/presets.py +++ b/hyfetch/presets.py @@ -225,10 +225,12 @@ PRESETS: dict[str, ColorProfile] = { ]), 'bisexual': ColorProfile([ + '#D60270', '#D60270', '#D60270', '#9B4F96', '#0038A8', + '#0038A8', '#0038A8' ]),