diff --git a/hyfetch/presets.py b/hyfetch/presets.py index bae0128b..ddbf0beb 100644 --- a/hyfetch/presets.py +++ b/hyfetch/presets.py @@ -689,6 +689,28 @@ PRESETS: dict[str, ColorProfile] = { '#FFFFFF', '#555555', ]), + + # colorpicked from https://commons.wikimedia.org/wiki/File:Leather,_Latex,_and_BDSM_pride_-_Light.svg + 'leather1': ColorProfile([ + '#000000', + '#252580', + '#000000', + '#252580', + '#FFFFFF', + '#252580', + '#000000', + '#252580', + '#000000', + ]), + + # same as above but simplified + 'leather2': ColorProfile([ + '#000000', + '#252580', + '#FFFFFF', + '#252580', + '#000000', + ]), # Meme flags 'beiyang': ColorProfile([