Skip to content

v2.11.0 — Theme System + Flashy Dashboard

Choose a tag to compare

@yvgude yvgude released this 31 Mar 20:27

Highlights

  • 6 Built-in Themes: default, neon, ocean, sunset, monochrome, cyberpunk — switch with lean-ctx theme set <name>
  • Custom Themes: Create ~/.lean-ctx/theme.toml with 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 theme

Install

cargo install lean-ctx
brew install yvgude/tap/lean-ctx
npx lean-ctx-bin

Full Changelog: v2.10.0...v2.11.0