/**
 * Do not edit directly
 * Generated on Mon, 19 May 2025 05:15:52 GMT
 */

html[data-theme="dark"] {
  --diks-color-brand-primary: #498ee9;
  --diks-color-brand-highlight-1: #f5725c;
  --diks-color-brand-highlight-2: #fff299;
  --diks-color-icon-base: #f5f5f5;
  --diks-color-icon-inverse: #121416;
  --diks-color-icon-primary: #498ee9;
  --diks-color-icon-weak: #d4d4d4;
  --diks-color-icon-weaker: #949494;
  --diks-color-text-base: #f5f5f5;
  --diks-color-text-primary: #498ee9;
  --diks-color-text-weak: #d4d4d4;
  --diks-color-text-weaker: #949494;
  --diks-color-text-inverse: #121416;
  --diks-color-text-strong: #f5f5f5;
  --diks-color-text-accent: #498ee9;
  --diks-color-text-accent-on-strong: #498ee9;
  --diks-color-text-accent-priority: #f5725c;
  --diks-color-text-accent-priority-on-strong: #f5725c;
  --diks-color-text-on-strong: #f5f5f5;
  --diks-color-text-on-weak: #121416;
  --diks-color-background-base: #121416;
  --diks-color-background-weak: #23252a;
  --diks-color-background-weakest: #070808;
  --diks-color-background-strong: #f5f5f5;
  --diks-color-background-primary-strong: #387ed9;
  --diks-color-background-primary: #498ee9;
  --diks-color-background-secondary: #3b3e44;
  --diks-color-background-secondary-weak: #23252a;
  --diks-color-background-secondary-weakest: #1c1e22;
  --diks-color-background-highlight-1: #1c1e22;
  --diks-color-background-highlight-2: #3b3e44;
  --diks-color-background-highlight-3: #1c1e22;
  --diks-color-background-surface-strong: #1c1e22;
  --diks-color-border-base: #3b3e44;
  --diks-color-border-weak: #6f7276;
  --diks-color-border-strong: #f5f5f5;
  --diks-color-border-primary: #498ee9;
  --diks-color-border-secondary: #3b3e44;
  --diks-color-status-danger: #dc7575;
  --diks-color-status-warning: #fff299;
  --diks-color-status-success: #b3cd84;
  --diks-color-status-info: #498ee9;
  --diks-color-gradient-dark: linear-gradient(
    0deg,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0.38) 52.6%,
    rgba(0, 0, 0, 0) 100%
  );
}
