djagoo-theme/element/djagoo-dark.json

32 lines
1 KiB
JSON
Raw Normal View History

2024-09-15 15:07:13 +02:00
{
"name": "djagoo dark theme",
"is_dark": true,
"colors": {
"accent-color": "#ff8800",
2024-09-15 15:45:56 +02:00
"accent": "#ff8800",
2024-09-15 15:07:13 +02:00
"primary-color": "#336699",
"warning-color": "#ff8800",
2024-09-15 15:45:56 +02:00
"alert": "#ff8800",
2024-09-15 15:07:13 +02:00
"sidebar-color": "#10161d",
"roomlist-background-color": "#1d262f",
"roomlist-text-color": "#d2e0f0",
"roomlist-text-secondary-color": "#e5e9f0",
"roomlist-highlights-color": "#10161d",
"roomlist-separator-color": "#171e26",
"timeline-background-color": "#171e26",
"timeline-text-color": "#d2e0f0",
"secondary-content": "#d2e0f0",
"tertiary-content": "#d2e0f0",
"timeline-text-secondary-color": "#81a1c1",
"timeline-highlights-color": "#1d262f",
2024-09-15 15:45:56 +02:00
"reaction-row-button-selected-bg-color": "#ff8800",
"menu-selected-color": "#ff8800",
"focus-bg-color": "#ff8800",
"room-highlight-color": "#ff8800",
"other-user-pill-bg-color": "#ff8800",
"togglesw-off-color": "#1d262f"
2024-09-15 15:07:13 +02:00
}
2024-09-15 15:45:56 +02:00
}