Update presets.py
added leather flag (two variants)
This commit is contained in:
parent
09c823d8c8
commit
820b78fb3b
1 changed files with 22 additions and 0 deletions
|
@ -690,6 +690,28 @@ PRESETS: dict[str, ColorProfile] = {
|
||||||
'#555555',
|
'#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
|
# Meme flags
|
||||||
'beiyang': ColorProfile([
|
'beiyang': ColorProfile([
|
||||||
'#DF1B12',
|
'#DF1B12',
|
||||||
|
|
Loading…
Reference in a new issue