:root {
  color-scheme: dark;

  /* Change this file to recolor the dashboard without touching its layout. */
  --bg: #080d0b;
  --bg-glow: #0f2e20;
  --panel: #101713;
  --panel-raised: #151e19;
  --panel-topbar: #090f0cdd;
  --panel-sidebar: #0b120ed9;
  --panel-floating: #0d1511cc;
  --panel-input: #090f0c;
  --panel-card-a: #111914;
  --panel-card-b: #0e1511;
  --panel-accent-a: #13251a;
  --panel-accent-b: #101813;
  --panel-selected: #102a1c;
  --panel-save: #152019ee;

  --line: #26322c;
  --line-soft: #1c2822;
  --line-orbit: #345342;
  --line-accent: #275239;
  --line-selected: #347b52;
  --line-save: #33453a;

  --text: #edf4ef;
  --text-field: #d9e5dd;
  --muted: #91a198;
  --muted-soft: #718078;
  --muted-faint: #637169;
  --on-accent: #07110c;

  --accent: #6ff2aa;
  --accent-strong: #31cc7c;
  --accent-dark: #153f2b;
  --accent-hover: #93ffc2;
  --accent-shadow: #49e2952e;
  --accent-focus: #31cc7c1d;

  --discord: #5865f2;
  --discord-hover: #6d78f4;
  --danger: #ff8b8b;
  --warning: #eccb78;
  --warning-bg: #241f13;
  --warning-line: #62542e;

  --icon-bg: #24342b;
  --switch-off: #314037;
  --switch-thumb: #afbbb4;
  --white: #ffffff;
  --shadow: #00000099;

  --core-highlight: #cbffe1;
  --core-light: #62e9a1;
  --core-mid: #1c8855;
  --core-dark: #102119;
  --core-shadow: #06100b99;
  --core-glow: #4de3943d;
  --core-ring: #69efaa55;
}
