fix scheme mapping for magenta

This commit is contained in:
2026-03-05 13:40:01 -08:00
parent 1dcf75a360
commit 6e684a9c4e
3 changed files with 3 additions and 3 deletions

View File

@@ -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",

View File

@@ -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 = [

2
uv.lock generated
View File

@@ -882,7 +882,7 @@ wheels = [
[[package]]
name = "monobiome"
version = "1.5.4"
version = "1.5.5"
source = { editable = "." }
dependencies = [
{ name = "coloraide" },