v1.11.0
Features
- Syntax highlighting: Code blocks in docs now use Shiki for server-side syntax highlighting with dual-theme support (light/dark)
- Theme-aware styling: Code block styling now bridges to core OKLCH color tokens for seamless theme switching
Fixes
- Replaced hardcoded hex colors in code blocks with theme bridge variables
- Cleaned up obsolete Shiki token variable declarations
What's Changed
Code blocks in the documentation now display properly highlighted code with correct styling. When switching between themes, the syntax colors and background both update dynamically via CSS variables.