A masterfully engineered, high-contrast color system designed exclusively for modern local-first ecosystems.
Most design systems overwhelm with hundreds of variables, causing decision fatigue and inconsistent interfaces.
The Hikaru Palette provides absolute precision: a dark structural anchor (Midnight), an energetic action color (Frost), and a soft balancing neutral (Mist).
Integrate Hikaru into your terminal in seconds.
# 1. Install via NPM Package Manager npm install @cfbl/hikaru-theme # 2. Import globally into your stylesheet @import "@cfbl/hikaru-theme/index.css"; # 3. Apply the architecture body { background-color: var(--hikaru-midnight); color: var(--hikaru-mist); }