Fix RGB to 256-color mapping for non-truecolor terminals

This commit is contained in:
Mario Zechner 2025-12-15 22:32:23 +01:00
parent fd5134f88c
commit 82dceb22e1
3 changed files with 76 additions and 5 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Improved RGB to 256-color mapping for terminals without truecolor support. Now correctly uses grayscale ramp for neutral colors and preserves semantic tints (green for success, red for error, blue for pending) instead of mapping everything to wrong cube colors.
## [0.22.2] - 2025-12-15
### Changed