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
+22
View File
@@ -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([