@dsappz/theme-console
v1.0.0
Published
Console HUD Tailwind CSS theme preset — dark terminal aesthetic, cyan glow, chamfered panels
Readme
@dsappz/theme-console
Tactical HUD aesthetic — prussian navy surfaces, cyan glow, angular sci-fi typography. Built for dashboards, terminals, ops tools, and documentation sites. Dark only.
Install
pnpm add @dsappz/tokens @dsappz/theme-consoleSetup
@import "@dsappz/tokens/base.css";
@import "@dsappz/theme-console/theme.css";
@import "@dsappz/theme-console/animations.css"; /* optional */
@import "@dsappz/theme-console/components.css"; /* optional — ds-* component classes */Activation
<html data-theme="console">Color Palette
| Token | Value |
|-------|-------|
| --background | #0b1120 |
| --foreground | #e2e8f0 |
| --card | #111827 |
| --popover | #1e293b |
| --primary | #22d3ee (cyan) |
| --secondary | #1e293b |
| --accent | #8b5cf6 (violet) |
| --destructive | #ef4444 |
| --success | #34d399 |
| --warning | #fbbf24 |
| --info | #818cf8 |
| --border | #1e3a5f |
| --ring | #22d3ee |
Extended Tokens
Console adds an extended palette for HUD-style components — cyan/magenta/green/amber/red intensity scales (--cyan-dim, --cyan-muted, --cyan-faint, etc.) and Chart.js integration tokens (--ds-chart-color-0 … --ds-chart-color-4, --ds-chart-grid, --ds-chart-tick).
Hover glow color: violet (rgba(139, 92, 246, ...)).
Fonts
- Display + Heading: Orbitron
- Sans: Rajdhani
- Mono: Share Tech Mono
- Label + Footer: Barlow Condensed
Radius
All radius tokens are 0 — angular, hard-edged surfaces.
Dark Mode
Dark only — no class="dark" needed.
© 2026 dsappz · github.com/dsappz/dsappz-design · Proprietary
