From ac0afaf3d934344594cfe98f5630e42153fbade6 Mon Sep 17 00:00:00 2001 From: Thore Cimbal Date: Sun, 2 Aug 2026 12:00:00 +0000 Subject: [PATCH] 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 Claude-Session: https://claude.ai/code/session_01PKhFj1S3UdD6xL2fbWPeYj --- .../custom-configs/element-values.yaml | 60 +++++++++---------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/apps/production/custom-configs/element-values.yaml b/apps/production/custom-configs/element-values.yaml index 30b5b6f..73fbfae 100644 --- a/apps/production/custom-configs/element-values.yaml +++ b/apps/production/custom-configs/element-values.yaml @@ -272,38 +272,38 @@ data: "name": "Sunset Boulevard", "is_dark": true, "colors": { - "accent-color": "#ff6b6b", - "accent": "#ff6b6b", - "primary-color": "#ffa552", - "warning-color": "#ff3f6b", - "alert": "#ff3f6b", - "sidebar-color": "#2b1424", - "roomlist-background-color": "#3a1c2c", - "roomlist-text-color": "#ffe8d6", - "roomlist-text-secondary-color": "#e0a899", - "roomlist-highlights-color": "#ffffff10", + "accent-color": "#e76f51", + "accent": "#e76f51", + "primary-color": "#f4a261", + "warning-color": "#e9c46a", + "alert": "#bc4b2f", + "sidebar-color": "#1f2b30", + "roomlist-background-color": "#264653", + "roomlist-text-color": "#f4ede4", + "roomlist-text-secondary-color": "#c8b6a6", + "roomlist-highlights-color": "#ffffff12", "roomlist-separator-color": "#ffffff20", - "timeline-background-color": "#452133", - "timeline-text-color": "#ffe8d6", - "secondary-content": "#e0a899", - "tertiary-content": "#e0a899", - "timeline-text-secondary-color": "#e0a899", - "timeline-highlights-color": "#ffffff10", - "reaction-row-button-selected-bg-color": "#5c2b40", - "menu-selected-color": "#5c2b40", - "focus-bg-color": "#5c2b40", - "room-highlight-color": "#5c2b40", - "other-user-pill-bg-color": "#5c2b40", - "icon-button-color": "#e0a899", + "timeline-background-color": "#2f5560", + "timeline-text-color": "#f4ede4", + "secondary-content": "#c8b6a6", + "tertiary-content": "#c8b6a6", + "timeline-text-secondary-color": "#c8b6a6", + "timeline-highlights-color": "#ffffff12", + "reaction-row-button-selected-bg-color": "#2a9d8f", + "menu-selected-color": "#2a9d8f", + "focus-bg-color": "#2a9d8f", + "room-highlight-color": "#2a9d8f", + "other-user-pill-bg-color": "#2a9d8f", + "icon-button-color": "#c8b6a6", "username-colors": [ - "#ff6b6b", - "#ffa552", - "#ffd166", - "#ef476f", - "#f78c6b", - "#e56b6f", - "#ff9770", - "#c9184a" + "#e76f51", + "#f4a261", + "#e9c46a", + "#2a9d8f", + "#8ab17d", + "#bc4b2f", + "#d9a066", + "#457b78" ] } },