Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ANSI color swatches display (litmus-g6c0)

StatusDone · archived
TypeFeature
Prioritynormal
Parent(litmus-f1b3)

Display the 16 ANSI colors + fg/bg/cursor/selection as colored blocks in the terminal.

Summary of Changes

Implemented ANSI color swatches TUI display using ratatui and crossterm. Added ThemeWithExtras wrapper with hardcoded Tokyo Night theme. SwatchesWidget renders 2x8 grid with labels plus fg/bg/cursor/sel row. main.rs bootstraps TUI with clean terminal restore on quit.