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
@@ -17,8 +17,6 @@ _COLORS: dict[str, tuple[int, str, int, str, str]] = {
"yellow": (11, "#f1c40f", 3, "#d4ac0d", "#201808"),
"blue": (12, "#3498db", 4, "#2471a3", "#080820"),
"magenta": (13, "#9b59b6", 5, "#7d3c98", "#160820"),
"cyan": (14, "#1abc9c", 6, "#148f77", "#082020"),
"white": (15, "#ecf0f1", 7, "#bdc3c7", "#151515"),
}
# OSC 104 resets all indexed palette entries; OSC 111 resets default background.