This commit is contained in:
Andreas Neue 2024-06-05 22:23:10 +02:00
commit b51f6de329
1 changed files with 43 additions and 0 deletions

43
element/dnix.json Normal file
View File

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