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