html.theme-preset--dark-current {
  color-scheme: dark;
  --theme-color-scheme: dark;
  --theme-bg: #0f0f0f;
  --theme-surface: #080808;
  --theme-surface-2: #1a1a1a;
  --theme-surface-3: #222222;
  --theme-surface-4: #2a2a2a;
  --theme-text: #ffffff;
  --theme-text-strong: #ffffff;
  --theme-text-soft: #dfdfdf;
  --theme-muted: #9d9d9d;
  --theme-muted-2: #837160;
  --theme-muted-strong: #dfdfdf;
  --theme-main: #e6be98;
  --theme-main-hover: #c0976f;
  --theme-accent: #cc594e;
  --theme-accent-strong: #b83b2f;
  --theme-success: #7cbd53;
  --theme-border: rgba(255, 255, 255, 0.08);
  --theme-border-strong: rgba(255, 255, 255, 0.16);
  --theme-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
  --theme-shadow-soft: 0 10px 24px rgba(0, 0, 0, 0.16);
  --theme-heading-gradient: linear-gradient(90deg, #ffffff 0%, #f4e6d8 56%, #d8bea0 100%);
  --theme-heading-gradient-alt: linear-gradient(90deg, #ffffff 0%, #f3e5d6 55%, #d4b28f 100%);
  --theme-surface-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  --theme-body-bg-image: none;
  --theme-card-bg: #0f0f0f;
  --theme-card-border: rgba(255, 255, 255, 0.04);
  --theme-empty-bg: #0f0f0f;
  --theme-empty-border: rgba(255, 255, 255, 0.04);
  --theme-control-bg: rgba(255, 255, 255, 0.06);
  --theme-control-border: rgba(255, 255, 255, 0.08);
  --theme-control-text: #ffffff;
  --theme-control-hover-bg: rgba(255, 255, 255, 0.11);
  --theme-control-hover-border: rgba(255, 255, 255, 0.16);
  background-color: var(--theme-bg);
  background-image: var(--theme-body-bg-image);
}

html.theme-preset--dark-current body {
  background-color: var(--theme-bg);
  color: var(--theme-text);
}
