Skip to main content

Crate vtcode_ui

Crate vtcode_ui 

Source
Expand description

Unified UI crate for VT Code: design system, theme registry, and TUI framework.

§Module layout

  • design — Color conversion, style bridging, layout, diff, panel primitives
  • theme — Theme registry, runtime state, syntax theme resolution
  • tui — Full TUI framework (session, widgets, runner, markdown, etc.)

Items from design and theme are also re-exported at the crate root for backward-compatibility with callers that previously imported from the standalone vtcode-design / vtcode-theme crates (now consolidated into vtcode-ui).

Re-exports§

pub use design::*;
pub use theme::*;

Modules§

design
Centralized design system for VT Code.
theme
Shared theme registry and runtime state for VT Code UI crates.
tui
vtcode-ui::tui exposes inline terminal UI APIs as a reusable module.