.theme-terminal {
  --bg:#071015;
  --panel:#101f26;
  --panel-2:#071319;
  --text:#d7fbe8;
  --muted:#8bb6a4;
  --accent:#7ee787;
  --accent-soft:#0d2a1a;
  --line:#24483a;
}
.theme-terminal .site-header strong::before { content:"> "; color:var(--accent); }
.theme-terminal h1::before { content:":: "; color:var(--accent); }
