/* FlameNet Codex VS Dark — Editor Theme
   Used by: LimenCode, VS Code-style interfaces */

:root, [data-theme="codex-vs-dark"] {
  --fn-bg: #1e1e1e;
  --fn-surface: #252526;
  --fn-surface2: #2d2d30;
  --fn-surface3: #37373d;
  --fn-border: #3e3e42;

  --fn-text: #cccccc;
  --fn-text-dim: #9d9d9d;
  --fn-text-ghost: #6e6e6e;
  --fn-text-bright: #e8e8e8;

  --fn-accent: #0e7edd;
  --fn-accent-dim: #1184e8;

  --fn-success: #89d185;
  --fn-warning: #e2c08d;
  --fn-error: #f48771;
  --fn-info: #75beff;
}
