From 23764dff385c7e4488905958a3fe7aa87f5b5659 Mon Sep 17 00:00:00 2001 From: Micha Date: Fri, 12 Jun 2026 18:44:00 +0200 Subject: [PATCH] ops: glance farbschema entlilat - neutraler grund, akzente blau/cyan/amber/gruen Co-Authored-By: Claude Fable 5 --- ops/glance/assets/custom.css | 15 +++++++-------- ops/glance/config/glance.yml | 8 ++++---- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/ops/glance/assets/custom.css b/ops/glance/assets/custom.css index e73b5c1..92c0347 100644 --- a/ops/glance/assets/custom.css +++ b/ops/glance/assets/custom.css @@ -5,18 +5,17 @@ ============================================================ */ /* --- Akzentfarben rotieren ueber die Widgets --- */ -.widget { --kl-accent: 208 100% 60%; } -.widget:nth-of-type(4n+2) { --kl-accent: 275 95% 66%; } -.widget:nth-of-type(4n+3) { --kl-accent: 175 90% 48%; } -.widget:nth-of-type(4n) { --kl-accent: 330 95% 62%; } +.widget { --kl-accent: 205 100% 60%; } +.widget:nth-of-type(4n+2) { --kl-accent: 172 95% 48%; } +.widget:nth-of-type(4n+3) { --kl-accent: 38 100% 55%; } +.widget:nth-of-type(4n) { --kl-accent: 145 85% 50%; } /* --- Seiten-Hintergrund: kraeftigere Farb-Glows --- */ body { background: - radial-gradient(1300px 700px at 85% -10%, hsla(212, 100%, 55%, 0.16), transparent 60%), - radial-gradient(1000px 600px at -10% 25%, hsla(280, 90%, 58%, 0.12), transparent 55%), - radial-gradient(900px 700px at 50% 115%, hsla(170, 90%, 45%, 0.10), transparent 60%), - radial-gradient(700px 500px at 110% 70%, hsla(330, 90%, 55%, 0.08), transparent 55%), + radial-gradient(1300px 700px at 85% -10%, hsla(205, 100%, 55%, 0.13), transparent 60%), + radial-gradient(1000px 600px at -10% 25%, hsla(172, 95%, 45%, 0.09), transparent 55%), + radial-gradient(900px 700px at 50% 115%, hsla(38, 100%, 50%, 0.07), transparent 60%), var(--color-background); background-attachment: fixed; } diff --git a/ops/glance/config/glance.yml b/ops/glance/config/glance.yml index 62ba14b..262c39b 100644 --- a/ops/glance/config/glance.yml +++ b/ops/glance/config/glance.yml @@ -8,12 +8,12 @@ branding: hide-footer: true theme: - background-color: 220 25 9 - primary-color: 208 100 58 + background-color: 222 14 8 + primary-color: 205 100 58 positive-color: 150 80 45 - negative-color: 350 90 60 + negative-color: 355 90 60 contrast-multiplier: 1.3 - text-saturation-multiplier: 1.0 + text-saturation-multiplier: 0.5 disable-picker: false custom-css-file: /assets/custom.css presets: