ishou-render — target-specific renderers from ishou_tokens::TokenSet.
Every renderer is a pure function: TokenSet → String. Determinism is a
test invariant — same tokens produce byte-identical output.
Morphism table (identical in spirit to arch-synthesizer's morphism graph):
| Source | Target | Module |
|---|---|---|
TokenSet |
CSS custom properties + utility classes | css |
TokenSet |
tailwind.config.js | tailwind |
TokenSet |
SCSS variables | scss |
TokenSet |
Rust pub const module |
rust |
TokenSet |
W3C Design Tokens JSON | json |
TokenSet |
GLSL #define header |
glsl |
TokenSet |
Ghostty config block | ghostty |
TokenSet |
TUI ratatui / crossterm Color table | tui |
TokenSet |
SVG (brand mark + swerve) | svg |
TokenSet |
stylix base16 YAML | stylix |
TokenSet |
base16 bat .tmTheme (Sublime plist) |
bat |