/* Normal — GAIAs-Farbschema fuer Bulwark Webmail
   Erzeugt aus dem Plattform-Schema lebenshilfe
   von gaias-parent/scripts/build-bulwark-themes.py.
   NICHT von Hand aendern — Aenderungen gehoeren in die Plattform-
   Migrationen des Platformservers, dann Generator neu laufen lassen.
   Der Sanitizer laesst nur :root und .dark zu. */

:root {
  color-scheme: light;
  --color-background: #f7f3ea;
  --color-foreground: #2a1f1f;
  --color-primary: #800020;
  --color-primary-foreground: #fffaf3;
  --color-secondary: #e9e2d5;
  --color-secondary-foreground: #2a1f1f;
  --color-muted: #efe8dc;
  --color-muted-foreground: #6a5f5a;
  --color-accent: #b08968;
  --color-accent-foreground: #1f1414;
  --color-border: #e3d9c9;
  --color-input: #e7ded0;
  --color-ring: #800020;
  --color-destructive: #9b1c1c;
  --color-destructive-foreground: #ffffff;
  --color-popover: #fffaf3;
  --color-popover-foreground: #322626;
  --color-card: #fffaf3;
  --color-card-foreground: #322626;
  --color-sidebar: #f2ece1;
  --color-sidebar-foreground: #2a1f1f;
  --color-sidebar-border: #e3d9c9;
  --color-sidebar-accent: #e2dcd1;
  --color-sidebar-accent-foreground: #2a1f1f;
  --color-success: #9c8b7f;
  --color-success-foreground: #ffffff;
  --color-warning: #b08968;
  --color-warning-foreground: #2a1f1f;
  --color-info: #78787b;
  --color-info-foreground: #ffffff;
  --color-selection: #e9d6d2;
  --color-selection-foreground: #800020;
  --color-unread: #800020;
  --color-chart-1: #800020;
  --color-chart-2: #b08968;
  --color-chart-3: #9c8b7f;
  --color-chart-4: #78787b;
  --color-chart-5: #b08968;
}

.dark {
  color-scheme: dark;
  --color-background: #181113;
  --color-foreground: #efe6da;
  --color-primary: #d4ab3c;
  --color-primary-foreground: #20160a;
  --color-secondary: #2e2426;
  --color-secondary-foreground: #efe6da;
  --color-muted: #241b1d;
  --color-muted-foreground: #b3a49a;
  --color-accent: #c9697d;
  --color-accent-foreground: #20160a;
  --color-border: #3c3033;
  --color-input: #3c3033;
  --color-ring: #d4ab3c;
  --color-destructive: #e05050;
  --color-destructive-foreground: #20160a;
  --color-popover: #221a1c;
  --color-popover-foreground: #efe6da;
  --color-card: #221a1c;
  --color-card-foreground: #efe6da;
  --color-sidebar: #100b0c;
  --color-sidebar-foreground: #efe6da;
  --color-sidebar-border: #3c3033;
  --color-sidebar-accent: #2e2627;
  --color-sidebar-accent-foreground: #efe6da;
  --color-success: #a98d6f;
  --color-success-foreground: #181113;
  --color-warning: #d4ab3c;
  --color-warning-foreground: #181113;
  --color-info: #836a84;
  --color-info-foreground: #181113;
  --color-selection: rgba(201, 105, 125, 0.25);
  --color-selection-foreground: #c9697d;
  --color-unread: #d4ab3c;
  --color-chart-1: #d4ab3c;
  --color-chart-2: #c9697d;
  --color-chart-3: #a98d6f;
  --color-chart-4: #836a84;
  --color-chart-5: #d4ab3c;
}
