ops: glance farbschema entlilat - neutraler grund, akzente blau/cyan/amber/gruen
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -5,18 +5,17 @@
|
|||||||
============================================================ */
|
============================================================ */
|
||||||
|
|
||||||
/* --- Akzentfarben rotieren ueber die Widgets --- */
|
/* --- Akzentfarben rotieren ueber die Widgets --- */
|
||||||
.widget { --kl-accent: 208 100% 60%; }
|
.widget { --kl-accent: 205 100% 60%; }
|
||||||
.widget:nth-of-type(4n+2) { --kl-accent: 275 95% 66%; }
|
.widget:nth-of-type(4n+2) { --kl-accent: 172 95% 48%; }
|
||||||
.widget:nth-of-type(4n+3) { --kl-accent: 175 90% 48%; }
|
.widget:nth-of-type(4n+3) { --kl-accent: 38 100% 55%; }
|
||||||
.widget:nth-of-type(4n) { --kl-accent: 330 95% 62%; }
|
.widget:nth-of-type(4n) { --kl-accent: 145 85% 50%; }
|
||||||
|
|
||||||
/* --- Seiten-Hintergrund: kraeftigere Farb-Glows --- */
|
/* --- Seiten-Hintergrund: kraeftigere Farb-Glows --- */
|
||||||
body {
|
body {
|
||||||
background:
|
background:
|
||||||
radial-gradient(1300px 700px at 85% -10%, hsla(212, 100%, 55%, 0.16), transparent 60%),
|
radial-gradient(1300px 700px at 85% -10%, hsla(205, 100%, 55%, 0.13), transparent 60%),
|
||||||
radial-gradient(1000px 600px at -10% 25%, hsla(280, 90%, 58%, 0.12), transparent 55%),
|
radial-gradient(1000px 600px at -10% 25%, hsla(172, 95%, 45%, 0.09), transparent 55%),
|
||||||
radial-gradient(900px 700px at 50% 115%, hsla(170, 90%, 45%, 0.10), transparent 60%),
|
radial-gradient(900px 700px at 50% 115%, hsla(38, 100%, 50%, 0.07), transparent 60%),
|
||||||
radial-gradient(700px 500px at 110% 70%, hsla(330, 90%, 55%, 0.08), transparent 55%),
|
|
||||||
var(--color-background);
|
var(--color-background);
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,12 +8,12 @@ branding:
|
|||||||
hide-footer: true
|
hide-footer: true
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
background-color: 220 25 9
|
background-color: 222 14 8
|
||||||
primary-color: 208 100 58
|
primary-color: 205 100 58
|
||||||
positive-color: 150 80 45
|
positive-color: 150 80 45
|
||||||
negative-color: 350 90 60
|
negative-color: 355 90 60
|
||||||
contrast-multiplier: 1.3
|
contrast-multiplier: 1.3
|
||||||
text-saturation-multiplier: 1.0
|
text-saturation-multiplier: 0.5
|
||||||
disable-picker: false
|
disable-picker: false
|
||||||
custom-css-file: /assets/custom.css
|
custom-css-file: /assets/custom.css
|
||||||
presets:
|
presets:
|
||||||
|
|||||||
Reference in New Issue
Block a user