[PR] #25 from ben5vik: add unlabeled flag

This commit is contained in:
Hykilpikonna 2022-10-10 10:06:31 -04:00 committed by GitHub
commit 8a091f4d01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -532,4 +532,21 @@ PRESETS: dict[str, ColorProfile] = {
"#F39FCE",
"#EA7BB3",
]),
'unlabeled1': ColorProfile([
'#EAF8E4',
'#FDFDFB',
'#E1EFF7',
'#F4E2C4'
]),
'unlabeled2': ColorProfile([
'#250548',
'#FFFFFF',
'#F7DCDA',
'#EC9BEE',
'#9541FA',
'#7D2557'
]),
}