forgot to actually git add caninekin lmao

This commit is contained in:
yari 2024-06-28 00:31:53 +01:00
parent 1f1362a0b5
commit b7f2992ecd

View file

@ -718,5 +718,15 @@ PRESETS: dict[str, ColorProfile] = {
'#1B86BC', '#1B86BC',
'#243897', '#243897',
'#6F0A82', '#6F0A82',
]),
# this is 4 all the dogs, from zombpawcoins on tumblr!
'caninekin': ColorProfile([
'#2d2822',
'#543d25',
'#9c754d',
'#e8dac2',
'#cfad8c',
'#b77b55',
'#954e31'
]) ])
} }