Update presets.py
added bears 🐻
This commit is contained in:
parent
7534371b05
commit
3b5b3a556b
1 changed files with 11 additions and 0 deletions
|
|
@ -679,6 +679,17 @@ PRESETS: dict[str, ColorProfile] = {
|
||||||
'#636363',
|
'#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
|
# Meme flags
|
||||||
'beiyang': ColorProfile([
|
'beiyang': ColorProfile([
|
||||||
'#DF1B12',
|
'#DF1B12',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue