/* Aletis theme — forgejo-dark rebased onto the IDE's Dark Modern neutrals
 * (editor #1f1f1f, chrome #181818, borders #2b2b2b, inputs #313131). */
@import url("theme-forgejo-dark.css");

:root {
	--color-body: #1f1f1f;
	--color-box-body: #1f1f1f;
	--color-box-header: #252526;
	--color-card: #252526;
	--color-secondary-bg: #252526;
	--color-input-background: #313131;
	--color-nav-bg: #181818;
	--color-nav-hover-bg: #2a2d2e;
	--color-header-wrapper: #181818;
	--color-secondary: #2b2b2b;
	--color-light-border: #2b2b2b;
	--color-timeline: #2b2b2b;

	/* chrome — values taken verbatim from the IDE's dark_modern.json */
	--color-footer: #181818;
	--color-header-wrapper-transparent: #18181800;
	--color-menu: #1f1f1f;
	--color-hover: #2a2d2e;
	--color-active: #37373d;
	--color-box-body-highlight: #2a2d2e;
	--color-button: #313131;
	--color-label-bg: #373737;
	--color-label-bg-alt: #313131;
	--color-label-hover-bg: #404040;
	--color-label-active-bg: #4a4a4a;

	/* text — VS Code neutral greys (#cccccc foreground, #9d9d9d description) */
	--color-text: #cccccc;
	--color-text-light: #b8b8b8;
	--color-text-light-1: #b0b0b0;
	--color-text-light-2: #9d9d9d;
	--color-text-light-3: #8a8a8a;

	/* accent: VS Code Dark Modern blue (#0078d4) replacing forgejo orange;
	 * ramp mirrors upstream's tint/shade structure */
	--color-primary: #0078d4;
	--color-primary-contrast: #ffffff;
	--color-primary-dark-1: #2f8fdd;
	--color-primary-dark-2: #2f8fdd;
	--color-primary-dark-3: #5ca6e5;
	--color-primary-dark-4: #5ca6e5;
	--color-primary-dark-5: #8ac0ee;
	--color-primary-dark-6: #8ac0ee;
	--color-primary-dark-7: #b8d9f6;
	--color-primary-light-1: #006cbe;
	--color-primary-light-2: #005ea8;
	--color-primary-light-3: #005192;
	--color-primary-light-4: #00437c;
	--color-primary-light-5: #00437c;
	--color-primary-light-6: #003666;
	--color-primary-light-7: #003666;
	--color-primary-alpha-10: #0078d419;
	--color-primary-alpha-20: #0078d433;
	--color-primary-alpha-30: #0078d44b;
	--color-primary-alpha-40: #0078d466;
	--color-primary-alpha-50: #0078d480;
	--color-primary-alpha-60: #0078d499;
	--color-primary-alpha-70: #0078d4b3;
	--color-primary-alpha-80: #0078d4cc;
	--color-primary-alpha-90: #0078d4e1;
}
