@sxo/theme-pronhub
v0.1.1
Published
PronHub theme for SXO Design System.
Downloads
94
Maintainers
Readme
@sxo/theme-pronhub provides a striking, high-contrast dark theme based on the iconic color palette of PronHub.
✨ Features
- 🌑 Dark Mode First: Optimized for low-light environments and high-contrast accessibility.
- 🟠 Classic Palette: Deep black backgrounds with the signature "Warning Orange" (#FF9900).
- 👁️ High Readability: Bold typography and clear state indicators.
- 🧩 Universal: Compatible with all SXO adaptors and the core engine.
🚀 Quick Start
Installation
pnpm add @sxo/theme-pronhubUsage (Vue 3 Example)
import { createSxo } from '@sxo/plugin-vue';
import pronhubTheme from '@sxo/theme-pronhub';
app.use(createSxo({
tokens: pronhubTheme
}));📄 License
MIT License.
