html[data-theme="terminalDos"] {
  --theme-bg: #000000;
  --theme-panel: #050505;
  --theme-surface: #0a0a0a;
  --theme-card: #050505;
  --theme-border: #1f1f1f;
  --theme-text: #23ff6f;
  --theme-muted: #16a34a;
  --theme-accent: #23ff6f;
  --theme-accent-dark: #16a34a;
  --theme-button-bg: #0a0a0a;
  --theme-button-text: #23ff6f;
  --theme-input-bg: #050505;
  --theme-badge-bg: #0f2f1a;
  --theme-chip-bg: transparent;
  --theme-chip-active-bg: #23ff6f;
  --theme-chip-active-text: #000000;
  --theme-placeholder-bg: #0a0a0a;
  --theme-modal-bg: #050505;
  --theme-info-bg: #0a0a0a;
  --theme-topbar-bg: #000000;
  --theme-shadow: none;
  --theme-shadow-card: none;
  --theme-radius: 0px;
  --theme-radius-card: 0px;
  --theme-radius-small: 0px;
  --theme-radius-pill: 0px;
  --theme-focus: 0 0 0 2px rgba(35, 255, 111, 0.6);
}

html[data-theme="terminalDos"] body {
  font-family: "Courier New", monospace;
}

html[data-theme="terminalDos"] img {
  filter: grayscale(1);
}
