Drop dim colors, rename bright variants to base names #241

Merged
didericis merged 1 commits from drop-dim-colors into main 2026-06-22 15:03:13 -04:00
Collaborator

Summary

  • Remove the 8 non-bright ANSI colors and both black variants (black, bright-black) from all color maps
  • Rename the remaining 7 bright-* colors to their base names (e.g. bright-greengreen) so callers use "green" to get a vibrant, bright-variant green
  • In the TUI color picker, always apply curses.A_BOLD (all palette entries are now bright variants, so the prefix-check is gone)
  • Update tests to match the new color names and reduced set
## Summary - Remove the 8 non-bright ANSI colors and both black variants (`black`, `bright-black`) from all color maps - Rename the remaining 7 `bright-*` colors to their base names (e.g. `bright-green` → `green`) so callers use `"green"` to get a vibrant, bright-variant green - In the TUI color picker, always apply `curses.A_BOLD` (all palette entries are now bright variants, so the prefix-check is gone) - Update tests to match the new color names and reduced set
didericis-claude added 1 commit 2026-06-22 15:00:04 -04:00
feat: drop dim colors, keep only bright variants renamed to base names
test / unit (pull_request) Successful in 38s
test / integration (pull_request) Successful in 21s
lint / lint (push) Successful in 1m40s
test / unit (push) Successful in 34s
test / integration (push) Successful in 19s
Update Quality Badges / update-badges (push) Successful in 1m19s
609b3ed090
Remove the 8 non-bright and 1 bright-black colors from all color maps.
Rename the remaining 7 bright-* colors to their base names (e.g.
bright-green → green) so the palette is smaller and always vibrant.

Update _init_color_pairs in tui.py to always apply A_BOLD (all palette
entries are now bright variants), and fix all tests to match.
didericis merged commit 609b3ed090 into main 2026-06-22 15:03:13 -04:00
didericis deleted branch drop-dim-colors 2026-06-22 15:03:13 -04:00
Sign in to join this conversation.