feat: remove cyan and white from color palette
lint / lint (push) Successful in 1m41s
test / unit (push) Successful in 33s
test / integration (push) Successful in 18s
Update Quality Badges / update-badges (push) Successful in 1m16s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-22 19:09:22 +00:00
parent 609b3ed090
commit 6e6890ebd9
6 changed files with 6 additions and 16 deletions
-2
View File
@@ -16,8 +16,6 @@ _ANSI_COLOR_CODES: dict[str, str] = {
"yellow": "\033[93m",
"blue": "\033[94m",
"magenta": "\033[95m",
"cyan": "\033[96m",
"white": "\033[97m",
}
_ANSI_RESET = "\033[0m"