[+] Add watermelon cream lozenges for meme
This commit is contained in:
parent
1b3b5ca883
commit
3a96fe8561
2 changed files with 17 additions and 2 deletions
|
|
@ -721,7 +721,7 @@ PRESETS: dict[str, ColorProfile] = {
|
|||
'#FEAF02',
|
||||
'#A37000',
|
||||
]),
|
||||
|
||||
|
||||
# colorpicked from https://commons.wikimedia.org/wiki/File:Leather,_Latex,_and_BDSM_pride_-_Light.svg
|
||||
'leather': ColorProfile([
|
||||
'#000000',
|
||||
|
|
@ -751,7 +751,7 @@ PRESETS: dict[str, ColorProfile] = {
|
|||
'#FFFFFF',
|
||||
'#FFFF81',
|
||||
]),
|
||||
|
||||
|
||||
'kenochoric': ColorProfile([
|
||||
'#000000',
|
||||
'#2E1569',
|
||||
|
|
@ -941,6 +941,14 @@ PRESETS: dict[str, ColorProfile] = {
|
|||
'#F3A26A',
|
||||
]),
|
||||
|
||||
'throatlozenges': ColorProfile([
|
||||
"#2759DA",
|
||||
"#03940D",
|
||||
"#F5F100",
|
||||
"#F59B00",
|
||||
"#B71212"
|
||||
]),
|
||||
|
||||
# colors from Gilbert Baker's original 1978 flag design
|
||||
# used https://gilbertbaker.com/rainbow-flag-color-meanings/ as source and colorpicked
|
||||
'baker': ColorProfile([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue