This commit is contained in:
Filipriec
2026-08-21 10:15:48 +02:00
parent f04bbd78c2
commit 239d43ac1a

View File

@@ -78,58 +78,61 @@
"light". Values line up with the Penguin UI dark palette in "light". Values line up with the Penguin UI dark palette in
ui/base.html's @theme block where a token overlaps with one of these. */ ui/base.html's @theme block where a token overlaps with one of these. */
:root.dark { :root.dark {
--bg: #0f1722; /* Gruvbox dark. bg0_h/bg0/bg1/bg2/bg3 for surfaces and borders, fg0-fg4
--surface: #152238; and gray for text, and the palette's bright accents (blue, aqua,
--surface-alt: #1b2a42; yellow, green, red) for primary/info/warning/success/danger. */
--border: #33415a; --bg: #1d2021;
--border-soft: #26334c; --surface: #282828;
--text-strong: #f3f6fb; --surface-alt: #32302f;
--text: #c7d3e6; --border: #504945;
--text-secondary: #b7c4da; --border-soft: #3c3836;
--text-muted: #8b9ab3; --text-strong: #fbf1c7;
--text-subtle: #7d8ca6; --text: #ebdbb2;
--label: #aebbd0; --text-secondary: #d5c4a1;
--primary: #68a4ff; --text-muted: #a89984;
--primary-strong: #8fbfff; --text-subtle: #928374;
--danger: #e5837e; --label: #bdae93;
--danger-bg: #3a2224; --primary: #458588;
--danger-border: #5c3236; --primary-strong: #83a598;
--success: #6cbf8c; --danger: #fb4934;
--hover-bg: #223049; --danger-bg: #3c2426;
--secondary-bg: #1a2740; --danger-border: #6e3b39;
--secondary-border: #3a4a68; --success: #b8bb26;
--select-border: #4a6da3; --hover-bg: #3c3836;
--input-bg: #101a29; --secondary-bg: #32302f;
--input-border: #33415a; --secondary-border: #504945;
--input-text: #e5ebf3; --select-border: #83a598;
--on-primary: #0f1722; --input-bg: #282828;
--secondary: #c7d3e6; --input-border: #504945;
--on-secondary: #152238; --input-text: #ebdbb2;
--outline-strong: #cbd7e8; --on-primary: #1d2021;
--info: #8fbfff; --secondary: #ebdbb2;
--on-info: #0f1722; --on-secondary: #1d2021;
--warning: #e4b45d; --outline-strong: #d5c4a1;
--on-warning: #17202a; --info: #83a598;
--on-danger: #241113; --on-info: #1d2021;
--on-success: #10251a; --warning: #fabd2f;
--success-strong: #8fe0aa; --on-warning: #1d2021;
--error: #f08b82; --on-danger: #1d2021;
--error-border: #6f3a3c; --on-success: #1d2021;
--info-bg: #1d3553; --success-strong: #d8dc59;
--info-border: #3f5f8e; --error: #fb4934;
--info-hover-bg: #2b456b; --error-border: #6e3b39;
--danger-hover-bg: #512b31; --info-bg: #2b3c3e;
--success-bg: #203a2b; --info-border: #3f5b5c;
--success-border: #456848; --info-hover-bg: #35494b;
--warning-bg: #4a3420; --danger-hover-bg: #4a2c2e;
--warning-border: #765634; --success-bg: #333d1c;
--code: #9abdf0; --success-border: #565c2e;
--link: #8fbfff; --warning-bg: #4a3a1a;
--disabled-bg: #202c3e; --warning-border: #705826;
--disabled-text: #64748b; --code: #8ec07c;
--link: #83a598;
--disabled-bg: #3c3836;
--disabled-text: #7c6f64;
--shadow-color: 0 0 0; --shadow-color: 0 0 0;
--focus-color: 143 191 255; --focus-color: 131 165 152;
--toolbar-bg: rgb(21 34 56 / 96%); --toolbar-bg: rgb(40 40 40 / 96%);
} }
/* ---------- Foundations ---------- */ /* ---------- Foundations ---------- */