// ————————————————————————— // Mono theme — plain black with minimal accents. Neutral // grays for everything structural, one restrained amber as // the only expressive color, status colors barely tinted. // Compiled alongside kit.css; the demo theme switcher swaps // the stylesheet. // ————————————————————————— @use "kit-deps" as * with ( // neutrals — true grays $color-black: #0B0B0B, $color-dark: #161616, $color-grey: #2F2F2F, $color-indigo: #3C3C3C, // prime neons — neutralized $color-cyan: #9E9E9E, $color-electric-blue:#ADADAD, $color-teal: #9E9E9E, $color-neon-yellow: #C9A15E, $color-neon-green: #8FA07A, // text tones $color-text-light: #E6E6E6, $color-text-medium: #A8A8A8, $color-text-dark: #707070, // UI state — gray structure, one amber accent $color-primary: #E6E6E6, $color-secondary: #ADADAD, $color-accent: #C9975B, $color-success: #8FA07A, $color-warning: #C9A15E, $color-error: #C4685C, $color-info: #9E9E9E ); @use "kit";