Update presets.py
This commit is contained in:
+17
-16
@@ -287,22 +287,6 @@ PRESETS: dict[str, ColorProfile] = {
|
|||||||
'#810081'
|
'#810081'
|
||||||
]),
|
]),
|
||||||
|
|
||||||
'unlabeled1': ColorProfile([
|
|
||||||
'#EAF8E4',
|
|
||||||
'#FDFDFB',
|
|
||||||
'#E1EFF7',
|
|
||||||
'#F4E2C4'
|
|
||||||
]),
|
|
||||||
|
|
||||||
'unlabeled2': ColorProfile([
|
|
||||||
'#250548',
|
|
||||||
'#FFFFFF',
|
|
||||||
'#F7DCDA',
|
|
||||||
'#EC9BEE',
|
|
||||||
'#9541FA',
|
|
||||||
'#7D2557'
|
|
||||||
]),
|
|
||||||
|
|
||||||
# below sourced from https://www.flagcolorcodes.com/flags/pride
|
# below sourced from https://www.flagcolorcodes.com/flags/pride
|
||||||
# goto f"https://www.flagcolorcodes.com/{preset}" for info
|
# goto f"https://www.flagcolorcodes.com/{preset}" for info
|
||||||
# todo: sane sorting
|
# todo: sane sorting
|
||||||
@@ -548,4 +532,21 @@ PRESETS: dict[str, ColorProfile] = {
|
|||||||
"#F39FCE",
|
"#F39FCE",
|
||||||
"#EA7BB3",
|
"#EA7BB3",
|
||||||
]),
|
]),
|
||||||
|
|
||||||
|
'unlabeled1': ColorProfile([
|
||||||
|
'#EAF8E4',
|
||||||
|
'#FDFDFB',
|
||||||
|
'#E1EFF7',
|
||||||
|
'#F4E2C4'
|
||||||
|
]),
|
||||||
|
|
||||||
|
'unlabeled2': ColorProfile([
|
||||||
|
'#250548',
|
||||||
|
'#FFFFFF',
|
||||||
|
'#F7DCDA',
|
||||||
|
'#EC9BEE',
|
||||||
|
'#9541FA',
|
||||||
|
'#7D2557'
|
||||||
|
]),
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user