/* FILEMETA
ver: 1
exports:
style:
effects:
*/
/*
  Shell Theme Tokens (Baseline)
  - This file defines theming primitives only.
  - Do not add component/plugin styling here.
  - Do not add behaviors (scrollbars, selection, focus utilities, loaders) here.
*/

:root {
  /* Theme primitives (required) */
  --theme-background: #000000;
  --theme-text: #00FF00;
  --theme-ui: #00FF00;
  --theme-font: 'Kode Mono', monospace;
  --theme-scale: 1;
}

/*
  Optional future extension point (kept as comments by design):
  - If/when you introduce a Theme Engine/Plugin, it can toggle these via
    :root[data-theme="..."] or body[data-theme="..."] overrides.

:root[data-theme="terminal"] {
  --theme-background: #000000;
  --theme-text: #00FF00;
  --theme-ui: #00FF00;
  --theme-font: 'Kode Mono', monospace;
  --theme-scale: 1;
}
*/
