fix scheme mapping for magenta
This commit is contained in:
@@ -111,7 +111,7 @@ def handle_scheme(args: Namespace, parser: ArgumentParser) -> None:
|
|||||||
"cyan": "cyan",
|
"cyan": "cyan",
|
||||||
"blue": "blue",
|
"blue": "blue",
|
||||||
"violet": "violet",
|
"violet": "violet",
|
||||||
"magenta": "orange",
|
"magenta": "magenta",
|
||||||
}
|
}
|
||||||
term_color_map = {
|
term_color_map = {
|
||||||
"red": "red",
|
"red": "red",
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "monobiome"
|
name = "monobiome"
|
||||||
version = "1.5.4"
|
version = "1.5.5"
|
||||||
description = "Monobiome color palette"
|
description = "Monobiome color palette"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
authors = [
|
authors = [
|
||||||
|
|||||||
Reference in New Issue
Block a user