[PR] #318 from yari-dog: Add caninekin

caninekin flag for all the dogs
This commit is contained in:
Azalea 2024-10-21 20:05:25 -04:00 committed by GitHub
commit e184ed613a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 15 additions and 5 deletions

View file

@ -900,5 +900,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'
])
}