Update presets.py

added leather flag (two variants)
This commit is contained in:
C-HCM 2024-05-28 22:39:50 -03:00 committed by GitHub
parent 09c823d8c8
commit 820b78fb3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -690,6 +690,28 @@ PRESETS: dict[str, ColorProfile] = {
'#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([
'#DF1B12',