diff --git a/hyfetch/presets.py b/hyfetch/presets.py index a289792d..bae0128b 100644 --- a/hyfetch/presets.py +++ b/hyfetch/presets.py @@ -679,6 +679,17 @@ PRESETS: dict[str, ColorProfile] = { '#636363', ]), + # Queer Subcultures + # sourced from https://commons.wikimedia.org/wiki/File:Bear_Brotherhood_flag.svg + 'bear': ColorProfile([ + '#623804', + '#D56300', + '#FEDD63', + '#FEE6B8', + '#FFFFFF', + '#555555', + ]), + # Meme flags 'beiyang': ColorProfile([ '#DF1B12',