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