forgot to actually git add caninekin lmao
This commit is contained in:
parent
1f1362a0b5
commit
b7f2992ecd
1 changed files with 10 additions and 0 deletions
|
@ -718,5 +718,15 @@ PRESETS: dict[str, ColorProfile] = {
|
|||
'#1B86BC',
|
||||
'#243897',
|
||||
'#6F0A82',
|
||||
]),
|
||||
# this is 4 all the dogs, from zombpawcoins on tumblr!
|
||||
'caninekin': ColorProfile([
|
||||
'#2d2822',
|
||||
'#543d25',
|
||||
'#9c754d',
|
||||
'#e8dac2',
|
||||
'#cfad8c',
|
||||
'#b77b55',
|
||||
'#954e31'
|
||||
])
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue