element: Sunset Boulevard auf gedaempftes Terrakotta-Beige umgebaut

Meine erste Auslegung des Namens waren kraeftige Sonnenuntergangstoene (Koralle,
Pink, Weinrot) - gemeint war die Hollywood-Hills-Richtung. sorbs eigene Wahl in
der BookStack-Oberflaeche macht das eindeutig: fuenf seiner sieben Farbwerte sind
der Coolors-Satz #264653/#2A9D8F/#E9C46A/#F4A261/#E76F51.

Genau der liegt jetzt auch dem Element-Theme zugrunde: Charcoal als Grundton,
Burnt Sienna als Akzent, Sandy Brown und Saffron als Sekundaerfarben, Persian
Green fuer Auswahl und Hervorhebung, warmes Beige als Text.

Chirurgisch: nur der colors-Block dieses einen Themes ersetzt (31 Zeilen gegen
31), YAML validiert, die uebrigen 16 Themes unberuehrt.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PKhFj1S3UdD6xL2fbWPeYj
This commit is contained in:
Thore Cimbal
2026-08-02 12:00:00 +00:00
co-authored by Claude Fable 5
parent b15a9f578c
commit ac0afaf3d9
@@ -272,38 +272,38 @@ data:
"name": "Sunset Boulevard", "name": "Sunset Boulevard",
"is_dark": true, "is_dark": true,
"colors": { "colors": {
"accent-color": "#ff6b6b", "accent-color": "#e76f51",
"accent": "#ff6b6b", "accent": "#e76f51",
"primary-color": "#ffa552", "primary-color": "#f4a261",
"warning-color": "#ff3f6b", "warning-color": "#e9c46a",
"alert": "#ff3f6b", "alert": "#bc4b2f",
"sidebar-color": "#2b1424", "sidebar-color": "#1f2b30",
"roomlist-background-color": "#3a1c2c", "roomlist-background-color": "#264653",
"roomlist-text-color": "#ffe8d6", "roomlist-text-color": "#f4ede4",
"roomlist-text-secondary-color": "#e0a899", "roomlist-text-secondary-color": "#c8b6a6",
"roomlist-highlights-color": "#ffffff10", "roomlist-highlights-color": "#ffffff12",
"roomlist-separator-color": "#ffffff20", "roomlist-separator-color": "#ffffff20",
"timeline-background-color": "#452133", "timeline-background-color": "#2f5560",
"timeline-text-color": "#ffe8d6", "timeline-text-color": "#f4ede4",
"secondary-content": "#e0a899", "secondary-content": "#c8b6a6",
"tertiary-content": "#e0a899", "tertiary-content": "#c8b6a6",
"timeline-text-secondary-color": "#e0a899", "timeline-text-secondary-color": "#c8b6a6",
"timeline-highlights-color": "#ffffff10", "timeline-highlights-color": "#ffffff12",
"reaction-row-button-selected-bg-color": "#5c2b40", "reaction-row-button-selected-bg-color": "#2a9d8f",
"menu-selected-color": "#5c2b40", "menu-selected-color": "#2a9d8f",
"focus-bg-color": "#5c2b40", "focus-bg-color": "#2a9d8f",
"room-highlight-color": "#5c2b40", "room-highlight-color": "#2a9d8f",
"other-user-pill-bg-color": "#5c2b40", "other-user-pill-bg-color": "#2a9d8f",
"icon-button-color": "#e0a899", "icon-button-color": "#c8b6a6",
"username-colors": [ "username-colors": [
"#ff6b6b", "#e76f51",
"#ffa552", "#f4a261",
"#ffd166", "#e9c46a",
"#ef476f", "#2a9d8f",
"#f78c6b", "#8ab17d",
"#e56b6f", "#bc4b2f",
"#ff9770", "#d9a066",
"#c9184a" "#457b78"
] ]
} }
}, },