Maka is a warm, earthy, slightly retro-terminal design language built for the Maka OS project. Dark by default (deep roasted brown), with a paper-cream light variant. Everything derives from one token file — recolor the entire system by editing tokens.css.
| File | What it is |
|---|---|
styles.css |
Global entry point — consumers link only this. @imports fonts + tokens + components. |
tokens.css |
All CSS custom properties: palette, semantic aliases, type, spacing, radii. Dark on :root, light under [data-theme="light"]. |
maka.css |
Reset + every component (classes prefixed mk-). No raw colors — token references only. |
kitchen-sink.html |
Demo page showing every component, with a working dark/light toggle. |
guidelines/ |
Specimen cards for the Design System tab. |
SKILL.md |
Agent skill entry point. |
#1a120b page), warm surface browns, burnt-orange primary accent (#e0731d), amber highlight, cream text. Light variant: paper cream page, dark-roast brown ink, slightly deepened orange (#c75f0d) for contrast. Status colors stay earthy: sage green success, warm red danger, amber warn. No blues, no purples, no gradients.2px warm-brown border (--mk-border) on every framed element — cards, inputs, tables, code blocks, navbar rule. On hover it strengthens (--mk-border-strong); on interactive elements and focus it turns orange. This frame is what makes a surface read as Maka.letter-spacing: 0.14em, prefixed // (the slashes render faint). 15px/1.65 body.body::before, ~3% opacity, themed via --mk-scanline). Opt out with class="mk-no-scanlines" on <body>.--mk-shadow-pop).2px solid var(--mk-focus) outline, outline-offset: 2px, on everything via :focus-visible. Inputs instead swap their border to orange.--mk-surface-2).get_started, [ light_mode ], us-west, // components / buttons. Sentence case for body prose.[ info ], [ ok ], [ warn ], [ fail ].No icon font is bundled. The system uses unicode glyphs as icons: ▾ (select chevron), → (links), ▮/square .mk-logo-mark (brand mark), // (kicker prefix), $ (shell prompt), ©. If a real icon set is ever needed, use Lucide from CDN at 1.5px stroke to match the 2px-frame weight — and flag the addition.
:root). Add data-theme="light" to <html> for the paper variant.--mk-surface-1, --mk-border, --mk-accent…), which alias the base palette (--mk-brown-*, --mk-orange-*…). To rebrand, edit the base palette; to retune a role, edit an alias.color-mix() from single status tokens — no hand-picked tint colors exist.Built from a written brief (June 2026) — no external Figma/codebase sources. Palette anchors specified by the brand owner: page #1a120b, accent #e0731d.