From b51f6de3296683fba0ec296e1d9aafc88dbab5d3 Mon Sep 17 00:00:00 2001 From: Andreas Neue Date: Wed, 5 Jun 2024 22:23:10 +0200 Subject: [PATCH] element --- element/dnix.json | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 element/dnix.json diff --git a/element/dnix.json b/element/dnix.json new file mode 100644 index 0000000..79aa7c0 --- /dev/null +++ b/element/dnix.json @@ -0,0 +1,43 @@ +{ + "name": "dnix", + "is_dark": false, + "colors": { + "accent-color": "#7287fd", + "primary-color": "#7287fd", + "warning-color": "#d20f39", + "alert": "#df8e1d", + "sidebar-color": "#dce0e8", + "roomlist-background-color": "#a8a4a2", + "roomlist-text-color": "#242424", + "roomlist-text-secondary-color": "#323232", + "roomlist-highlights-color": "#bcc0cc", + "roomlist-separator-color": "#8c8fa1", + "timeline-background-color": "#b8b4b2", + "timeline-text-color": "#242424", + "secondary-content": "#4c4f69", + "tertiary-content": "#4c4f69", + "timeline-text-secondary-color": "#6c6f85", + "timeline-highlights-color": "#bcc0cc", + "reaction-row-button-selected-bg-color": "#bcc0cc", + "menu-selected-color": "#bcc0cc", + "focus-bg-color": "#acb0be", + "room-highlight-color": "#04a5e5", + "togglesw-off-color": "#7c7f93", + "other-user-pill-bg-color": "#04a5e5", + "username-colors": [ + "#000000", + "#000000", + "#000000", + "#000000", + "#000000", + "#000000", + "#000000", + "#000000" + ], + "avatar-background-colors": [ + "#1e66f5", + "#8839ef", + "#40a02b" + ] + } +}