html[data-theme="void"] {
  --theme-bg: #09080f;
  --theme-surface: #110e1e;
  --theme-surface-2: #1a1630;
  --theme-text: #d8cce8;
  --theme-muted: #604880;
  --theme-border: rgba(100, 60, 160, 0.28);

  --theme-primary: #8855d4;
  --theme-primary-2: #6e3eb0;
  --theme-success: #4fb87a;
  --theme-warning: #e8bd55;
  --theme-danger: #d96055;

  --theme-link: #9966e8;

  --theme-icon-filter: brightness(0) invert(1);
}
