/* Forgejo in enkro's colours: its dark theme, with the grey-blue scale it's
   built from swapped for enkro.app's navy surfaces, and its orange accent
   for enkro's brand blue (#1c84ec). Every other colour follows from these. */
@import "./theme-forgejo-dark.css";

gitea-theme-meta-info {
  --theme-display-name: "Enkro";
}

:root {
  /* darkest (page, nav) to lightest (text), after enkro.app's theme.css */
  --steel-900: #0b0e14;
  --steel-850: #0d1017;
  --steel-800: #090b10;
  --steel-750: #10131a;
  --steel-700: #161a24;
  --steel-650: #1c2230;
  --steel-600: #232a3a;
  --steel-550: #2c3446;
  --steel-500: #3a4357;
  --steel-450: #4b556a;
  --steel-400: #5e687e;
  --steel-350: #737d92;
  --steel-300: #8a93a6;
  --steel-250: #a3abbc;
  --steel-200: #bcc3d0;
  --steel-150: #d2d8e3;
  --steel-100: #e9edf5;

  /* In Forgejo's dark theme "dark-N" means lighter and "light-N" darker. */
  --color-primary: #1c84ec;
  --color-primary-contrast: #fff;
  --color-primary-dark-1: #3d97f0;
  --color-primary-dark-2: #5aaaff;
  --color-primary-dark-3: #5aaaff;
  --color-primary-dark-4: #86c0ff;
  --color-primary-dark-5: #86c0ff;
  --color-primary-dark-6: #b3d7ff;
  --color-primary-dark-7: #dcecff;
  --color-primary-light-1: #1d7ae0;
  --color-primary-light-2: #145fb8;
  --color-primary-light-3: #114f99;
  --color-primary-light-4: #0e417d;
  --color-primary-light-5: #0e417d;
  --color-primary-light-6: #0b3363;
  --color-primary-light-7: #0b3363;
  --color-primary-alpha-10: #1c84ec19;
  --color-primary-alpha-20: #1c84ec33;
  --color-primary-alpha-30: #1c84ec4b;
  --color-primary-alpha-40: #1c84ec66;
  --color-primary-alpha-50: #1c84ec80;
  --color-primary-alpha-60: #1c84ec99;
  --color-primary-alpha-70: #1c84ecb3;
  --color-primary-alpha-80: #1c84eccc;
  --color-primary-alpha-90: #1c84ece1;
  --color-secondary-alpha-10: #1c223019;
  --color-secondary-alpha-20: #1c223033;
  --color-secondary-alpha-30: #1c22304b;
  --color-secondary-alpha-40: #1c223066;
  --color-secondary-alpha-50: #1c223080;
  --color-secondary-alpha-60: #1c223099;
  --color-secondary-alpha-70: #1c2230b3;
  --color-secondary-alpha-80: #1c2230cc;
  --color-secondary-alpha-90: #1c2230e1;
  --color-header-wrapper-transparent: #161a2400;
  --color-console-bg: #10131a;
  --color-overlay-backdrop: #03050ab8;

  --border-radius: 6px;
}
