/* colors.css — HTML-only theme.
   Source: user scheme from former JS editor (README COLORS block).
   Edit this file to change site colors. No JavaScript.
*/

:root {
  /* Desktop */
  --desktop-bg: #000000;
  --desktop-grid: rgba(0, 0, 0, 0.04);

  /* Chrome */
  --window-bg: #000000;
  --title-bar-start: #00ffe0;
  --title-bar-end: #241f31;
  --title-bar-text: #000000;
  --banner-border: #000000;

  /* Text */
  --body-text: #00ffe0;
  --muted-text: #444444;
  --link-color: #ed333b;
  --site-title-color: #09ff00;
  --site-title-shadow: #000000;
  --sunken-bg: #ffffff;
  --ascii-bg: #000000;
  --ascii-text: #00ff00;

  --page-max-width: 980px;
}

/* Optional visible grid on black desktop (uncomment to use):
  --desktop-grid: rgba(0, 255, 224, 0.10);
*/
