/** * SMRT Theme * * Dark-first "engineering instrument panel" theme adapted from the * happyvertical.com workbench look: near-black surfaces, an amber signal * accent (`#ff7a1a`), hairline outlines, deep low shadows, and a * Space Grotesk / Inter / JetBrains Mono type stack. * * The token palette restyles every existing smrt-ui component; the signature * motifs (engineering-grid background, glow, oscilloscope hairline, instrument * readouts, monospace technical labels) ship as opt-in utility classes in * `styles/smrt.css`, and the fonts in `styles/fonts.css`. */ import type { Theme } from '../types.js'; /** * SMRT theme definition */ export declare const smrtTheme: Theme; export default smrtTheme; //# sourceMappingURL=index.d.ts.map