pyblock/pybitblock/shared
GaltRanch b86fdcb1ce Fix Rich background colors to match terminal background
- Use transparent backgrounds instead of forced dark grays in panels
- Replace ░ block chars with ─ dashes for progress bar empty space
- Set console highlight=False to prevent unwanted auto-styling
- Remove pyblock.dim style from panels (used default dim instead)

Rich elements now blend seamlessly with the terminal's own background.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 15:24:28 -03:00
..
__init__.py Refactor architecture: config singleton, logging, menu system, dependencies 2026-04-01 10:58:24 -03:00
display.py Upgrade sysinfo() to Rich with color-coded CPU/Memory bars 2026-04-01 13:28:02 -03:00
formatting.py Refactor architecture: config singleton, logging, menu system, dependencies 2026-04-01 10:58:24 -03:00
rich_ui.py Fix Rich background colors to match terminal background 2026-04-01 15:24:28 -03:00
ui.py Upgrade show_error/warning/success to use Rich panels when available 2026-04-01 13:30:21 -03:00