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
@@ -47,8 +47,6 @@ _STATUS_LINE_COLORS = {
"yellow": "\033[93m",
"blue": "\033[94m",
"magenta": "\033[95m",
"cyan": "\033[96m",
"white": "\033[97m",
}
_CLAUDE_THEME_COLORS = {
@@ -57,8 +55,6 @@ _CLAUDE_THEME_COLORS = {
"yellow": "yellowBright",
"blue": "blueBright",
"magenta": "magentaBright",
"cyan": "cyanBright",
"white": "whiteBright",
}