A premium black-themed design system built for dark interfaces. Inspired by monitoring dashboards, cyber tools, and modern dark UIs.
Click any swatch to copy its hex value
Optimized for speed with minimal overhead and fast rendering.
Built with security-first principles and encrypted data flows.
Flexible grid system for responsive dashboards and panels.
| Service | Status | Uptime | Latency |
|---|---|---|---|
| {{ row.service }} | {{ row.status }} | {{ row.uptime }} | {{ row.latency }} |
module.exports = {
darkMode: 'class',
theme: {
extend: {
colors: {
surface: { 0: '#000', 1: '#0a0a0a' },
neon: { green: '#00ff88' },
}
}
}
}
Copy this into your tailwind.config.js
{{ configText }}