diff --git a/hyfetch/presets.py b/hyfetch/presets.py index d1b290b5..6e4ccb12 100644 --- a/hyfetch/presets.py +++ b/hyfetch/presets.py @@ -525,4 +525,11 @@ PRESETS: dict[str, ColorProfile] = { '#FFFFFF', '#000000', ]), + "finsexual": ColorProfile([ + "#B18EDF", + "#D7B1E2", + "#F7CDE9", + "#F39FCE", + "#EA7BB3", + ]), }