v2.11.0 — Theme System + Flashy Dashboard
Highlights
- 6 Built-in Themes: default, neon, ocean, sunset, monochrome, cyberpunk — switch with
lean-ctx theme set <name> - Custom Themes: Create
~/.lean-ctx/theme.tomlwith 11 color slots, share via export/import - Gradient Bars: All progress bars use 24-bit RGB gradients
- Gradient Sparklines: Chart colors transition across the theme palette
- Animated Countup: Token savings count up from 0 on
lean-ctx gain - Box-Frame Layout: Dashboard sections use Unicode box-drawing characters
- NO_COLOR Support: Clean fallback for non-terminal environments
Theme Commands
lean-ctx theme list # show all themes with color preview
lean-ctx theme set neon # switch theme
lean-ctx theme preview cyberpunk # preview a theme
lean-ctx theme export > my.toml # export active theme
lean-ctx theme import my.toml # import custom themeInstall
cargo install lean-ctx
brew install yvgude/tap/lean-ctx
npx lean-ctx-binFull Changelog: v2.10.0...v2.11.0