Themes / Terminal Amber
Terminal Amber
Industrial dark — steel panels, amber signal, sharp corners
#16181a #e8e6e1 #ffb000 #26292d
About this theme
A control-panel dark theme: steel neutrals, amber instrumentation, zero radius. Built for developer tools, dashboards, and technical documentation where data density is the point.
Apply it
Paste into update_theme. Fonts:
<link href="https://fonts.pageweave.dev/css2?family=Big+Shoulders+Display:wght@600;800&family=Barlow:wght@400;500&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
Where it works
Status pages, CLI docs, hardware brands, analytics. Use amber only for active/alert states — its power is scarcity. Blueprint grid backgrounds (1px lines every 24px at 5% opacity) reinforce the register.
Tuning
- Green-screen variant: primary → oklch(0.8 0.17 145).
- Day shift: raise base-100 to 0.93 with hue 250, keep amber unchanged.
CSS Paste into update_theme
color-scheme: dark;
--color-base-100: oklch(0.19 0.01 250);
--color-base-200: oklch(0.23 0.012 250);
--color-base-300: oklch(0.28 0.014 250);
--color-base-content: oklch(0.9 0.008 250);
--color-primary: oklch(0.78 0.16 85);
--color-primary-content: oklch(0.18 0.02 85);
--color-secondary: oklch(0.65 0.03 250);
--color-secondary-content: oklch(0.15 0.01 250);
--color-accent: oklch(0.72 0.1 195);
--color-accent-content: oklch(0.15 0.02 195);
--color-neutral: oklch(0.27 0.012 250);
--color-neutral-content: oklch(0.88 0.008 250);
--color-info: oklch(0.68 0.09 230);
--color-info-content: oklch(0.15 0.02 230);
--color-success: oklch(0.72 0.15 150);
--color-success-content: oklch(0.15 0.02 150);
--color-warning: oklch(0.78 0.16 85);
--color-warning-content: oklch(0.18 0.02 85);
--color-error: oklch(0.62 0.21 27);
--color-error-content: oklch(0.97 0.01 27);
--radius-selector: 0rem;
--radius-field: 0rem;
--radius-box: 0rem;
--size-selector: 0.25rem;
--size-field: 0.25rem;
--border: 1px;
--depth: 0;
--noise: 0;