Expand description
Centralized design system for VT Code.
This crate provides a single source of truth for all design system concerns:
- Color conversion: Unified
anstyletoratatuicolor mapping - Style bridging: Conversion between styling frameworks
- Design constants: Shared UI constants (ellipses, spacing, breakpoints)
- Layout: Responsive layout mode logic
- Panel: Base panel widget primitive
- Diff formatting: Unified diff rendering with ANSI colors
Modulesยง
- color
- Unified color conversion between
anstyleandratatui. - constants
- Shared design constants: ellipses, layout breakpoints, spacing tokens.
- diff
- Unified diff formatting with ANSI colors.
- layout
- Responsive layout mode logic.
- panel
- Base panel widget primitive.
- style
- Unified style bridging between
anstyleandratatui.