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" ] } },